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

Ignoring install conditions?


1 reply to this topic

labboypro

labboypro
  • Members
  • 14 posts

Posted 26 June 2002 - 16:53

I want to ignore one or more install conditions for testing purposes.  Are there any command line options that will disregard the Install conditions?  As in... if Service Pack 2 was an install condition, I'd like to be able to bypass it and allow my package to install onto a machine that didn't have that SP.

I realize I can just remove the condition andmake a new package... but that's not what I'm trying to do.

Thanks in advance for any suggestions,

Kenneth

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 26 June 2002 - 20:25

You could change your condition, e.g. from:
VersionNT=500
to:
VersionNT=500 Or TESTING

Then you can define the TESTING property on the command line to disable the condition.