I just wrote my own. All you need is a stub exectuable that knows how to extract and execute resources from its own image, plus a program to embed the resources into the stub.
Others have mentioned that winrar has the capability to build a simple bootstrapper exe, custom icon and all. You give winrar a filename to execute after it has extracted a fileset; that executable can handle spawning and prerequisites and your main MSI. Jon W wrote: > What are you using for a bootstrapper? I've been looking at the wix > mailing list, and elsewhere, and it appears as though everybody uses > something different. > > For example, setupbld, msbuild, 3rd party software, homegrown, etc... > > As a C++ app, I don't need any .net runtime libs, and would like the > vc9 runtime libs exe to only run if it hasn't been installed before, > etc.. > > Thank you, as any initial ideas help on what to use. I'm also using wix v2. > > -Jon > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > WiX-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-users > > > -- Teleoperate a roving mobile robot from the web: http://www.swampgas.com/robotics/rover.html ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

