I'm not saying its invalid.  I want to know the design decision behind it.

Most of the time, I'm using ProgramMenuFolder to stick entries in the menu.  I 
can move the path to that around, and it is perfectly valid, but I can't expect 
the functionality of adding a menu entry to work when I have directed it 
elsewhere.

I any event, the ProgramMenuFolder entry is the one creating C:\Program.

--
John Merryweather Cooper
Senior Software Engineer | Enterprise Service Applications | Continuing 
Development
Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 
|jocoo...@jackhenry.com



-----Original Message-----
From: Rob Mensching [mailto:r...@firegiant.com] 
Sent: Friday, January 9, 2015 1:21 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Extra Dir Created When Install Dir Has Spaces

That's incorrect. It is totally valid to provide a Name attribute on a 
well-known folder.

_____________________________________________________________
 Short replies here. Complete answers over there: http://www.firegiant.com/


-----Original Message-----
From: John Cooper [mailto:jocoo...@jackhenry.com]
Sent: Friday, January 9, 2015 11:13 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Extra Dir Created When Install Dir Has Spaces

OK, your WIXUI_INSTALLDIR is fine.

This is the source of your problem:

<Directory Id="ProgramMenuFolder" Name="Programs">

Why are you overriding this pre-defined value?  By doing so, its functionality 
is destroyed.  Remove the Name attribute.

Liikewise, why are you overriding ProgramFilesFolder?  The predefined value 
sets a nice default which you can still override via the UI.

--
John Merryweather Cooper
Senior Software Engineer | Enterprise Service Applications | Continuing 
Development Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 
|jocoo...@jackhenry.com
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website, sponsored 
by Intel and developed in partnership with Slashdot Media, is your hub for all 
things parallel software development, from weekly thought leadership blogs to 
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to