Changeset 23244 for main/trunk


Ignore:
Timestamp:
2010-10-29T09:41:57+13:00 (13 years ago)
Author:
sjm84
Message:

Updated the Uninstall start menu shortcut to point to the correct location

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk2/installer/build.xml

    r22698 r23244  
    321321        <shortcut
    322322            file="${startmenu.path}\Uninstall.lnk"
    323             execute="${installDir}\Uninstall.bat"
    324             workingDirectory="${installDir}"
     323            execute="${installDir}\uninstall\Uninstall.bat"
     324            workingDirectory="${installDir}\uninstall"
    325325            iconFile="${uninstallicon}"
    326326            iconIndex="0" />
Note: See TracChangeset for help on using the changeset viewer.