Re: [WiX-users] Major upgrade: a few files are not installed

2015-04-24 Thread Rob Mensching
://www.firegiant.com/ -Original Message- From: Lukas Rieger [mailto:lrie...@nemetschek-engineering.at] Sent: Friday, April 24, 2015 11:33 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Major upgrade: a few files are not installed I thought it treated files like MSIs

Re: [WiX-users] Major upgrade: a few files are not installed

2015-04-24 Thread Lukas Rieger
ng An: "General discussion about the WiX toolset." Datum: 24.04.2015 20:13 Betreff: Re: [WiX-users] Major upgrade: a few files are not installed Windows Installer only ignores the 4th digit of the MSI version. It'll evaluate all four pla

Re: [WiX-users] Major upgrade: a few files are not installed

2015-04-24 Thread Rob Mensching
Lukas Rieger [mailto:lrie...@nemetschek-engineering.at] Sent: Friday, April 24, 2015 10:59 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Major upgrade: a few files are not installed I opened up both MSIs in Orca and compared their version numbers. The missing files are diff

Re: [WiX-users] Major upgrade: a few files are not installed

2015-04-24 Thread Lukas Rieger
up and thank you, Lukas Von:Rob Mensching An: "General discussion about the WiX toolset." Datum: 14.04.2015 02:49 Betreff: Re: [WiX-users] Major upgrade: a few files are not installed You should root cause why higher version Components exist on the machine

Re: [WiX-users] Major upgrade: a few files are not installed

2015-04-14 Thread Phil Wilson
:lrie...@nemetschek-engineering.at] > Sent: Monday, April 13, 2015 2:29 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Major upgrade: a few files are not installed > > Sorry, I forgot to mention that I am using Burn as Bootstrapper, so I can'

Re: [WiX-users] Major upgrade: a few files are not installed

2015-04-13 Thread Rob Mensching
[mailto:lrie...@nemetschek-engineering.at] Sent: Monday, April 13, 2015 2:29 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Major upgrade: a few files are not installed Sorry, I forgot to mention that I am using Burn as Bootstrapper, so I can't control the REINSTALLMODE Than

Re: [WiX-users] Major upgrade: a few files are not installed

2015-04-13 Thread Lukas Rieger
Sorry, I forgot to mention that I am using Burn as Bootstrapper, so I can't control the REINSTALLMODE Thank you, Lukas Von:Joel Budreau An: lrie...@nemetschek-engineering.at Kopie: "General discussion about the WiX toolset." Datum: 13.04.2015 23:21 Betreff:

Re: [WiX-users] Major upgrade: a few files are not installed

2015-04-13 Thread Joel Budreau
You could pass REINSTALLMODE=amus so that all files are overwritten by the newer MSI - https://msdn.microsoft.com/en-us/library/aa371182%28v=vs.85%29.aspx > On Apr 13, 2015, at 9:36 AM, Lukas Rieger > wrote: > > I have the same issue as described here: > http://stackoverflow.com/questions/151

[WiX-users] Major upgrade: a few files are not installed

2015-04-13 Thread Lukas Rieger
I have the same issue as described here: http://stackoverflow.com/questions/15138731/wix-major-upgrade-not-installing-all-files After a major upgrade a few files are missing. After a repair, they reapper, and with a clean install, they are also correctly installed. The log contains Disallowing in

Re: [WiX-users] Major Upgrade : Conditional uninstallation on even version number

2014-11-13 Thread Hoover, Jacob
t; > -Message d'origine- > De : Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] > Envoyé : jeudi 6 novembre 2014 15:53 > À : General discussion about the WiX toolset. > Cc : FAURE Helian > Objet : Re: [WiX-users] Major Upgrade : Conditional uninstallation on even &g

Re: [WiX-users] Major Upgrade : Conditional uninstallation on even version number

2014-11-13 Thread CALCEL Sebastien
ebastien [mailto:sebastien.cal...@econocom-osiatis.com] Sent: Thursday, November 06, 2014 4:34 AM To: 'wix-users@lists.sourceforge.net' Cc: FAURE Helian Subject: [WiX-users] Major Upgrade : Conditional uninstallation on even version number Hello everyone, I would like to know if there is a mea

Re: [WiX-users] Major Upgrade : Conditional uninstallation on even version number

2014-11-06 Thread Hoover, Jacob
y, November 06, 2014 4:34 AM To: 'wix-users@lists.sourceforge.net' Cc: FAURE Helian Subject: [WiX-users] Major Upgrade : Conditional uninstallation on even version number Hello everyone, I would like to know if there is a mean to make the uninstallation of previous versions conditi

