Jump to content


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.
Photo

An installer to self extract files that includes icon and version numb


3 replies to this topic

mayooran

mayooran
  • Full Members
  • 2 posts

Posted 20 February 2014 - 06:41

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



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 20 February 2014 - 10:41

This shouldn't be a big problem in an InstallScript project.



mayooran

mayooran
  • Full Members
  • 2 posts

Posted 20 February 2014 - 13:23

@Stefan Can you please elaborate on this. I am new to this. Thanks.



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

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\""