How do I change the location or name of the uninstaller?
| Author: BitRock Support Date: October 30, 2007 09:33 Tags: |
Shortcuts and start menu
|
Sometimes, it is desirable to change the name or location of the uninstaller, for example to avoid it from being overwritten if two different products are installed in the same base directory. You can use the uninstallerName and uninstallerDirectory tags for this purpose.
<uninstallerDirectory>${installdir}/subdir</uninstallerDirectory>
<uninstallerName>myuninstaller</uninstallerName>
|