[WiX-users] Major Upgrade : Conditional uninstallation on even version number

2014-11-06 Thread CALCEL Sebastien
Hello everyone, I would like to know if there is a mean to make the uninstallation of previous versions conditional in the case of a Major Upgrade. Here's the context : We recently migrated our application setup from the VS 2008 MSI project. We now have a WiX installer project for the app and a

Re: [WiX-users] Major Upgrade in BA (Bundle.wxs)

2014-06-16 Thread Benny
Hi Phil, For patches i use the related bundle action as patch and leave the GUID the same, this is how its removing the patches when removing the main bundle. When installaing a major upgrade (a new major release) the related bundle guid changes and the action goes back to detect. i leave the upg

Re: [WiX-users] Major Upgrade in BA (Bundle.wxs)

2014-06-12 Thread Phill Hogland
Did you see this thread? http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Re-Burn-patch-for-bundle-td7291580.html Some time ago I did an experiment along this line. I think I used 'add-in' or 'update' but not 'patch'. And I added code to my mba. For me the updated bundle was remove

Re: [WiX-users] Major Upgrade in BA (Bundle.wxs)

2014-06-11 Thread Benny
Thanks Phil, i moved the post to wix users. i set the upgrade code for the major upgrade(New Bundle) to be the same as the upgrade code in the RTM(Old Bundle). Now it removes the entry of the Old Bundle from the ARP (also from the registry) but the patch is not removed from the "installed updates

Re: [WiX-users] Major upgrade removing files

