Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am building an MSI \ Setup file and want to include a .ZIP to be extracted into the target installation folder.
The file I'm adding has been marked as vsdpaLoose but when I run the produced MSI the file is there but has been corrupted in the process at some stage.

The reason I'm including a .ZIP file is that I have an unknown directory and file content structure and I eventually want to autobuild the msi. This seemed like the best solution to make sure that the MSI would have consistent contents. I know how to override the System.Configuration.Install.Installer methods to do Post Install Steps but I'm just having this issue with a corrupt zip file.

I'm not using any other tools, only Visual Studio 2010 and a deployment project. I don't want to introduce any 3rd party solutions at this stage.
Posted
Comments
Sergey Alexandrovich Kryukov 9-Jul-14 17:40pm    
Normally, nothing is corrupted, so, there is nothing to stop. If you screwed up something that badly that even some ZIP file became corrupted, how can we know how you screwed it up? we don't have any information on that.

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