Re: [WiX-users] Copying folders from the target directory to a folderin ProgramFiles

2009-09-10 Thread Sam K
you looked at the copyfile > element ? > > http://wix.sourceforge.net/manual-wix3/wix_xsd_copyfile.htm > > Dave > > -Original Message- > From: Sam K [mailto:sam.re...@gmail.com] > Sent: 04 September 2009 15:29 > To: wix-users@lists.sourceforge.net > Subject:

[WiX-users] Copying folders from the target directory to a folder in ProgramFiles

2009-09-04 Thread Sam K
Hi There, I need to copy files from a folder, say targetdir\xxx to programfilesfolder\yyy. The targetdir (for ex d:\) is different than the programfilesfolder (c:\) and there can only be one targetdir. Is there a way to do that? Can I do it using a Custom action? Can somebody please reply? Thanks a

Re: [WiX-users] Passing Preprocessor variables when using msbuild

2009-08-20 Thread Sam K
ed to one of the DefineConstants property. > > You could try adding this to your $(ROOT)\INSTALLERS\Test.wixproj file > (note, this is untested): > > > > > rootdir=$(rootdir);srcrootdir=$(srcrootdir) s> > > > -Original Message- > From: Sam K [mailto:sam.r

[WiX-users] Passing Preprocessor variables when using msbuild

2009-08-20 Thread Sam K
Can anybody please tell me how to pass the preprocessor variables in msbuild? I have an include file which has things like and I use these in my actual wix files. I am using msbuild target and I wanted to know how I can pass these variables? I do this but for some reason I can't get

[WiX-users] Enable HttpKeepAlive, Enable Logging and Properties for LogFiles

2009-08-14 Thread Sam K
Hi All, I am using wix 3.0 to create the installer to install a website. Is there a way to set the following website properties using the wixiis extension? Enable HttpKeep-Alives, Enable Logging and setting the general (log file directory, log schedule) and Advanced Logging Properties Or should I

Re: [WiX-users] Any CPU platform in wix 3.0

2009-08-14 Thread Sam K
ersion)" Manufacturer="Foobar" > UpgradeCode="TODO"> > > Platform="$(var.Platform)" > InstallPrivileges="elevated" InstallScope="perMachine" > Manufacturer="Foobar" > /&

[WiX-users] Any CPU platform in wix 3.0

2009-08-13 Thread Sam K
Hi All, I wanted to upgrade from wix 2.0 to 3.0 and I have installed the latest version on my machine. I tried to create a new wix project using visual stduio 2008 and modified the old wix files to suit the new schema and when I tried to build, I noticed that I can only choose either x86/x64 platfo