2014-04-23 Thread Phil Wilson
de [mailto:kirann.he...@gmail.com] > Sent: Tuesday, April 22, 2014 10:41 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Major upgrade removing files > > Folks, > > Thanks for all the responses. > > This issue happens even with normal files(not j

Re: [WiX-users] Major upgrade removing files

2014-04-23 Thread Wheeler, Blaine (DSHS/DCS)
-users@lists.sourceforge.net Subject: Re: [WiX-users] Major upgrade removing files Folks, Thanks for all the responses. This issue happens even with normal files(not just assemblies) MSI (s) (48:F0) [07:39:21:024]: Disallowing installation of component: {4D2EB851-13AC-500F-9704-AB78102F8D0F} since

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread b . rasing
Dit mailadres is niet meer in gebruik. Mail kan je voortaan sturen naar basti...@careercontrol.nl. -- Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Jav

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread kirannhegde
Folks, Thanks for all the responses. This issue happens even with normal files(not just assemblies) MSI (s) (48:F0) [07:39:21:024]: Disallowing installation of component: {4D2EB851-13AC-500F-9704-AB78102F8D0F} since the same component with higher versioned keyfile exists I dont want to implemen

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread Carter Young
on you're not really supposed to just yank things out of the > GAC or Win32 assembly stores. > > -Original Message- > From: Carter Young [mailto:ecyo...@grandecom.net] > Sent: Tuesday, April 22, 2014 2:54 PM > To: wix-users@lists.sourceforge.net > Subject: Re:

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread Bryan Wolf
- From: Carter Young [mailto:ecyo...@grandecom.net] Sent: Tuesday, April 22, 2014 2:54 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Major upgrade removing files Dobt all Assemblies get added to the GAC though?? Then use the Version Search to Search the GAC. Could be totally wr

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread Carter Young
good" answer for assemblies. As a warning: >> sequencing REP before CostInitialize does cause an ICE27 error. >> >> -----Original Message- >> From: Phil Wilson [mailto:phildgwil...@gmail.com] >> Sent: Tuesday, April 22, 2014 11:04 AM >> To: General discussi

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread Bryan Wolf
014 2:18 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Major upgrade removing files I may be talking out the side of my mouth here,, but why cant he remove version N doing a version check like so: http://wixtoolset.org/documentation/manual/v3/howtos/files_and_registry/check_the_version_num

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread Carter Young
From: Phil Wilson [mailto:phildgwil...@gmail.com] > Sent: Tuesday, April 22, 2014 11:04 AM > To: General discussion about the WiX toolset. > Subject: Re: [WiX-users] Major upgrade removing files > > This shouldn't apply to later MSI engines - according this KB > article it sho

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread Bryan Wolf
11:04 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Major upgrade removing files This shouldn't apply to later MSI engines - according this KB article it shouldn't be a problem if you make sure you have at least MSI 4.0, or ship the 4.5 redist. http://support.micros

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread b . rasing
Dit mailadres is niet meer in gebruik. Mail kan je voortaan sturen naar basti...@careercontrol.nl. -- Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Jav

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread Phil Wilson
Message- > From: kirannhegde [mailto:kirann.he...@gmail.com] > Sent: Monday, April 21, 2014 11:30 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Major upgrade removing files > > Hello , > > Here is my scenario: > > A higher version i

Re: [WiX-users] Major upgrade removing files

2014-04-22 Thread Bryan Wolf
nt: Monday, April 21, 2014 11:30 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Major upgrade removing files Hello , Here is my scenario: A higher version installer contains lower version of certain binaries . In the higher versioned installer, sequencing "Remov

[WiX-users] Major upgrade removing files

2014-04-21 Thread kirannhegde
Hello , Here is my scenario: A higher version installer contains lower version of certain binaries . In the higher versioned installer, sequencing "RemoveExistingProducts" after "InstallInitialize" results in missing files. This is an issue with Windows Installer service and has been a

Re: [WiX-users] Major Upgrade Schedule Not Working?

2013-09-06 Thread Andrew Meyer
Mensching [mailto:r...@robmensching.com] Sent: Thursday, September 05, 2013 11:01 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Major Upgrade Schedule Not Working? You can upgrade the old MSI via your new MSI in the new Bundle so the old Bundle uninstall doesn&

Re: [WiX-users] Major Upgrade Schedule Not Working?

2013-09-05 Thread Alain Forget
toolset. Subject: Re: [WiX-users] Major Upgrade Schedule Not Working? Hi all, Please stop including me in the discussion. Thanks, Best regards, Marie Gourmelon Talent Source Staffing Specialist | Allegis Group Services Mobile: Office: +33 6 76 92 98 74 +33 1 57 75 34 91 TSPO: +33 1 57

Re: [WiX-users] Major Upgrade Schedule Not Working?

2013-09-05 Thread Rob Mensching
> > > -Original Message- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: Thursday, September 05, 2013 10:19 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Major Upgrade Schedule Not Working? > > The Burn executi

Re: [WiX-users] Major Upgrade Schedule Not Working?

2013-09-05 Thread Andrew Meyer
hange this behavior. -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Thursday, September 05, 2013 10:19 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Major Upgrade Schedule Not Working? The Burn execution order is

Re: [WiX-users] Major Upgrade Schedule Not Working?

2013-09-05 Thread Marie Gourmelon (Allegis Group SAS)
igine- De : Andrew Meyer [mailto:ame...@creativestrategiesus.com] Envoyé : jeudi 5 septembre 2013 16:47 À : 'General discussion for Windows Installer XML toolset.' Objet : Re: [WiX-users] Major Upgrade Schedule Not Working? It seems this is by design, to Install then Uninstall. Any

Re: [WiX-users] Major Upgrade Schedule Not Working?

2013-09-05 Thread Rob Mensching
w bundle then uninstalling the old > afterwards. I can't find any documentation in Burn to change this behavior > otherwise. > > > -Original Message- > From: Bob Arnson [mailto:b...@joyofsetup.com] > Sent: Wednesday, September 04, 2013 5:23 PM > To: wix-users

Re: [WiX-users] Major Upgrade Schedule Not Working?

2013-09-05 Thread Andrew Meyer
in Burn to change this behavior otherwise. -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Wednesday, September 04, 2013 5:23 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Major Upgrade Schedule Not Working? On 04-Sep-13 15:13, Andrew Meyer wrote: &

Re: [WiX-users] Major Upgrade Schedule Not Working?

2013-09-04 Thread Bob Arnson
On 04-Sep-13 15:13, Andrew Meyer wrote: > No matter how I define "Schedule" in the MajorUpgrade node, during a Major > update, the installer always acts like Schedule is set to > afterInstallExecute. Use the Orca tool to verify whether RemoveExistingProducts is actually scheduled. -- sig://boB h

[WiX-users] Major Upgrade Schedule Not Working?

2013-09-04 Thread Andrew Meyer
No matter how I define "Schedule" in the MajorUpgrade node, during a Major update, the installer always acts like Schedule is set to afterInstallExecute. The installer will: 1) Install new version first (two copies show up in Add/Remove Programs temporarily during this process) 2) Uninstall old v

Re: [WiX-users] Major upgrade using bootstrapper issue -HELP!!

