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

Get/set a property in a pure InstallScript project


1 reply to this topic

hrms

hrms
  • Full Members
  • 25 posts

Posted 07 July 2010 - 10:56

How do I get/set a property in a pure InstallScript project?

Found the method 'SetProperty' in an InstallScript of a Basic MSI IS project, but this method isn't available in a pure InstallScript project.

Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 07 July 2010 - 13:32

Pure InstallScript doesn't have the concept of properties, so if you mean how do you set a property for an underlying MSI install, then just run the following command:

msiexec /i <MSI_File> <PropertyName>=<PropertyValue>

Hope it helps.

Edited by Taco Bell, 07 July 2010 - 13:33.

user posted image