Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Setup Project » .Net Framework   (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

How to Build TFS Build Locally?

If you need to test your TFS build after playing around with the TFSBuild.proj, you can do that by do the following: Synchronize the source control to your workspace. Open Visual Studio 2005 Command Prompt (or Visual Studio 2008 Command Prompt), located

How to Make Sure InstallState Files Are Removed After Uninstall?

If you are building setup using Visual Studio and you have several custom actions and you noticed you see one or more .InstallState files in the target path after uninstall, most likely you have added your custom action to the Install custom action, but

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