We have three versions of our software. (e.g. V1.0.1, V1.0.2 and V1.0.3). I created full msi installers for these three versions(V1.0.1.msi, V1.0.2.msi and V1.0.3.msi) with Visual Studio 2010 Setup Pr
I have been googling and read through the WiX tutorial (http://www.tramontana.co.hu/wix/), but I am unable to see a simple way to create an MD5 hash of 开发者_如何学JAVAa string/property.Does anyone k
We have an MSI installer (created using Wix) which is setup to be able to perform upgrades. Our clients are using it to upgrade our application on multiple machines at once using an SMS package runnin
I found MsiDatabaseOpenView returning 1615 (ERROR_BAD_QUERY_SYNTAX) with seemingly valid query but that doesn\'t seem to be quite the same issue - in that one, the query was modified and worked withou
My company is creating a cheaper version of our product that will only upgrade from an older version.To accomplish this, I would like to create an installation that will ONLY upgrade from a previous v
I have an app开发者_C百科lication that needs to be delivered as a package. What are the best among EXE and MSI Installers, and why?
I have a long lived installer which is using RegistryValue to setup a .Net COM server. The installer is 32 bit. I would like to have the regis开发者_开发知识库try settings also set for 64 bit OSes. My
I am trying to make it possible for an .msi file to open an executable which will register a Browser Helper Object. Since this involves writing to the registry, cmd.exe must be elevated with administr
I\'ve got a WiX project which pulls in a WiX Fragment with a load of supporting files. I\'m using Paraffin to build the wsx file for the fragment.At the moment I manually run a one line batch file to
I have my own UI for the installation (using SharpSetup). The problem is, that when I double click the msi file the UI doesn\'t appear => Same when I uninstall it. To see the UI I have to double click