Re: [WiX-users] How to change shortcut name?

2009-10-28 Thread Jiang, Chunyan (GE Healthcare)
variable as you suggestedß Regards, Chunyan -Ursprüngliche Nachricht- Von: Sascha Beaumont [mailto:sascha.beaum...@gmail.com] Gesendet: Dienstag, 27. Oktober 2009 21:39 An: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] How to change shortcut name? Hi

Re: [WiX-users] How to change shortcut name?

2009-10-28 Thread Blair
for Windows Installer XML toolset. Subject: Re: [WiX-users] How to change shortcut name? Hi Sascha, I have set Product/@Version by Product Id=0943E42D-BEAB-4326-9C6B-E59544C28930 Version=6.0.0.472 Name=MyAPP Language=1033 My question is if I use variable like ?define version = [ProductVersion

Re: [WiX-users] How to change shortcut name?

2009-10-27 Thread Sascha Beaumont
Message- From: Jiang, Chunyan (GE Healthcare) [mailto:chunyan.ji...@ge.com] Sent: Friday, October 23, 2009 1:42 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How to change shortcut name? Hi Sascha, Thanks for your tip. I thought about using wix

Re: [WiX-users] How to change shortcut name?

2009-10-23 Thread Jiang, Chunyan (GE Healthcare)
: Sascha Beaumont [mailto:sascha.beaum...@gmail.com] Gesendet: Freitag, 23. Oktober 2009 02:31 An: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] How to change shortcut name? Have you thought about using a wix variable to set the shortcut name at compile time, rather

Re: [WiX-users] How to change shortcut name?

2009-10-23 Thread Blair
How do you set produ...@version? -Original Message- From: Jiang, Chunyan (GE Healthcare) [mailto:chunyan.ji...@ge.com] Sent: Friday, October 23, 2009 1:42 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How to change shortcut name? Hi Sascha

[WiX-users] How to change shortcut name?

2009-10-22 Thread Jiang, Chunyan (GE Healthcare)
Hi all, I have defined the shortcut like this: DirectoryRef Id=ShortcutFolder Component Id=DesktopShortcut Guid=D9DFCBA6-C98F-4146-87D9-C4F83349C8EC Shortcut Id=DesktopShortcutMyAPP Name=MyAPP Directory=DesktopFolder Target=[APPLICATIONFOLDER]/MyAPP.exe WorkingDirectory=APPLICATIONFOLDER /

Re: [WiX-users] How to change shortcut name?

2009-10-22 Thread Rob Mensching
You can't do that at run time. Only Properties, Directories and temporary rows may be modified at install time. On Thu, Oct 22, 2009 at 12:30 AM, Jiang, Chunyan (GE Healthcare) chunyan.ji...@ge.com wrote: Hi all, I have defined the shortcut like this: DirectoryRef Id=ShortcutFolder

Re: [WiX-users] How to change shortcut name?

2009-10-22 Thread Sascha Beaumont
Have you thought about using a wix variable to set the shortcut name at compile time, rather than at runtime? i.e. Shortcut/@Name=MyAPP $(var.version) Sascha On Thu, Oct 22, 2009 at 6:30 PM, Jiang, Chunyan (GE Healthcare) chunyan.ji...@ge.com wrote: Hi all, I have defined the shortcut like