Re: [WiX-users] Creating desktop and start menu shortcuts

2010-02-22 Thread Alex Wernecke
App.exe is present there in INSTALLOCACTION. Thanks got it working

-Original Message-
From: ricky sundrani [mailto:rickysundr...@gmail.com] 
Sent: Monday, February 22, 2010 1:07 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Creating desktop and start menu shortcuts

1)For the startmenu shortcut you need to list ProgramMenuDir into the
RemoveFolder table.

see the link:
http://robmensching.com/blog/posts/2007/4/27/How-to-create-an-uninstall-
shortcut-and-pass-all-the
2) The purpose of creating a registry entry under HKCU is to use it as a
keypath to keep ICE happy, but you have not set the keypath=Yes for both
the
registryValue elements.

The code for shoortcut seems to be correct,depending on the directory
hierarchy you are using.
Target="[INSTALLOCATION]App.exe">
Is the App.exe present in the INSTALLLOCATION or some nested folder.?





On Mon, Feb 22, 2010 at 12:43 PM, Alex Wernecke
wrote:

> Hi,
>
>
>
> I'm having some trouble successdully creating shortcuts on the desktop
> and in the start menu.  Here is my code :
>
>
>
> 
>
>  Guid="D92F6731-4EB0-4707-A71A-BB02DEA46689">
>
>   
>
>Action="createAndRemoveOnUninstall">
>
> 
>
>   
>
>Name="App.ico" WorkingDirectory="INSTALLOCATION" Icon="App.ico"
> Target="[INSTALLOCATION]App.exe">
>
>  
>
>   
>
> 
>
>
>
>
>
> 
>
>  Guid="0FA5BEEC-C72D-44c7-9E27-44C16A26F025">
>
>
>
> Action="createAndRemoveOnUninstall">
>
>   
>
>
>
> Name="App.ico" WorkingDirectory="INSTALLOCATION" Icon="App.ico"
> Target="[INSTALLOCATION]App.exe">
>
>   
>
>
>
> 
>
>
>
> The desktop shortcut appears but the target is wrong. The start menu
> shortcut just doesn't seem to work.
>
>
>
> Many thanks,
>
>
>
> Alex
>
>
>

--
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
Best Regards.

Ricky

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
 

__ Information from ESET Smart Security, version of virus
signature database 4886 (20100222) __

The message was checked by ESET Smart Security.

http://www.eset.com
  

__ Information from ESET Smart Security, version of virus
signature database 4888 (20100222) __

The message was checked by ESET Smart Security.

http://www.eset.com
 
 

__ Information from ESET Smart Security, version of virus
signature database 4888 (20100222) __

The message was checked by ESET Smart Security.

http://www.eset.com
 

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Creating desktop and start menu shortcuts

2010-02-22 Thread ricky sundrani
1)For the startmenu shortcut you need to list ProgramMenuDir into the
RemoveFolder table.

see the link:
http://robmensching.com/blog/posts/2007/4/27/How-to-create-an-uninstall-shortcut-and-pass-all-the
2) The purpose of creating a registry entry under HKCU is to use it as a
keypath to keep ICE happy, but you have not set the keypath=Yes for both the
registryValue elements.

The code for shoortcut seems to be correct,depending on the directory
hierarchy you are using.
Target="[INSTALLOCATION]App.exe">
Is the App.exe present in the INSTALLLOCATION or some nested folder.?





On Mon, Feb 22, 2010 at 12:43 PM, Alex Wernecke wrote:

> Hi,
>
>
>
> I'm having some trouble successdully creating shortcuts on the desktop
> and in the start menu.  Here is my code :
>
>
>
> 
>
>  Guid="D92F6731-4EB0-4707-A71A-BB02DEA46689">
>
>   
>
>Action="createAndRemoveOnUninstall">
>
> 
>
>   
>
>Name="App.ico" WorkingDirectory="INSTALLOCATION" Icon="App.ico"
> Target="[INSTALLOCATION]App.exe">
>
>  
>
>   
>
> 
>
>
>
>
>
> 
>
>  Guid="0FA5BEEC-C72D-44c7-9E27-44C16A26F025">
>
>
>
> Action="createAndRemoveOnUninstall">
>
>   
>
>
>
> Name="App.ico" WorkingDirectory="INSTALLOCATION" Icon="App.ico"
> Target="[INSTALLOCATION]App.exe">
>
>   
>
>
>
> 
>
>
>
> The desktop shortcut appears but the target is wrong. The start menu
> shortcut just doesn't seem to work.
>
>
>
> Many thanks,
>
>
>
> Alex
>
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
Best Regards.

Ricky
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users