Re: [WiX-users] Upgrade and new install

2009-10-29 Thread Jiang, Chunyan (GE Healthcare)
An: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] Upgrade and new install Hi Blair, Thanks a lot for your help. I will try to use the path search custom action as you said. I am not clear how to create a custom action native dll. I just create an empty project in

Re: [WiX-users] Upgrade and new install

2009-10-29 Thread Jiang, Chunyan (GE Healthcare)
ktober 2009 13:39 An: 'General discussion for Windows Installer XML toolset.' Betreff: Re: [WiX-users] Upgrade and new install Are these services as in Windows Services, controlled by the Service Control Manager? They have APIs that let you discover the run state of controlled services, as

Re: [WiX-users] Upgrade and new install

2009-10-29 Thread Blair
are) [mailto:chunyan.ji...@ge.com] Sent: Thursday, October 29, 2009 3:21 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Upgrade and new install Hi Blair, Here I would like to explain you the reason why I use this Custom Action. This CA is to call an exe

Re: [WiX-users] Upgrade and new install

2009-10-29 Thread Jiang, Chunyan (GE Healthcare)
From: Jiang, Chunyan (GE Healthcare) [mailto:chunyan.ji...@ge.com] Sent: Wednesday, October 28, 2009 8:27 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Upgrade and new install Hi Blair, Thanks for your suggestion. I did the change as you said, set OnlyDetect to "

Re: [WiX-users] Upgrade and new install

2009-10-28 Thread Blair
ji...@ge.com] Sent: Wednesday, October 28, 2009 8:27 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Upgrade and new install Hi Blair, Thanks for your suggestion. I did the change as you said, set OnlyDetect to "yes". Now the new install will not cause the

Re: [WiX-users] Upgrade and new install

2009-10-28 Thread Jiang, Chunyan (GE Healthcare)
where, to reduce the chance of overwriting old versions. -Original Message- From: Jiang, Chunyan (GE Healthcare) [mailto:chunyan.ji...@ge.com] Sent: Tuesday, October 27, 2009 5:05 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Upgrade and new install Hi

Re: [WiX-users] Upgrade and new install

2009-10-27 Thread Blair
ML toolset. Subject: Re: [WiX-users] Upgrade and new install I set one property in my wix project: And set the custom actions as: PREVIOUSFOUND AND INSTALLDIR When Version 1 installed in PathA, and try to install version 2 to PathB, from verbose log, it shows MyCA will not

Re: [WiX-users] Upgrade and new install

2009-10-27 Thread Blair
versions. -Original Message- From: Jiang, Chunyan (GE Healthcare) [mailto:chunyan.ji...@ge.com] Sent: Tuesday, October 27, 2009 5:05 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Upgrade and new install Hi Blair, Thanks for your reply. Sorry, I mad

Re: [WiX-users] Upgrade and new install

2009-10-27 Thread Jiang, Chunyan (GE Healthcare)
this case? Regards, Chunyan -Ursprüngliche Nachricht- Von: Jiang, Chunyan (GE Healthcare) Gesendet: Dienstag, 27. Oktober 2009 13:05 An: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] Upgrade and new install Hi Blair, Thanks for your reply. Sorry, I made a mistake.

Re: [WiX-users] Upgrade and new install

2009-10-27 Thread Jiang, Chunyan (GE Healthcare)
e.com] Gesendet: Dienstag, 27. Oktober 2009 12:48 An: 'General discussion for Windows Installer XML toolset.' Betreff: Re: [WiX-users] Upgrade and new install I don't see the difference between Case 1 and Case 2, except that the installation directories are switched. Four more questi

Re: [WiX-users] Upgrade and new install

2009-10-27 Thread Blair
e.com] Sent: Tuesday, October 27, 2009 2:45 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Upgrade and new install Hi Blair, Probably my use-case is special. My software should be able to install flexiably. It can be installed as following: Case 1: Version 1 in

Re: [WiX-users] Upgrade and new install

2009-10-27 Thread Jiang, Chunyan (GE Healthcare)
om] Gesendet: Dienstag, 27. Oktober 2009 02:35 An: 'General discussion for Windows Installer XML toolset.' Betreff: Re: [WiX-users] Upgrade and new install So you need upgrades to not replace previous installations? In that case they are not upgrades. I'm still trying to understand yo

Re: [WiX-users] Upgrade and new install

2009-10-26 Thread Blair
when they have an older version installed? -Original Message- From: Jiang, Chunyan (GE Healthcare) [mailto:chunyan.ji...@ge.com] Sent: Friday, October 23, 2009 2:48 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Upgrade and new install Hi Rob, I think

Re: [WiX-users] Upgrade and new install

2009-10-23 Thread Jiang, Chunyan (GE Healthcare)
IR" will do the registrysearch for all installed version. How to realize it? Regards, Chunyan -Ursprüngliche Nachricht- Von: Jiang, Chunyan (GE Healthcare) Gesendet: Freitag, 23. Oktober 2009 10:39 An: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] Upg

Re: [WiX-users] Upgrade and new install

2009-10-23 Thread Jiang, Chunyan (GE Healthcare)
for Windows Installer XML toolset. Betreff: Re: [WiX-users] Upgrade and new install 1. Personally, I would highly suggest you change your application so this CustomAction is unnecessary. You are in for a world of pain in the long run. 2. The Registry element has been deprecated in WiX v3. The

Re: [WiX-users] Upgrade and new install

2009-10-22 Thread Rob Mensching
hould I set the condition "INSTALLDIR" to > somewhere, like I did for custom action? > > > > -Ursprüngliche Nachricht- > Von: Jiang, Chunyan (GE Healthcare) > Gesendet: Donnerstag, 22. Oktober 2009 13:19 > An: General discussion for Windows Installer XML toolset

Re: [WiX-users] Upgrade and new install

2009-10-22 Thread Jiang, Chunyan (GE Healthcare)
hunyan (GE Healthcare) Gesendet: Donnerstag, 22. Oktober 2009 13:19 An: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] Upgrade and new install When I searched in Google, I found some one has the same problem as me. And the suggested solution is to define a prop

Re: [WiX-users] Upgrade and new install

2009-10-22 Thread Jiang, Chunyan (GE Healthcare)
When I searched in Google, I found some one has the same problem as me. And the suggested solution is to define a property using RegistrySearch. And also define a registry with the install path [APPLICATIONFOLDER]. So that the upgrade will only happen when the registry with path found. I tried