2013-05-24 Thread Dave Moss
ion No. 4452522, with registered offices at 67 Innovation Drive, Milton Park, Abingdon, Oxfordshire. OX14 4RQ. UK. VAT No. 821339546. -Original Message- From: Dave Moss [mailto:davidm...@omprompt.com] Sent: 24 May 2013 09:12 To: Hoover, Jacob Cc: wix-users@lists.sourceforge.net Subject:

Re: [WiX-users] Major upgrade using bootstrapper issue -HELP!!

2013-05-24 Thread Hoover, Jacob
UK. VAT No. 821339546. -Original Message- From: Dave Moss [mailto:davidm...@omprompt.com] Sent: 24 May 2013 09:12 To: Hoover, Jacob Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Major upgrade using bootstrapper issue -HELP!! Hi Jacob, I would like to start by saying thanks

Re: [WiX-users] Major upgrade using bootstrapper issue -HELP!!

2013-05-24 Thread Dave Moss
es at 67 Innovation Drive, Milton Park, Abingdon, Oxfordshire. OX14 4RQ. UK. VAT No. 821339546. -Original Message- From: Dave Moss [mailto:davidm...@omprompt.com] Sent: 24 May 2013 09:12 To: Hoover, Jacob Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Major upgrade using boo

Re: [WiX-users] Major upgrade using bootstrapper issue -HELP!!

2013-05-24 Thread Hoover, Jacob
rceforge.net Subject: Re: [WiX-users] Major upgrade using bootstrapper issue -HELP!! Hi Jacob, I would like to start by saying thanks for your help with this and sorry I haven't responded sooner, I am guessing I am on UK time and you are on US time. Yes the msi works correctly outside the bund

Re: [WiX-users] Major upgrade using bootstrapper issue -HELP!!

2013-05-24 Thread Dave Moss
No. 821339546. -Original Message- From: Dave Moss [mailto:davidm...@omprompt.com] Sent: 24 May 2013 09:12 To: Hoover, Jacob Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Major upgrade using bootstrapper issue -HELP!! Hi Jacob, I would like to start by saying thanks for

Re: [WiX-users] Major upgrade using bootstrapper issue -HELP!!

2013-05-24 Thread Dave Moss
jacob.hoo...@greenheck.com] Sent: 23 May 2013 15:52 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Major upgrade using bootstrapper issue -HELP!! Hmm, The install logs would be helpful to know what is going on. Start with the BA's log to see what it's detec

Re: [WiX-users] Major upgrade using bootstrapper issue -HELP!!

2013-05-23 Thread Dave Moss
Park, Abingdon, Oxfordshire. OX14 4RQ. UK. VAT No. 821339546. -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: 23 May 2013 15:52 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Major upgrade using bootstrapper issue -HELP!!

Re: [WiX-users] Major upgrade using bootstrapper issue -HELP!!

2013-05-23 Thread Hoover, Jacob
taller XML toolset. Subject: Re: [WiX-users] Major upgrade using bootstrapper issue -HELP!! Just for a bit of extra information if I run the bootstrapper install and then run just the application msi for the upgrade it works fine so it seems to be an issue from running the upgrade through the bootstrapp

Re: [WiX-users] Major upgrade using bootstrapper issue -HELP!!

2013-05-23 Thread John Ludlow
No. 821339546. > > -Original Message- > From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] > Sent: 23 May 2013 15:32 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Major upgrade using bootstrapper issue -HELP!! > > Is your ke

Re: [WiX-users] Major upgrade using bootstrapper issue -HELP!!

2013-05-23 Thread Dave Moss
-Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: 23 May 2013 15:32 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Major upgrade using bootstrapper issue -HELP!! Is your key path and/or component ids changing with each new installer

Re: [WiX-users] Major upgrade using bootstrapper issue -HELP!!

2013-05-23 Thread Hoover, Jacob
com] Sent: Thursday, May 23, 2013 4:21 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Major upgrade using bootstrapper issue -HELP!! Hi, I am pretty new to the world of WiX but have found it to be a very useful tool. I am having the following issue however and after 2 days of goog

[WiX-users] Major upgrade using bootstrapper issue -HELP!!

2013-05-23 Thread Dave Moss
Hi, I am pretty new to the world of WiX but have found it to be a very useful tool. I am having the following issue however and after 2 days of googling it is driving me nuts. I have a bootstrapper that install .net 4.0 if required and then installs my msipackage. I opted for the major upgrad

Re: [WiX-users] Major Upgrade

