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

Pasing/setting parameters/properties of a Setup.ex


3 replies to this topic

Jim Bassett

Jim Bassett
  • Members
  • 22 posts

Posted 15 September 2004 - 18:48

We have a MSI setup.exe on a URL and we are wondering if there is any way parameters or properties can be passed to the Setup.exe.

MikeBergman

MikeBergman
  • Members
  • 27 posts

Posted 16 September 2004 - 05:02

Plan A:
There is a setup.exe project w/source code in the Platform SDK. You will need to modify the source and recompile it to pass in arguments that it doesn't already understand (such as /a).

Plan B:
If you don't like that idea, you can use MsiStuff.exe to add property information into the existing setup.exe and then author a custom action in the MSI file to handle the property(ies).

We wanted to output a verbose log from the setup.exe so we went with plan A!


Michael Bergman
LumenVox LLC

Jim Bassett

Jim Bassett
  • Members
  • 22 posts

Posted 10 February 2005 - 17:45

You mentioned SDK, which SDK and what is the link to the SDK?

MikeBergman

MikeBergman
  • Members
  • 27 posts

Posted 10 February 2005 - 22:09


http://www.microsoft...msdk/sdkupdate/
Michael Bergman
LumenVox LLC