Click here to Skip to main content
15,905,028 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello friends,

I'm trying to deploy an application developed in C# 4.0 and Sq-lite as its database. Please let me know how to create a setup of the application.

Thanks in advance :)
Posted

Hi,

fallow this:
new project -> other project type -> Visual Studio Installer

enjoy
 
Share this answer
 
Quote:
create a project using Other Project Types template.

expand Setup and Deployment and choose your installer project. Recommendation (from what you want): Visual Studio Installer - Setup Wizard

but you can chose others as well.

with the Setup and Deployment, you can include those files (images, XML, etc.) in the package



Follow the link for different templates, Windows Installer section. Deployment[^]


Go through below link, it has pictorial representation.
http://stackoverflow.com/a/6090929[^]
 
Share this answer
 
Hi,
Select the following menu:

- Project->(Project_name) Properties

- Select the Publish tab

- goto 'Publisher folder location' and specify the output location (which location u need to save Setup and its related files)

- Click "Publish Now"

- After building setup file will be generating


Regards
 
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