Click here to Skip to main content
15,885,885 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

Basically we are releasing our changes/fixes in the form of manual installer (Windows powershell script). It will install specified .dll and SQL script files at particular locations by reading config file values (We will configure .dll & Sql script locations in this file). The same powershell script has uninstallation code to rollback particular chage set.

Is there any option or mechanism to create Windows installer for above requirement. Please suggest.

Thanks you !!!

What I have tried:

Currently we are doing using Windows powershell script.
Posted
Updated 1-Jul-18 22:58pm

For years I have worked with Inno Setup, this might just fit your needs.
 
Share this answer
 
- VS has a installer project that can give you a lot of customizeable control Microsoft Visual Studio 2017 Installer Projects - Visual Studio Marketplace[^]

- Same is true for WiX WiX Toolset[^] which also has VS custom project items

- Your riquirements sound like you could be happy with ClickOnce (just search for that term) but you will have to do the evaluation yourself, if its not good enough, its probably time to look at the first 2 options ...
 
Share this answer
 
I use wix too - I do quite complex Setups with it. Works great...
 
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