Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
James Lau is a Program Manager for the VS SDK. He describes the near future of community projects and activities for the VS SDK, including Shared Source and Power Toys (my new 4 favorite words).
Check out his post and leave him some feedback. I’ve been advising them on how to do Shared Source releases and use CodePlex. And yes, we’ve been chatting with them about Pack Installer too.
Just the other day, Dr. Ex (from the VS SDK team) and I were discussing the necessary values needed to generate a Package Load Key. I could still remember the test cases i used 5 years ago to test the thing. (Techincally the first feature i ever tested was the /safemode switch, but PLKs came soon after.) It’s funny the things you don’t forget.
Comments
- Anonymous
October 07, 2006
Hi Sara,I want add some comments about the necessary values needed to generate a Package Load Key. Nearly a week ago I was fighting with the bug in my custom package. I communicated about it with Aaron Marten and then with Ed Dore. During the troubleshooting we found the one weird thing related to custom packages. That was an extension which is used by the custom project. We intersected with already used extension and this was there reason of failure. I think that every VSIP partner should specify the extensions for his/her projects as one of the necessary values needed to generate a Package Load Key.Thanks.