Re: [WiX-users] setup.exe with msi

2009-05-26 Thread Mike Rerick
A solution I have been using is AutoIt V3 scripting language. I create self-extracting executables that are then distributed to the customer. I would recommend downloading the SciTE editor as well - it has a lot of additional features. http://www.autoitscript.com/ -Original Message- From

Re: [WiX-users] setup.exe with msi

2009-05-26 Thread Bob Arnson
Hukumchand Shah wrote: > I have my msi file created using WIX. I want to make setup.exe which does > some tasks like copying some file and renaming it and finally launch msi > installer. > How can I do that setup.exe? > I'd suggest writing it in C++ if it's possible users won't have .NET insta