2012-11-06 Thread Chris Lord
that, if you have a more specific question I am sure someone will be able to answer it. Chris Lord Attero Tech, LLC -Original Message- From: Chaitanya [mailto:chaita...@pointcross.com] Sent: Tuesday, November 06, 2012 9:19 AM To: WiX-users@lists.sourceforge.net Subject: [WiX-users

[WiX-users] Major Upgrade

2012-11-06 Thread Chaitanya
Hi, Can anyone please help me in major upgrade.. Thanks, Chaitanya. -- LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control, update software, and manage PCs from one command center Diagno

Re: [WiX-users] Major Upgrade not working after changes to UIRef

2012-11-02 Thread Sheldon Warkentin
gain. Thanks, Sheldon -Original Message- From: Nick Ramirez [mailto:nickra...@hotmail.com] Sent: Friday, November 02, 2012 12:18 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Major Upgrade not working after changes to UIRef Does the install log show that it is detecting

Re: [WiX-users] Major Upgrade not working after changes to UIRef

2012-11-02 Thread Nick Ramirez
Does the install log show that it is detecting the old version? At one point I thought that I had to schedule InstallExecute after RemoveExistingProducts, but last I tried it that didn't seem to be the case. Is it possible to switch to use the new MajorUpgrade element? It seems to make life easi

[WiX-users] Major Upgrade not working after changes to UIRef

2012-11-02 Thread Sheldon Warkentin
Hi, I have changed a UIRef tag between versions of software from Version 1.0: to Version 2.0: Wix Version 3.6 Now, when I run the Version 2.0 installer, it does not detect the previous version, so instead of uninstalling during the upgrade it installs a new version next to

Re: [WiX-users] Major upgrade stops working after doing small changes and switching to 3.6

2012-10-25 Thread Rob Mensching
ge- > From: PKEuS [mailto:philipp.kl...@web.de] > Sent: Thursday, October 25, 2012 3:57 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Major upgrade stops working after doing small > changes and switching to 3.6 > > I finally found the solution (by trial&a

Re: [WiX-users] Major upgrade stops working after doing small changes and switching to 3.6

2012-10-25 Thread Hoover, Jacob
re missing the VC runtime (may not be an issue, and not certain if burn can support conditionally not elevating) -Original Message- From: PKEuS [mailto:philipp.kl...@web.de] Sent: Thursday, October 25, 2012 3:57 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Major upg

Re: [WiX-users] Major upgrade stops working after doing small changes and switching to 3.6

2012-10-25 Thread PKEuS
I finally found the solution (by trial&error): Its the VC CRT merge module I added. It requires per-machine install and thus whole install scope changes. Any ideas how to solve that (if possible with keeping installer per-user)? -- View this message in context: http://windows-installer-xml-wix

Re: [WiX-users] Major upgrade stops working after doing small changes and switching to 3.6

2012-10-25 Thread PKEuS
> Your previous install was per user, the new install is per machine, and one will not upgrade the other. The Windows default if unspecified is per user, so perhaps if you never set it in the original install it defaulted to per user. The question is: Why has the new one a different setting? I d

Re: [WiX-users] Major upgrade stops working after doing small changes and switching to 3.6

2012-10-21 Thread Phil Wilson
- it may show why you got a per user install if you weren't expecting one. Phil W -Original Message- From: PKEuS [mailto:philipp.kl...@web.de] Sent: Sunday, October 21, 2012 2:50 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Major upgrade stops working after

Re: [WiX-users] Major upgrade stops working after doing small changes and switching to 3.6

2012-10-21 Thread PKEuS
Has nobody an idea what (and why) is going wrong? As far as I can see, it doesn't find the old installation because of conflicting InstallScope. But I have no idea, why install scope is different (even if I explicitly set it). -- View this message in context: http://windows-installer-xml-wix-t

Re: [WiX-users] Major upgrade stops working after doing small changes and switching to 3.6

2012-10-19 Thread PKEuS
You can find verbose log file here: http://kloke-witten.dyndns.org/~philipp/Temp/msi_log.zip There are some lines about finding related products, where it says "FindRelatedProducts: current install is per-machine. Related install for product '{1CC8C271-A877-4DF0-B1DE-C1B7D83521BC}' is per-user.

Re: [WiX-users] Major upgrade stops working after doing small changes and switching to 3.6

2012-10-19 Thread Rob Mensching
If theUpgradeCode is stable then I don't see anything obvious. What does verbose logfile for update show? On Fri, Oct 19, 2012 at 9:05 AM, PKEuS wrote: > Hello, > > First of all, sorry for posting this a second time, but my first post (via > nabble) seems to have been rejected, because I hadn't

[WiX-users] Major upgrade stops working after doing small changes and switching to 3.6

2012-10-19 Thread PKEuS
Hello, I am a dev of the cppcheck project and I am trying to improve our installer. We are using WiX, and the original installer was built using WiX 3.5. You can see the original installer code here: https://github.com/danmar/cppcheck/tree/master/win_installer I switched to WiX 3.6(.3303), made t

[WiX-users] Major upgrade stops working after doing small changes and switching to 3.6

2012-10-19 Thread PKEuS
Hello, First of all, sorry for posting this a second time, but my first post (via nabble) seems to have been rejected, because I hadn't received subscription confirmation mail before. I am a dev of the cppcheck project and I am trying to improve our installer. We are using WiX, and the original i

Re: [WiX-users] Major Upgrade changes requirement

2012-08-31 Thread Peter Hull
> Date: Thu, 30 Aug 2012 18:03:02 -0400 > From: mukeshj...@kpmg.com > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Major Upgrade changes requirement > > What changes we need to do for Major Upgrade > > Example - Pr

Re: [WiX-users] Major Upgrade changes requirement

2012-08-30 Thread Rob Mensching
Yes, basically. On Thu, Aug 30, 2012 at 3:03 PM, Jain, Mukesh wrote: > What changes we need to do for Major Upgrade > > Example - Product Code, Package Code, version etc... ?? > > > Thanks, > Mukesh > > > > ANY TAX ADVICE IN THIS COMMUNICATION IS NOT INTENDED OR > WRITTEN BY KPMG TO BE USED

[WiX-users] Major Upgrade changes requirement

2012-08-30 Thread Jain, Mukesh
What changes we need to do for Major Upgrade Example - Product Code, Package Code, version etc... ?? Thanks, Mukesh ANY TAX ADVICE IN THIS COMMUNICATION IS NOT INTENDED OR WRITTEN BY KPMG TO BE USED, AND CANNOT BE USED, BY A CLIENT OR ANY OTHER PERSON OR ENTITY FOR THE

Re: [WiX-users] Major upgrade not working

2012-06-27 Thread Peter Shirtcliffe
al Message- From: rajeshk [mailto:rajeshkannan.kr...@gmail.com] Sent: 27 June 2012 12:45 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Major upgrade not working I tried and reproduce the problem.I was follow the below steps. 1. I was installed new MSi version 1.0.0 2. I w

Re: [WiX-users] Major upgrade not working

2012-06-27 Thread rajeshk
I tried and reproduce the problem.I was follow the below steps. 1. I was installed new MSi version 1.0.0 2. I was implemented minor upgrade and MSI version is 1.1.0 3. Then I tried for major upgrade (version 4.1.0). First 2 steps are working fine, but when i tried for 3 step its throw the error.A

Re: [WiX-users] Major upgrade not working

2012-06-27 Thread rajeshk
I tried and reproduce the problem.I was follow the below steps. 1. I was installed new MSi version 1.0.0 2. I was implemented minor upgrade and MSI version is 1.1.0 3. Then I tried for major upgrade (version 4.1.0). First 2 steps are working fine, but when i tried for 3 step its throw the error.A

Re: [WiX-users] Major upgrade not working

2012-06-27 Thread rajeshk
I tried and reproduce the problem.I was follow the below steps. 1. I was installed new MSi version 1.0.0 2. I was implemented minor upgrade and MSI version is 1.1.0 3. Then I tried for major upgrade (version 4.1.0). First 2 steps are working fine, but when i tried for 3 step its throw the error.A

Re: [WiX-users] Major upgrade not working

2012-06-27 Thread Peter Shirtcliffe
al machine ? -Original Message- From: Rajeshkannan Krishnamoorthy [mailto:rajeshkannan.kr...@gmail.com] Sent: 27 June 2012 11:59 To: wix-users Subject: [WiX-users] Major upgrade not working Hi, I tried to install the major upgrade for my application. When its try to uninstall the existing application

[WiX-users] Major upgrade not working

2012-06-27 Thread Rajeshkannan Krishnamoorthy
Hi, I tried to install the major upgrade for my application. When its try to uninstall the existing application its throw the error message like "isallowing uninstallation of component: {AA67D22F-62E9-4034-BD7D-7210A43050BD} since another client exists". Then its try to install the changes, but t

[WiX-users] Major Upgrade and Install Context Issues

2012-01-06 Thread Steven Arnold
I have a Wix project that I have set to allow major upgrades. I'm using WixUI_Advanced to allow a choice between per-user and per-machine installs. When I install and upgrade per-user everything works as expected, the installer recognizes an upgrade and there is only one entry in Programs and Feat

Re: [WiX-users] Major Upgrade - Ask user if he would like to upgrade

2011-11-22 Thread Rob Mensching
Upgrade will set a property indicating that the major upgrade is expected. You can use that to change your UI and I *think* (never tried) condition out RemoveExistingProducts appropriately. On Wed, Nov 16, 2011 at 5:23 AM, wrote: > Hi, > > after some discussions I've changed my mind and have imp

[WiX-users] Major Upgrade - Ask user if he would like to upgrade

2011-11-16 Thread Thomas . Deboben
Hi, after some discussions I've changed my mind and have implemented the code to support major upgrades. But when I now launch the second package to upgrade the first I get no hint that this will be an upgrade installation. How could I bring up a message or change the welcome dialog to ask the

Re: [WiX-users] major upgrade from per-client to per-machine install

2011-10-13 Thread Martin Kulov
wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] major upgrade from per-client to per-machine install > > Which per-user one ? There could be multiple per-user installations on a > machine. > You'd have to be an admin to detect the per-user installation of another > us

Re: [WiX-users] major upgrade from per-client to per-machine install

2011-10-13 Thread Peter Shirtcliffe
rt of a chainer. -Original Message- From: Martin Kulov [mailto:mar...@kulov.net] Sent: 13 October 2011 10:47 To: wix-users Subject: Re: [WiX-users] major upgrade from per-client to per-machine install Hi everyone, Is there a way to detect per-user installation and so that per-machine install is p

Re: [WiX-users] major upgrade from per-client to per-machine install

2011-10-13 Thread Martin Kulov
Subject: Re: [WiX-users] major upgrade from per-client to per-machine install > > > Thanks Rob, Is there a way to detect this situation and prevent the per > machine installation in such case? Thanks,Martin > From: r...@robmensching.com > > Date: Tue, 11 Oct 2011

Re: [WiX-users] major upgrade from per-client to per-machine install

2011-10-11 Thread Martin Kulov
Thanks Rob, Is there a way to detect this situation and prevent the per machine installation in such case? Thanks,Martin > From: r...@robmensching.com > Date: Tue, 11 Oct 2011 05:56:50 -0700 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] major upgrade from per-c

