Re: [WiX-users] [WIX-Users] Not allowed to installer a folder with spaces in it?

2008-12-01 Thread Peter McClymont
Thanks you guys are right on the Money.

Thanks for your help.

On Tue, Dec 2, 2008 at 7:30 PM, Eitan Behar <[EMAIL PROTECTED]> wrote:

> Hi Peter,
>
> Directory refers to a Directory Id, therefore it cannot contains spaces.
>
> What you want to accomplish is:
>
> 
>  
>  Guid="FF63AA3E-C02D-11DD-AD5B-1C9356D89593">
>
>
>   
> 
>   
>  
>
>
>
>
> On Tue, Dec 2, 2008 at 8:11 AM, Peter McClymont
> <[EMAIL PROTECTED]>wrote:
>
> > Hi All,
> >
> > I have this code snippet in my WIX script,
> >
> > 
> >   > Guid="FF63AA3E-C02D-11DD-AD5B-1C9356D89593">
> >
> >
> > On="uninstall"/>
> >  
> >
> >
> > Which should create a directory called
> >
> > Documents\My iCalibra Flow Plans
> >
> > Instead when I compile it I get an error,
> >
> > The CreateFolder/@Directory attribute's value, 'My iCalibra Flow Plans',
> is
> > not a legal identifier.  Identifiers may contain ASCII characters A-Z,
> a-z,
> > digits, underscores (_), or periods (.).  Every identifier must begin
> with
> > either a letter or an underscore.
> > C:\Dev\iC3\Source\iC3InstallerWIX\Product.wxs
> >
> > Is there any way around this?
> >
> > Thanks,
> >
> > Peter.
> > -
> > This SF.Net email is sponsored by the Moblin Your Move Developer's
> > challenge
> > Build the coolest Linux based applications with Moblin SDK & win great
> > prizes
> > Grand prize is a trip for two to an Open Source event anywhere in the
> world
> > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] [WIX-Users] Not allowed to installer a folder with spaces in it?

2008-12-01 Thread Eitan Behar
Hi Peter,

Directory refers to a Directory Id, therefore it cannot contains spaces.

What you want to accomplish is:


  

   
   
   
 
   
 




On Tue, Dec 2, 2008 at 8:11 AM, Peter McClymont
<[EMAIL PROTECTED]>wrote:

> Hi All,
>
> I have this code snippet in my WIX script,
>
> 
>   Guid="FF63AA3E-C02D-11DD-AD5B-1C9356D89593">
>
>
>
>  
>
>
> Which should create a directory called
>
> Documents\My iCalibra Flow Plans
>
> Instead when I compile it I get an error,
>
> The CreateFolder/@Directory attribute's value, 'My iCalibra Flow Plans', is
> not a legal identifier.  Identifiers may contain ASCII characters A-Z, a-z,
> digits, underscores (_), or periods (.).  Every identifier must begin with
> either a letter or an underscore.
> C:\Dev\iC3\Source\iC3InstallerWIX\Product.wxs
>
> Is there any way around this?
>
> Thanks,
>
> Peter.
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] [WIX-Users] Not allowed to installer a folder with spaces in it?

2008-12-01 Thread Bob Arnson
Peter McClymont wrote:
> 
>   

The CreateFolder/@Directory attribute value is the ID of a directory. If 
you want to create a subdirectory with that name, use a Directory 
element under the DirectoryRef.

-- 
sig://boB
http://joyofsetup.com/


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] [WIX-Users] Not allowed to installer a folder with spaces in it?

2008-12-01 Thread Peter McClymont
Hi All,

I have this code snippet in my WIX script,


  



  


Which should create a directory called

Documents\My iCalibra Flow Plans

Instead when I compile it I get an error,

The CreateFolder/@Directory attribute's value, 'My iCalibra Flow Plans', is
not a legal identifier.  Identifiers may contain ASCII characters A-Z, a-z,
digits, underscores (_), or periods (.).  Every identifier must begin with
either a letter or an underscore.
C:\Dev\iC3\Source\iC3InstallerWIX\Product.wxs

Is there any way around this?

Thanks,

Peter.
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users