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

How to set the user defined property in setup.rul?


1 reply to this topic

Alamelu

Alamelu
  • Members
  • 11 posts

Posted 27 April 2005 - 05:27

I have defined a property using property manager giving a default value.
I have defined the property name in caps, so that i can modify the value during installing. I am trying to set this property in the OnFirstUIBefore method available in setup.rul, when i compile setup.rul it throws a error saying " error C8025: 'CHECK' : undefined identifier ".
here 'CHECK' is the userdefined property(the property which i had set in the project manager) .I am using installscript msi project. How to i associate the property which i had defined in property manager with Setup.rul, should i import anything?

Thanks
Alamelu

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 27 April 2005 - 07:17

Did you try MsiSetProperty ?