Good windows installer tutorial
I need directions on making an installer for my application. It needs to check if a database exists, create one if it doesnt, and assign a few settings variable.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kirtan PatelPosted Jun 5, 2009, 12:23 PM
if ( software verson is < latest)
{
//Download the Exe and replace with existing one
}
patrickPosted Jun 5, 2009, 12:38 PM
patrickPosted Jun 5, 2009, 12:04 PM
Kirtan PatelPosted Jun 5, 2009, 11:50 AM
Project Menu > Application Property >Settings
For Creating Setup
in Visual Studio
File > New >Project > Other Type of Project > Setup and Deployment