Hi,

I'm trying to get my installers to support minor upgrades.
I will not change the productcode and also will not support major upgrades 
so I don't want to add an upgradecode which seams to break minor upgrades.

But if I have installed version 1.0.0.1 with msiexec /i I neet to launch 
the version 1.0.0.2 with REINSTALL=ALL and REINSTALLMODE. :-(
If I create a new release like 1.1.0.0 or 2.0.0.0 I will change the 
productcode but will not allow an upgrade from 1.0.*.* as these versions 
should be installed side by side.

Creating setups with InstallShield in the past I was able to launch 
version 1.0.0.2 without these properties and the setup came up with a 
messagebox if I would like to upgrade.

I feel confused. Is it now really needed to write a bootstrapper?
If yes, is there an example somewhere?

Cheers,
  Thomas
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to