Re: [WiX-users] Upgrade Problem

2008-10-31 Thread Sandeep Gautam (HCL Technologies Ltd)
Under Set Desination Folder UI, I am setting 1 Is there any impact due to this event ? Please help me out. Regards -Sandeep -Original Message- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2008 2:33 PM To: General discussion for Windows

Re: [WiX-users] Upgrade Problem with WIX installer

2008-04-08 Thread Jeremy Farrell
You were asked if you had changed the "product code" and you replied that you had changed the "product upgrade code". What do you mean by that term? The message you are seeing implies that you have not changed the product code. You need to give precise accurate information for people to be able

Re: [WiX-users] Upgrade Problem with WIX installer

2008-04-08 Thread Bob Arnson
amitchopra wrote: > But if we are installing it from msi , it is saying that "Product is already > Installed" > That means you haven't changed the product code. See http://www.tramontana.co.hu/wix/lesson4.php. -- sig://boB http://joyofsetup.com/ ---

Re: [WiX-users] Upgrade Problem with WIX installer

2008-04-08 Thread amitchopra
move > older versions as well). > > Phil Wilson > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of amitchopra > Sent: Monday, April 07, 2008 3:59 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] U

Re: [WiX-users] Upgrade Problem with WIX installer

2008-04-07 Thread Wilson, Phil
hopra Sent: Monday, April 07, 2008 3:59 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Upgrade Problem with WIX installer Yes, we have changed the product upgrade code. The command that we have used is: msiexec /i SampleUpgrade2.msi REINSTALL=ALL REINSTALLMODE=vomus ” Th

Re: [WiX-users] Upgrade Problem with WIX installer

2008-04-07 Thread amitchopra
Yes, we have changed the product upgrade code. The command that we have used is: msiexec /i SampleUpgrade2.msi REINSTALL=ALL REINSTALLMODE=vomus ” Thanks, Amit Sebastian Brand-2 wrote: > > Did you change the product code in the upgrade? What's the command > prompt's parameters? > > Best

Re: [WiX-users] Upgrade Problem with WIX installer

2008-04-04 Thread Sebastian Brand
Did you change the product code in the upgrade? What's the command prompt's parameters? Best regards, Sebastian Brand Instyler Software - http://www.instyler.com On Apr 4, 2008, at 12:36 , amitchopra wrote: > > Hi, > > I have created an installer using WIX. When i am upgrading it using > co

Re: [WiX-users] Upgrade problem

2007-03-30 Thread Chris Bardon
Subject: Re: [WiX-users] Upgrade problem How does a major upgrade differ from small one? Tamas Tiboldi wrote: > > Yes, i know thanks. > We are planning to have major upgrades too. > > -- View this message in context: http://www.nabble.com/Upgrade-problem-tf1755143.html#a97

Re: [WiX-users] Upgrade problem

2007-03-29 Thread Some user
How does a major upgrade differ from small one? Tamas Tiboldi wrote: > > Yes, i know thanks. > We are planning to have major upgrades too. > > -- View this message in context: http://www.nabble.com/Upgrade-problem-tf1755143.html#a9747529 Sent from the wix-users mailing list archive at Na

Re: [WiX-users] Upgrade problem - unresolved reference

2006-06-12 Thread Petr Reichl
Sorry, I'm stupid. I pass over reference to this action missing :-( > Hello all, > > I have problem with upgrade in my installation program script. I added > Upgrade section: > > > > IncludeMaximum="no" Property="OLDERVERSIONDETECTED" /> > > > Now with this section light.exe fails

Re: [WiX-users] Upgrade problem

2006-06-08 Thread Tamas Tiboldi
Yes, i know thanks. We are planning to have major upgrades too. -- View this message in context: http://www.nabble.com/Upgrade-problem-t1755143.html#a4780617 Sent from the wix-users forum at Nabble.com. ___ WiX-users mailing list WiX-users@lists.so

Re: [WiX-users] Upgrade problem

2006-06-08 Thread Bob Arnson
Tamas Tiboldi wrote: > i got the package installed. Then i've created the package again. (So i got > a package with another package ID, but the same product ID, Upgrade ID and > product version - if i'm correct, this means a small upgrade) > The Upgrade element is for handling major upgrades. I

Re: [WiX-users] Upgrade problem

2006-06-08 Thread Tamas Tiboldi
WoW. You are right. i've tested it. it works. thanks a lot. Tamás -- View this message in context: http://www.nabble.com/Upgrade-problem-t1755143.html#a4773512 Sent from the wix-users forum at Nabble.com. ___ WiX-users mailing list WiX-users@lists.so

Re: [WiX-users] Upgrade problem

2006-06-08 Thread Brian Simoneau
You can't perform the small or minor upgrade without passing in command line parameters for reinstall. Try msiexec /i setup.msi REINSTALL=ALL REINSTALLMODE=vomus -Brian Simoneau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tamas Tiboldi Sent: Thursda