Page 1 of 1
Registry
Posted: Mon Sep 05, 2005 12:23 pm
by jimo
WHen I try and write to HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$TITLE$
to add DisplayVersion and HelpTelephone string values the installer hangs on the apply install command.
Posted: Mon Sep 05, 2005 6:54 pm
by sinan
You should not write to those keys directly...they are maintained internally by InstallAware and this is probably what is causing the problem. If you have to write to them, try making a plug-in that you can call after Apply Install has finished execution.
Posted: Mon Sep 05, 2005 6:58 pm
by jimo
The reason I am writing to them is because InstallAware does not add them, they should show up under Add or Remove Programs when you click "Click Here for support information".
Posted: Mon Sep 05, 2005 7:02 pm
by sinan
We'll expand the built in items to include these for the next major version update.
Posted: Mon Sep 05, 2005 7:03 pm
by jimo
That'll be great.
Posted: Tue Sep 06, 2005 6:50 pm
by sinan
I created a setup to try to replicate this issue - failed. The setup ran fine and the values were displayed properly. Can you send me your script that fails, probably something else is going wrong.
Posted: Wed Sep 07, 2005 12:44 pm
by jimo
You are correct the command (I think) that was causing the apply install to hang was set variable $VER$ to $VER$.1234 I was trying to add a decimal to the variable. I changed the way I did this and I can write the two registry entries. Although the DisplayVersion value should be written by InstallAware for the Product Versino Property. The help telephone information should be a property added in the future.