Re: [WiX-users] Add to Existing ProgramsMenu Folder

2009-08-27 Thread Richard Hallett
rs, I should read the documentation more closely I think. Thanks again Rich -Original Message- From: Blair [mailto:os...@live.com] Sent: 27 August 2009 01:36 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Add to Existing ProgramsMenu F

Re: [WiX-users] Add to Existing ProgramsMenu Folder

2009-08-26 Thread Blair
Installer XML toolset. Subject: Re: [WiX-users] Add to Existing ProgramsMenu Folder The problem is though you can only specify a RemoveFolder for the other directory within a component. I create shortcuts within a component underneath a to "SpamEggsProgramsFolder" I can't put

Re: [WiX-users] Add to Existing ProgramsMenu Folder

2009-08-26 Thread Richard Hallett
m missing something obvious about where to put the Thanks Rich From: Alexander Shevchuk (Volt) [a-ale...@microsoft.com] Sent: 26 August 2009 18:38 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Add to Existing Program

Re: [WiX-users] Add to Existing ProgramsMenu Folder

2009-08-26 Thread Alexander Shevchuk (Volt)
;wix-users@lists.sourceforge.net' Subject: [WiX-users] Add to Existing ProgramsMenu Folder Hi, I need to add a Start Menu shortcut to an existing folder within the ProgramsMenu instead of creating a new Folder within the ProgramsMenu. For example say there is a folder called "FooB

[WiX-users] Add to Existing ProgramsMenu Folder

2009-08-26 Thread Richard Hallett
Hi, I need to add a Start Menu shortcut to an existing folder within the ProgramsMenu instead of creating a new Folder within the ProgramsMenu. For example say there is a folder called "FooBar" already existing within The ProgramsMenu and I want to create a sub folder SpamEggs within it. My ass