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
- :
- Use [Property] in my managed code signature? Basic MSI
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 20, 2015
03:34 PM
Use [Property] in my managed code signature? Basic MSI
I cant seem to figure out how to user my [MyProperty] inside of the custom method signature. I have tried [MyProperty], "[MyProperty]", "MyProperty".
I have also tried the "CustomActionData" method from here with no success. Anyone have a solution?
I have also tried the "CustomActionData" method from here with no success. Anyone have a solution?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 26, 2015
11:34 AM
So you CANNOT use a combination of strings and [PROPERTIES] in the managed code Arguments value. If you need to do this you will have to first create/set a new property and give it you STRING/PROPERTY values, then reference that new property in the managed code Arguments value.