Hi,

I'm trying to figure out how to configure my setup to look for files inside a 
folder. The files are very big (~70GByte), therefore, I thought that it would 
be better not to include them as part on the cab.
I know how to configure the setup to look up for a file that is located in the 
same folder where my msi file is located. But I don't know how to configure my 
setup to look for a file in a folder that is located where my msi file exists.

I tried to use the following, but I get a run time error that says that it 
cannot find the files:
<Directory Id='D_TEST_ROOT' SourceName="Test" FileSource=".\Test">

If I put my files in the same folder where my msi file exists everything works, 
but when I put the files inside a folder named: 'Test', I get an error that 
says that it can't find the files. How can I configure my setup to look up for 
the files inside a folder in my media?

The description of my media is as followed:
----SetupFolder
                |
                |----WixSetup.msi
                |----Test  (a folder)
                                |
                                |
                                --------- 0.cfg
                                --------- 1.cfg
                                .
                                .
                                .
                                --------- 40000.cfg

The size of the folder: Test is ~70GByte, which should not be part of the cab.

Thanks,
Ravit

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to