Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Setup Project » Visual Studio   (RSS)

CustomActionData and User Defined Path

When designing a setup project, you can define text boxes dialog to input a file system path. To process the input that the user has entered, usually a custom action is created to handle the user input, and the user input is passed through CustomActionData

Having Fun with VS Setup Project - Database Deployment

I was given a new task, to create an installer for internal use. I wrote installer before, but it was three years ago, a lot of things have changed. One of the installer task is to create a sql server db using a script. After much reading, searching,
 
Page view tracker