SteveLoof wrote:
> should remove the shortcut (as the client this is). From my testing this
> does not remove the already existing shortcut (not suprisingly). The HKLM
> registry entry changes from 1 (the checkbox checked value) to null (it is
> string not integer\DWORD and so will handle a null value) but the shortcut
> remains (as there is nothing to tell the install to delete it). 

How are you handling the upgrade? MSI will uninstall the components it 
installed, so a major upgrade that uninstalls the prior app will remove 
the shortcut and then the new version won't install one. Use a verbose 
log to see the action states of the component in each product to see the 
install/removal of each.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to