Re: [WiX-users] major upgrade from per-client to per-machine install

2011-10-11 Thread Rob Mensching
Sadly, Windows Installer doesn't support that. On Mon, Oct 10, 2011 at 9:23 AM, Martin Kulov wrote: > > Hi, (moving this to a new thread) I have an existing MSI that needs to be > MajorUpgrade'd from per client to per machine installation.Right now > installing the latest bits results in two ve

[WiX-users] major upgrade from per-client to per-machine install

2011-10-10 Thread Martin Kulov
Hi, (moving this to a new thread) I have an existing MSI that needs to be MajorUpgrade'd from per client to per machine installation.Right now installing the latest bits results in two versions of the program being installed side by side.This does not work for at all. How can I remove the exi

Re: [WiX-users] Major upgrade opt-out ?

2011-08-04 Thread robert_yang
Just wanted to say thanks for all the advice : the WIX_UPGRADE_DETECTED condition worked well. Sent: Monday, August 01, 2011 9:31 AM To: 'wix-users@lists.sourceforge.net' Subject: Major upgrade opt-out ? We would like to be able to uninstall an older product, and install the new version. I tri

Re: [WiX-users] Major upgrade opt-out ?

2011-08-02 Thread Neil Sleightholm
olset. Subject: Re: [WiX-users] Major upgrade opt-out ? Condition your dialog on WIX_UPGRADE_DETECTED. However, is unattended upgrade or an install important? If it is, popping a dialog during an upgrade scenario is going to force an attended install. -- -- John Merryweather Cooper Jack Henry & A

