Hey everyone. I need to create an installer which can self extract the files and run a specified msi file included in it. The installer should be silent and I also need to include version number into it. It should also allow to add an icon. Please advice
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

An installer to self extract files that includes icon and version numb
Started by
mayooran
, Feb 20 2014 06:41
3 replies to this topic
Posted 20 February 2014 - 10:41
This shouldn't be a big problem in an InstallScript project.
Stefan Krüger
InstallSite.org twitter facebook
Posted 20 February 2014 - 21:13
Have you created an InstallScript project at all yet? If not, please follow the tutorial in the Help file.
Then you can add the msi file in Support Files and use LaunchAppAndWait to run msiexec.exe with command the line: "/i \"" + SUPPORTDIR ^ "your.msi\""
Stefan Krüger
InstallSite.org twitter facebook