Re: [WiX-users] How to prevent cached msi being invoked (not asking msiexec /fv)

2007-11-01 Thread Davut Karabay
t> Subject: Re: [WiX-users] How > to prevent cached msi being invoked (not asking msiexec /fv)> > Can you share > the before and after values for:> > Product/@Id> Product/@UpgradeCode> > Package/@Id> > What version of the WiX toolset are you using?> > Da

Re: [WiX-users] How to prevent cached msi being invoked (not asking msiexec /fv)

2007-11-01 Thread Rob Mensching
Can you share the before and after values for: Product/@Id Product/@UpgradeCode Package/@Id What version of the WiX toolset are you using? Davut Karabay wrote: > Hi, > > When I run the new version of installer, it invokes the installed old > version. I don't want that happen. I want the new v

Re: [WiX-users] How to prevent cached msi being invoked (not asking msiexec /fv)

2007-11-01 Thread Peter Marcu
To: Chad Petersen; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to prevent cached msi being invoked (not asking msiexec /fv) That was the first thing I did, changing both product id and upgrade code. But still invokes the cached msi. I think I will give another try because everyone

Re: [WiX-users] How to prevent cached msi being invoked (not asking msiexec /fv)

2007-11-01 Thread Davut Karabay
: RE: [WiX-users] How to prevent cached msi being invoked (not asking msiexec /fv)Date: Thu, 1 Nov 2007 14:38:33 -0700From: [EMAIL PROTECTED]: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Peter is suggesting you change your Product Id=”GUID”. I think you might want to also consider

Re: [WiX-users] How to prevent cached msi being invoked (not asking msiexec /fv)

2007-11-01 Thread Chad Petersen
__ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Davut Karabay Sent: Thursday, November 01, 2007 2:31 PM To: Peter Marcu; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to prevent cached msi being invoked (not asking msiexec /fv) Hi Peter - What do you mean by

Re: [WiX-users] How to prevent cached msi being invoked (not asking msiexec /fv)

2007-11-01 Thread Peter Marcu
te in WiX. From: Davut Karabay [mailto:[EMAIL PROTECTED] Sent: Thursday, November 01, 2007 2:31 PM To: Peter Marcu; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] How to prevent cached msi being invoked (not asking msiexec /fv) Hi Peter - What do you mean by changing

Re: [WiX-users] How to prevent cached msi being invoked (not asking msiexec /fv)

2007-11-01 Thread Peter Marcu
Change the product code. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Davut Karabay Sent: Thursday, November 01, 2007 1:40 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to prevent cached msi being invoked (not asking msiexec /fv) Re: [WiX-users] How to

Re: [WiX-users] How to prevent cached msi being invoked (not asking msiexec /fv)

2007-11-01 Thread Richard
In article <[EMAIL PROTECTED]>, Davut Karabay <[EMAIL PROTECTED]> writes: > When I run the new version of installer, it invokes the installed old versi= > on. I don't want that happen. I want the new version installed anyway. Why? -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft avai

[WiX-users] How to prevent cached msi being invoked (not asking msiexec /fv)

2007-11-01 Thread Davut Karabay
Hi, When I run the new version of installer, it invokes the installed old version. I don't want that happen. I want the new version installed anyway. How can I break the link between the new and the old? I changed Product ID GUID but it didn't help. Using Launch Conditions do not help because