Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I need to create installer msi file which will pack application files ( like dll, exe, resources) and copy to destination. Also I need to copy database to installation destination.The size of database is 4 G and I cannot pack it inside msi file. So I need to take external zipped database and copy to destination. I was able to use CopyFile element to copy zipped file to destination but I have an issue to unzip it there. I will appreciate if you can let me know how can I copy external zip file (zipped Data Base) to target directory and unzip/extract them with Wix?
Thanks!!!
Lora
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900