Re: [WiX-users] Upgrade nightmare again

2010-01-13 Thread Wilson, Phil
Basically you make them elevated by marking them deferred and sequencing them between InstallInitialize and InstallFinalize. Phil Wilson -Original Message- From: Andy2k8 [mailto:appr...@gmail.com] Sent: Wednesday, January 13, 2010 10:25 AM To: wix-users@lists.sourceforge.net Subject:

Re: [WiX-users] upgrade nightmare

2007-03-30 Thread Chris Bardon
bject: Re: [WiX-users] upgrade nightmare You should change the ProductCode as well. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Some > user > Sent: 30 March 2007 07:40 AM > To: wix-users@lists.sourceforge.net > Subjec

Re: [WiX-users] upgrade nightmare

2007-03-29 Thread Adriaan
You should change the ProductCode as well. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Some user > Sent: 30 March 2007 07:40 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] upgrade nightmare >

Re: [WiX-users] upgrade nightmare

2007-03-29 Thread Some user
the problem is that requiring commandline parameters or bootstrapper is unacceptable for us, we have seen that our users are too stupid to type a commandline (!?) so I have been told toto make a thing that can do installs and updates on the same package without requiring any commandline parameter

Re: [WiX-users] upgrade nightmare

2006-09-14 Thread Bob Arnson
Alexander Gnauck wrote: > Requirements: > - Install and Updates must be redistributable with group policies. > - The updates/patches must run without having the original MSI. > - The latest update must be always be able to update the product, > doesn't matter which previous version is installed. >