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
- :
- Conversion from Basic MSI to InstallScript
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
‎Sep 19, 2008
02:07 PM
Conversion from Basic MSI to InstallScript
Hi,
I've started a project as a Basic MSI only to find out it was not appropriate. I was using mainly the Property table by populating it with an .ini file. Now, in pure installscript, I cannot use MsiGetProperty() and MsiSetProperty(). I've been searching for an alternative for a long time now. Is there any object or functions that would allow me to associate a STRING key with a STRING value?
Thanks in advance
I've started a project as a Basic MSI only to find out it was not appropriate. I was using mainly the Property table by populating it with an .ini file. Now, in pure installscript, I cannot use MsiGetProperty() and MsiSetProperty(). I've been searching for an alternative for a long time now. Is there any object or functions that would allow me to associate a STRING key with a STRING value?
Thanks in advance
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 19, 2008
02:46 PM
Perhaps text substitutions will work in your case.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 19, 2008
02:49 PM
I'm not sure I understand the question but if you are looking to set a value to use in other parts of the isntallation look up TextSubSetValue in help.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 19, 2008
09:44 PM
Have you thought of using an installscript/msi project type? Gives you the best of both technologies? Hopefully, you are not too far along in your development to switch project types!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 22, 2008
07:44 AM
Hi all,
Text Substitutions did the trick!
Thank you.
Text Substitutions did the trick!
Thank you.