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

use installscript result in dialog event condition


1 reply to this topic

pcendret

pcendret
  • Members
  • 1 posts

Posted 05 May 2003 - 14:37

Il would like to use the result of script in the dialog behavior event condition to be able to authorize the next destinationfolder dialog only if a file exist in the installfolder.

thank for the help

Create à property in advanced view - property manager
and modify value in script with

MsiSetProperty(hMSI, "ok_gisite", lcResult);



Edited by pcendret, 06 May 2003 - 09:56.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 05 May 2003 - 16:18

Your script should set a property.