Search Results

1
vote
1answer
335 views

MSI installer: Adding multiple properties to SecureCustomProperties

I'm looking for a way to add multiple properties to the SecureCustomProperties value in my .msi installer's property table. I've tried comma delimiting, semi-colon delimiting, and even space delim …
4
votes

MSI installer: Adding multiple properties to SecureCustomProperties

Ok, so I was almost there ... semi-colon delimited with NO SPACES. This appears to do the trick. …
1
vote

How can I abort an InstallShield Setup depending on a vbscript custom action result?

If you search on http://community.installshield.com you'll find an article by Robert Dickau entitled "Exiting an MSI Installation fro …