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

Prevent MSI file...


3 replies to this topic

Frank

Frank
  • Members
  • 8 posts

Posted 22 August 2001 - 09:14

Is there a way to stop the Installation when the user doubleclicked just the MSI file ?
I do not want the installation to run silent then.

Thank  you


Ian Blake

Ian Blake
  • Members
  • 483 posts

Posted 22 August 2001 - 09:41

Most setup.exe have a mechansism for predefining properties.  You can test this propertly in the launch conditions to abort the execution if setup.exe has not been run.

There are other useful properties you can use to set conditions.

SECONDSEQUENCE  is defined in the execute sequence when the user sequence has been run.

UILevel indicates the level of the user interface.
.


Frank

Frank
  • Members
  • 8 posts

Posted 22 August 2001 - 13:39

Than you Ian,

but it seems that I get an error before my script checks the UILevel in the ExecuteSequence.
2.
MSISetUI... does not seem to be exported by ISMsiQuery.h used by Installshield
3.
When I Set a Launch Condition in Installshield for WI V2.03 for example L_BYEXE = "Y" the application really does not care about it. It installs anyway.

What am I doing wrong ?!

Thak you