Re: [WiX-users] Extra Dir Created When Install Dir Has Spaces

2015-01-09 Thread Paul Koufalis
: January 9, 2015 14:37 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Extra Dir Created When Install Dir Has Spaces 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 men

Re: [WiX-users] Extra Dir Created When Install Dir Has Spaces

2015-01-09 Thread John Cooper
xt: 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

Re: [WiX-users] Extra Dir Created When Install Dir Has Spaces

2015-01-09 Thread Paul Koufalis
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: Why are you overriding this pre-defined value? By doing so, its functionality is destroyed. Remove the Name attribute. Liikewise, why are you

Re: [WiX-users] Extra Dir Created When Install Dir Has Spaces

2015-01-09 Thread Rob Mensching
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: Why are you overriding this pre-defined value? By

Re: [WiX-users] Extra Dir Created When Install Dir Has Spaces

2015-01-09 Thread John Cooper
Sent: Friday, January 9, 2015 12:54 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Extra Dir Created When Install Dir Has Spaces If it's done right, it shouldn't make a difference whether it is command line or UI driven. How is it set and what is the value of WI

Re: [WiX-users] Extra Dir Created When Install Dir Has Spaces

2015-01-09 Thread Paul Koufalis
ut the WiX toolset. Subject: Re: [WiX-users] Extra Dir Created When Install Dir Has Spaces If it's done right, it shouldn't make a difference whether it is command line or UI driven. How is it set and what is the value of WIXUI_INSTALLDIR Property? -- John Merryweather Cooper Seni

Re: [WiX-users] Extra Dir Created When Install Dir Has Spaces

2015-01-09 Thread John Cooper
ent: January 9, 2015 13:33 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Extra Dir Created When Install Dir Has Spaces How are you passing it to the installer? If on the command line, the directory path needs to be "" delimited. -- John Merryweather Cooper

Re: [WiX-users] Extra Dir Created When Install Dir Has Spaces

2015-01-09 Thread Paul Koufalis
13:33 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Extra Dir Created When Install Dir Has Spaces How are you passing it to the installer? If on the command line, the directory path needs to be "" delimited. -- John Merryweather Cooper Senior Softwar

Re: [WiX-users] Extra Dir Created When Install Dir Has Spaces

2015-01-09 Thread John Cooper
| Ext: 431050 |jocoo...@jackhenry.com -Original Message- From: Paul Koufalis [mailto:p...@progresswiz.com] Sent: Friday, January 9, 2015 12:29 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Extra Dir Created When Install Dir Has Spaces Wix Toolset 3.10 If I install my ap

[WiX-users] Extra Dir Created When Install Dir Has Spaces

2015-01-09 Thread Paul Koufalis
Wix Toolset 3.10 If I install my application in a directory with spaces (C:\Program Files, C:\My Apps) an extra directory is created (C:\Program or C:\My). Running msiexec with /l*vx doesn't show any trace of this directory being created in the log file. Can anyone help me to debug? Or make any