[wix-users] Does not uninstall windows service.
Harinatha Narisetty
harinatha.narisetty at us.abb.com
Thu Jun 29 13:35:19 PDT 2017
Yeah... The service names, location are different between instances... It is all working fine as of now... only uninstall is causing issues.
-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Hoover, Jacob
Sent: Thursday, June 29, 2017 3:28 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] Does not uninstall windows service.
Not sure if the Service installs are compatible with instance transforms. Are you using named instances, or are they dynamic? Is the service name / id/ component id unique per instance?
Component/@MultiInstance
If this attribute is set to 'yes', a new Component/@Guid will be generated for each instance transform. Ensure that all of the resources contained in a multi-instance Component will be installed to different paths based on the instance Property; otherwise, the Component Rules will be violated.
-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Harinatha Narisetty
Sent: Thursday, June 29, 2017 1:31 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] Does not uninstall windows service.
Hoover knows my implementation completely.
I have wix bundle supporting multiple versions side by side at minor version level. Here are the scenarios.
1. User can install 17.1.0 and 17.2.0 side by side . when he is installing 17.2, I show a screen to install side by side or upgrade. If user selects upgrade, 17.1 will be gone and 17.2 will installed... otherwise both are available at side by side.
2. If user has 17.1.0 and installing 17.1.1, it will simple uninstall 17.1.0 and install 17.1.0 without asking anything.
With this, I have problems with services not uninstalling properly... I want to write custom action to uninstall the services using c#.
Can you please tell me on event I should invoke custom actions...give sample...
Thanks
Hari
-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Hoover, Jacob
Sent: Thursday, June 29, 2017 12:01 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] Does not uninstall windows service.
Is anything in your MSI marked as a shared component? What component does 9CCCF010-20D8-5850-A918-15BC1A91EA91 refer to in your authoring?
-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Harinatha Narisetty
Sent: Thursday, June 29, 2017 9:39 AM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] Does not uninstall windows service.
During uninstallation, what exactly the meaning of this ?
MSI (s) (78:DC) [10:26:27:552]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'.
MSI (s) (78:DC) [10:26:27:552]: Allowing uninstallation of shared component: {DB3E8EF7-584F-567D-AC5F-61800F4AB350}. Other clients exist, but installed to a different location MSI (s) (78:DC) [10:26:27:552]: Allowing uninstallation of shared component: {9CCCF010-20D8-5850-A918-15BC1A91EA91}. Other clients exist, but installed to a different location MSI (s) (78:DC) [10:26:27:552]: Allowing uninstallation of shared component: {DFB1F1A6-B769-5060-BB49-7DB1AA180997}. Other clients exist, but installed to a different location
Thanks
Hari
-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Nir Bar
Sent: Tuesday, June 27, 2017 2:52 AM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] Does not uninstall windows service.
Can you upload the install log as well?
--Independent WiX Expert. Creator of-
https://JetBA.net - Native and WPF WiX BootstrapperApplication Frameworks
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
More information about the wix-users
mailing list