Search Results

1
vote
1answer
329 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. …