How do I make a self extract and running installer
So currently my users download a zipfile, unzip it and then run setup.exe - I would like them to do this with one click. Using http://www.wikihow.com/Use-7Zip-to-Create-Self-Extracting-excutables i can make a self-extracting exe, but it doesn't actually run the installer. From this question Why does 7zip Ignore my InstallPath when making a SFX installer? it seems I also need an .sfx file so I copied from the other question and created one with the following contents ;!@Install@!UTF-8! InstallPath="C:\\test" GUIMode="2" RunProgram="setup.exe" ;!@InstallEnd@! and called setup.sfx and add this to