cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Jeff2008
Level 6

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
Labels (1)
0 Kudos
(4) Replies
DebbieL
Level 17

Perhaps text substitutions will work in your case.
0 Kudos
esiemiat
Level 9

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.
0 Kudos
timstspry
Level 7

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!
0 Kudos
Jeff2008
Level 6

Hi all,

Text Substitutions did the trick!

Thank you.
0 Kudos