Re: [WiX-users] Set path variable & use it to install files.

2007-10-11 Thread hina1703
CTED] On Behalf Of hina1703 > Sent: Thursday, October 11, 2007 2:47 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Set path variable & use it to install files. > > > Thanks for your reply. I tried it but it gives > > error LGHT0100 : File of type &

Re: [WiX-users] Set path variable & use it to install files.

2007-10-11 Thread Richard.Foster
hina1703 Sent: Thursday, October 11, 2007 2:47 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Set path variable & use it to install files. Thanks for your reply. I tried it but it gives error LGHT0100 : File of type 'File' with name '($var.HelpSourceFolder)\tutoria

Re: [WiX-users] Set path variable & use it to install files.

2007-10-11 Thread Brian Simoneau
Subject: Re: [WiX-users] Set path variable & use it to install files. Thanks for your reply. I tried it but it gives error LGHT0100 : File of type 'File' with name '($var.HelpSourceFolder)\tutorial.pdf' could not be found. I made sure that specified file exists at the spec

Re: [WiX-users] Set path variable & use it to install files.

2007-10-11 Thread hina1703
gt; Regards, > Richard > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of hina1703 > Sent: Thursday, October 11, 2007 2:16 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Set path variable & use it to install

Re: [WiX-users] Set path variable & use it to install files.

2007-10-11 Thread Richard.Foster
-dHelpSourceFolder=d:\New\Help\Source yourfile.wxs. Hope this helps, Regards, Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of hina1703 Sent: Thursday, October 11, 2007 2:16 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Set path variable

Re: [WiX-users] Set path variable & use it to install files.

2007-10-11 Thread hina1703
ng completely > different? > > Regards, > Richard > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of hina1703 > Sent: Thursday, October 11, 2007 12:26 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Set

Re: [WiX-users] Set path variable & use it to install files.

2007-10-11 Thread Richard.Foster
2:26 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Set path variable & use it to install files. I am looking for a way to set path variables in wxs file & use it to copy the files to the targetdir. I have written the following code: then I am using it to copy the help

[WiX-users] Set path variable & use it to install files.

2007-10-11 Thread hina1703
I am looking for a way to set path variables in wxs file & use it to copy the files to the targetdir. I have written the following code: then I am using it to copy the help file: But while compiling I get error: "fatal error CNDL0023: Undefined environment variable: $(env.PATH1)". Can