This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Get/set a property in a pure InstallScript project
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Jul 07, 2010
04:57 AM
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.
Found the method 'SetProperty' in an InstallScript of a Basic MSI IS project, but this method isn't available in a pure InstallScript project.
(1) Reply
Jul 07, 2010
06:05 AM
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.