cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
prtec_tw
Level 4

Product_GUID change

i have many product but i want use one project to do.



Can use rul to do this ?

now:

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{MY_PRODUCT_GUID}

change to :

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{MY_PRODUCT_NAME}




=======================

I found this program can Complete this function.
But i do not know it how to use installshield script to complete it.
it troubled me for several days.
Any one know?


Create Unique Uninstall Entries on the Fly
This extension allows for multiple installations of one product (with identical GUID) onto the same machine. This extension handles the renaming of the GUID directories back and forth between the actual PRODUCT_GUID and the instance GUID. This can't be done from within your setup script, because the uninstall enty can't be renamed while setup is running. Therefore this wrapper was created to perform the renaming.

Usage instructions are included in the package.

guid.zip Written by EONS, Inc.
File size: 35.906 bytes Last update: 2001-10-03


http://www.installsite.org/pages/en/isp_uninst.htm
Labels (1)
0 Kudos
(1) Reply
prtec_tw
Level 4

I change INSTANCE_GUID can complete this request!

BUT can INSTANCE_GUID get form setup.ini ?Or it just get form command line /ig




I found the discussion
//////////////
[Startup]
InstallGUID=83B2997C-94E1-434F-AB74-5869ED5B5410
0 Kudos