1) Download ProjectAggregator2.msi , for example from: http://downloads.sourceforge.net/wix/ProjectAggregator2-3.0.2925.0.msi 2) Execute that file
After that StarLight should work in VS2005, without the VS-SDK requirement. Q: Why isn't that stuff included in the StarLight installer? A: Well, because the Microsoft Installer system is not thread or even process safe and can not handle the installation from an MSI from an other MSI. To do this we'll need to create a wrapper for the installer that executes both installers when needed. Of course there's an added bonus that the ProjectAggregator2.msi package only needs to be installed when the VisualStudio integration of StarLight is installed. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Composestar-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/composestar-developers