Re: [WiX-users] Major upgrade opt-out ?

2011-08-01 Thread John Cooper
Install Engineer - jXchange Office: 913-341-3434 x791011 jocoo...@jackhenry.com -Original Message- From: robert_y...@non.agilent.com [mailto:robert_y...@non.agilent.com] Sent: Monday, August 01, 2011 11:31 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Major upgrade opt-o

Re: [WiX-users] Major upgrade opt-out ?

2011-08-01 Thread Pally Sandher
Message- From: robert_y...@non.agilent.com [mailto:robert_y...@non.agilent.com] Sent: 01 August 2011 17:38 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Major upgrade opt-out ? We would like to be able to uninstall an older product, and install the new version. I tried out the

[WiX-users] Major upgrade opt-out ?

2011-08-01 Thread robert_yang
We would like to be able to uninstall an older product, and install the new version. I tried out the MajorUpgrade element, and it works well. The only problem is that it seems to work silently .. apparently we need to be able to prompt the user and ask them if it's OK to perform the upgrade.

[WiX-users] Major Upgrade - MSI or Wix?

2011-02-22 Thread Michael Tissington
I'm wondering if or how this is possible. The client already has an msi package installed, which need admin rights to install I'm wanting to push a Major upgrade to the client. However I'd like the client to do a silent install with elevated privilages. Is this possible? -

