Windows Installer is the installation service provided with Windows, based on the creation and installation of MSI files.
I've created setups for all my Delphi tools with Inno Setup for years. Now some users rather want an MSI …
installation windows-installerI already have a project which is ready to build. Currently, I am using visual studio 2013. But, I don't know …
c# visual-studio-2013 installation windows-installerI searched a lot, but all are guessed answers. Help me to find the exact answer.
windows-services installation windows-installerI want to install a msi with msiexec in a specific directory. I'm using: msiexec /i "msi path" INSTALLDIR="C:\…
path installation windows-installerAt work we use WiX for building installation packages. We want that installation of product X would result in uninstall …
installation wix windows-installerI would like to modify an MSI installer (created through WiX) to delete an entire directory on uninstall. I understand …
wix windows-installer custom-actionI am trying to write a .bat for the first time. I am trying to install .msi using script, currently …
batch-file windows-installer installation silent-installerWhen I reinstall the AppFabric 1.1, Why I'm getting this error "AppFabric installation failed because installer MSI returned with error code : 1603".? …
windows-installer appfabricSo we've produced a windows service to feed data to our client application and everything is going great. The client …
windows windows-services windows-installer installutilAfter way too many experiments, I've come to the conclusion that Windows Installer is simply bad technology. But the customers …
installation windows-installer