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

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 hap

[WiX-users] Creating desktop and start menu shortcuts

2010-02-21 Thread Alex Wernecke
Hi, I'm having some trouble successdully creating shortcuts on the desktop and in the start menu. Here is my code : The desktop shortcut appears but the target is wrong. The start m