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

Repackage MSI to automate an installation.


3 replies to this topic

dannyt

dannyt
  • Members
  • 2 posts

Posted 04 February 2005 - 21:58

sad.gif

Hi all,

Do you know how to modify a MSI package limit user input any data once they click on install. I guess what I want to do is when we deploy an upgrade software we dont want user to fill in any data or click any button that display. It should be fully automate installation.Right now I'm using InstallShield Tuner. Please advise, thank you.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 05 February 2005 - 10:34

You could remove all dialogs or condition them not to display on an upgrade install. Or you use the msiexec command line parameters to run the install in silent mode.

dannyt

dannyt
  • Members
  • 2 posts

Posted 07 February 2005 - 19:08

How do you remove or add a condidtion in the InstallShield Tuner??

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 09 February 2005 - 15:07

I don't have Tuner. If there isn't a view where you can define conditions for actions and dialogs, and no direct MSi table editing mode, I don't know how to do it with Tuner. However you could specify a silent install on the command line (/q) even without a transform.