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?
To stop the process, you must search for its process in the Task Manager. Press "Ctrl" + "Shift" + "Esc" on your keyboard to open the Task Manager without any intermediate screen. Click the "Processes" tab. Scroll down to "msiexec.exe," right-click it and click "End Process." Try running another installer now.
Short Version: Lots of answers already - I'll primarily just add some links to existing answers. Here is a previous short answer of mine on the topic.
Higher "glanceability": The above answer features a simpler format with a list view of the most important current deployment tools. In a rush? Test these, chose one. Below are more details and some further "discussion".
There are many tools available to create create installers / setup.exe files of various kinds. Here are some links to brief descriptions of most of them:
I would recommend to go for MSI. What specific tool to use is less obvious. See last section below for some links with descriptions of strengths and weaknesses of different tools.
Auto-Update?: Various ways to create auto-updating packages.
MSI (Windows Installer) is the standard for corporate deployment since it offers a number of corporate benefits of major significance compared to previous installation technologies. The benefits center around reliable remote management and standardization - crucial corporate deployment concerns.
In brief the most important, specific benefits are probably:
- Reliable silent running (standardized & completely suppressible GUI)
- Implicitly available uninstall (a nightmare when dealing with legacy setups)
- Transparency (installer's semi-transparent and inspectable nature - except compiled CAs)
- Elevated installation rights (no messy temporary admin rights - the install runs elevated via Active Directory advertisement, group policy or remote administration. Some qualifications here - only part of an MSI installation sequence runs elevated and the installer itself must be correctly authored for this elevated rights concept to work correctly). More info.
- Standardized command line (no hunting for "secret" switches)
- Administrative installation (file extract - essential for corporate repackaging)
- Verbose logging (helpful and verbose indeed :-) )
- Standardized package customization (transforms - database fragments)
- Rollback support (can undo changes for failed installs)
- Inventory (management and reporting: full registration of what is installed and where)
- Active Directory / GP integration
Altogether this yields MSI's overall benefit: reliable, remote management of deployment for busy system administrators in large, corporate environments. Crucial benefits, despite the technology's complexity and quirkiness.
Many find the technology challenging to deal with - there are some common pitfalls (and I wrote a very odd, ad-hoc description of some MSI anti-patterns towards the bottom here - out of context for the question, but there it is - sometimes things get written in the spur of the moment to the surprise of whoever is writing too - great it is not, just pragmatic details. Same goes for the first link).
The linked serverfault answer (above and here) features a much more elaborate description of these corporate MSI benefits along with some challenges to be aware of.
The same serverfault question has a second answer describing common design errors in MSI files. A really messy "brain dump".
I should point out that the new platform for packaging from Microsoft now is MSIX based on the AppX application framework. However MSI has high penetration in the corporate deployement world, so it remains to be seen how long MSI will be relevant. All established deployment tools are working to support MSIX and AppX and other deployment technologies (also virtualization).
Slipping in some links:
- Auto-update packages / MSIX and other formats
- https://www.advancedinstaller.com/msix-introduction.html
And in the real, corporate world AppV (application virtualization / application streaming) has turned into a common deployment solution (Tim Mangan's blog).
Industry leaders for MSI creation are generally Advanced Installer, Installshield, PACE Suite, and the open source solution WiX (with its commercial branch Firegiant) - which you seem somewhat familiar with.
I'll just give you some links to previously written answers with some opinions and facts in an indiscreet mix about these different tools - it is intended as a "best effort" to help people decide what tool they need, without claiming to be "right". This is always a dangerous endeavor - years of experience mean acquired knowledge, but also bodes for acquired bad habits and quirks. What results are honest opinions from a flawed professional who can only offer a willingness to help:
I prefer Inno Setup because it is free, robust, and has the features we need.
http://www.jrsoftware.org/isinfo.php
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With