Re: [WiX-users] Major Upgrade Rollbacks

2011-01-21 Thread Sam Domonkos
Yes the ini needs to be left behind on rollback and uninstall. With an uninstall it is left behind as desired. Changing the scheduling of RemoveExistingProductsdoes not have any effect. It just seems strange that if the major upgrade does a uninstall then a install why should a rollback of the

Re: [WiX-users] Major Upgrade Rollbacks

2011-01-21 Thread Rob Mensching
I expect it also depends how you schedule your Major Upgrade. If you remove one MSI completely then install the second (early RemoveExistingProducts) and that gets canceled, then I expect the file would be rolledback because the second install is essentially a clean install. If you schedule Remove

Re: [WiX-users] Major Upgrade Rollbacks

2011-01-21 Thread Thom Leigh
When you say "never removed even on rollback", do you mean never removed on uninstall either? If so, you can set your component's guid to an empty string. Meaning Windows Installer will not "manage" the component at all - so it won't be able to remove it. But Windows Installer also won't be able

[WiX-users] Major Upgrade Rollbacks

2011-01-20 Thread Sam Domonkos
Hi, Is there any way to have a ini file only be written and never removed even on rollback? Here is the snippet I have tried both the default afterInstallValidate and An uninstall does not remove the ini, which is desired, but if the user cancels late enough the rollback removes the in

[WiX-users] major upgrade patch build error

2010-10-04 Thread Leo ...
Hi all, When I try to build a major upgrade patch with the product code and product version changed as well as a component been removed from a feature in the upgraded image, I get the error "error PYRO0305" indicating that removing component 'x' from feature 'y' is not supported. Why am I get

Re: [WiX-users] Major upgrade, MigrateFeatureStates & custom action

2010-09-29 Thread Blair
that will clue us into what is really going wrong. -Original Message- From: fiordean dacian [mailto:dfiord...@yahoo.com] Sent: Tuesday, September 28, 2010 1:44 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Major upgrade, MigrateFeatureStates &

Re: [WiX-users] Major upgrade, MigrateFeatureStates & custom action

2010-09-28 Thread fiordean dacian
I track what's happening in a couple of different logs (ie debugging :)). Thanks, Dacian --- On Tue, 9/28/10, Blair wrote: From: Blair Subject: Re: [WiX-users] Major upgrade, MigrateFeatureStates & custom action To: "'General discussion for Windows Installer XML toolset.&#

Re: [WiX-users] Major upgrade, MigrateFeatureStates & custom action

2010-09-27 Thread Blair
acian [mailto:dfiord...@yahoo.com] Sent: Saturday, September 25, 2010 4:41 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Major upgrade, MigrateFeatureStates & custom action Hi Phil, thanks. Actually I wanted it that way, but I feel it's not the problem at th

Re: [WiX-users] Major upgrade, MigrateFeatureStates & custom action

2010-09-26 Thread Bob Arnson
On 25-Sep-10 07:41, fiordean dacian wrote: > Now back to my problem, can you see any problem in the log I posted below or > is the fact that I'm using a UI and schedule MigrateFeatureStates which > creates me problems? The MigrateFeatureStates SDK doc describes its limitations, including: The

Re: [WiX-users] Major upgrade, MigrateFeatureStates & custom action

2010-09-25 Thread fiordean dacian
From: Wilson, Phil Subject: Re: [WiX-users] Major upgrade, MigrateFeatureStates & custom action To: "General discussion for Windows Installer XML toolset." Date: Friday, September 24, 2010, 8:01 PM Setting MigrateFeatureStates means that you want to do an upgrade where the features

  1   2   >