Issue with default uninstall link
Posted: Thu Feb 22, 2007 7:55 pm
When I create a new .NET setup, Installaware automatically creates a shortcut to the uninstaller in start->program files->$ProductName$.
I've noticed that this uninstaller doesn't work properly (whereas uninstalling the program through add/remove programs does). I can fix this by adding the command line args:
MODIFY=FALSE REMOVE=TRUE UNINSTALL=YES
to the automatically created uninstall shortcut.
Is this a bug? Am I correct in fixing it this way? Or should this not be necessary?
Thanks.
I've noticed that this uninstaller doesn't work properly (whereas uninstalling the program through add/remove programs does). I can fix this by adding the command line args:
MODIFY=FALSE REMOVE=TRUE UNINSTALL=YES
to the automatically created uninstall shortcut.
Is this a bug? Am I correct in fixing it this way? Or should this not be necessary?
Thanks.