Click here to Skip to main content
15,918,471 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I created a windows application. Now i want to publish this application and make a CD for that.

In my application i am using Fingerprint and Webcam device and also activex control. So my question is how do i create a setup file in that all the other required exe file for Fingerprint and webcam include in the one setup file and also auto update this application.

Thanks in advance.
Posted

You can use WiX Installer. wixtoolset.org/[^]. Site contains tutorials, documentation sample, etc
 
Share this answer
 
It's pretty easy. You can read the article How to Build a Windows MSI Installer with Microsoft Visual Studio[^]
 
Share this answer
 

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