jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • IzPack
  • IZPACK-739

Uninstaller on Windows uses application target

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Critical Critical
  • Resolution: Unresolved
  • Affects Version/s: 4.3.5
  • Fix Version/s: None
  • Component/s: Installer
  • Labels:
    None
  • Environment:
    Windows

Description

I have windows shortcut specification with product and uninstaller that works in 4.3.2, but in 4.3.5 the Uninstaller target (set to javaw) uses application $INSTALL_PATH/myapplication.exe instead of javaw in Start menu shortcut. Here is the shortcut spec:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<shortcuts>
<skipIfNotSupported/>
<programGroup defaultName="MyApplication" location="startMenu"/>
<shortcut
name="MyApplication 4.0"
target="$INSTALL_PATH/myapplication.exe"
workingDirectory="$INSTALL_PATH"
description="MyApplication 4.0 Client"
type="Application"
iconFile="$INSTALL_PATH\img\MyApplication_new.ico"
iconIndex="0"
initialState="noShow"
programGroup="yes"
desktop="yes"
applications="no"
startMenu="yes"
startup="no">

<createForPack name="MyApplication Client"/>
</shortcut>

<shortcut
name="Globalyzer Uninstaller"
programGroup="yes"
desktop="no"
applications="no"
startMenu="yes"
startup="no"
target="javaw"
commandLine="-jar "$INSTALL_PATH/Uninstaller/uninstaller.jar""
initialState="noShow"
iconFile="$INSTALL_PATH\img\MyApplication_new.ico"
iconIndex="0"
workingDirectory="$INSTALL_PATH"
type="Application"
description="MyApplication uninstaller">

<createForPack name="MyApplication Client"/>
</shortcut>

</shortcuts>

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
There are no comments yet on this issue.

People

  • Assignee:
    Unassigned
    Reporter:
    Lubos Pochman
Vote (0)
Watch (0)

Dates

  • Created:
    09/Feb/12 1:38 PM
    Updated:
    09/Feb/12 1:38 PM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.