Add Additional data to Add/Remove programs list
Posted: Thu Mar 09, 2006 6:55 am
See topic : http://www.installaware.com/forum/viewtopic.php?t=521
I know it is not possible to set variables, such as "publisher", in your script. Simply fill all of the textboxes in the options-dialog.
IA will create a registry entry for the Add/Remove program list.
Unfortuanlly Not every setting is available in this dialog.
The following registry keys are not available:
HelpTelephone
ModifyPath
NoModify
NoRepair
URLinfoAbout
Readme
I tried to add these manually by adding adittional data to the regisrty:
HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$PRODUCTCODE$\\URLUpdateInfo "http://www.bma-mosos.nl"
but it did not work.
I the tried to run this code áfter the "Apply install" command, and still nothing happened.
I used packageaware to detect the registry settings made by the setup, and I detected that the displayname of the product is stored in a registry key inside : HKCR\\Installer\\Products\\[Number]\\Productname
But I can't find the used numer anywhere inside the IA script or Options dialog.
Is there any way to add additional information to the registry and get the generated numer?
I know it is not possible to set variables, such as "publisher", in your script. Simply fill all of the textboxes in the options-dialog.
IA will create a registry entry for the Add/Remove program list.
Unfortuanlly Not every setting is available in this dialog.
The following registry keys are not available:
HelpTelephone
ModifyPath
NoModify
NoRepair
URLinfoAbout
Readme
I tried to add these manually by adding adittional data to the regisrty:
HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$PRODUCTCODE$\\URLUpdateInfo "http://www.bma-mosos.nl"
but it did not work.
I the tried to run this code áfter the "Apply install" command, and still nothing happened.
I used packageaware to detect the registry settings made by the setup, and I detected that the displayname of the product is stored in a registry key inside : HKCR\\Installer\\Products\\[Number]\\Productname
But I can't find the used numer anywhere inside the IA script or Options dialog.
Is there any way to add additional information to the registry and get the generated numer?