cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
hrmsys
Level 3

Get/set a property in a pure InstallScript project

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.
Labels (1)
0 Kudos
(1) Reply
Reureu
Level 10

Are we talking about SetProperty or MsiSetProperty?


  • If you refer to the SetProperty method, it is related to the Ether object that you can use from your software to programmatically run a web setup from within your application.
  • If you refer to MsiSetProperty, the concept of property itself only exists in MSI projects, ie in projects that use Windows Installer.
    Pure InstallScript projects do not use Windows Installer, but use InstallShield's own installation engine.
    RTFM Page 84 or here.
0 Kudos