Re: [WiX-users] WIX UI Support [P]

2014-05-22 Thread Greg Edwards
iginal Message- From: Greg Edwards [mailto:gedwa...@polariswireless.com] Sent: May-22-14 12:17 PM To: General discussion about the WiX toolset. Subject: [WiX-users] WIX UI Support I'm sure this has been asked of the group before, so be kind, Similar to the old Microsoft Installer, has the

[WiX-users] WIX UI Support

2014-05-22 Thread Greg Edwards
I'm sure this has been asked of the group before, so be kind, Similar to the old Microsoft Installer, has there been any movement towards making the WIX toolkit an integrated part of Visual Studio with full user interface support? Thank you. -Greg --

Re: [WiX-users] Uninstalling Service on Windows Server 2012 Not Removing Service

2014-05-20 Thread Greg Edwards
the service marked disabled at the end of the uninstall? Still running? What happened if you shut it down manually? --- Phil Wilson On Tue, May 20, 2014 at 10:27 AM, Greg Edwards wrote: > I'm using Wait="yes" > > Guid="{980F0B9A-9F25-B729-7225-F24075392C

Re: [WiX-users] Uninstalling Service on Windows Server 2012 Not Removing Service

2014-05-20 Thread Greg Edwards
I'm using Wait="yes" -Original Message- From: Phil Wilson [mailto:phildgwil...@gmail.com] Sent: Tuesday, May 20, 2014 10:01 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Uninstalling Service on Windows Server 2012 Not Removing Serv

[WiX-users] Uninstalling Service on Windows Server 2012 Not Removing Service

2014-05-19 Thread Greg Edwards
; from the console. Is there additional parameters that need to be included on a Windows Server 2012 service installer? Thank you. -Greg Edwards -- "Accelerate Dev Cycles with Automated Cross-Browser Testing - For

Re: [WiX-users] Windows Service Fails to Start

2014-03-05 Thread Greg Edwards
-Messaggio originale- Da: Greg Edwards [mailto:gedwa...@polariswireless.com] Inviato: mercoledì 5 marzo 2014 00.05 A: General discussion about the WiX toolset. Oggetto: [WiX-users] Windows Service Fails to Start I recently upgraded to Windows 8.1 and my Service Installer now fails to start the s

[WiX-users] Windows Service Fails to Start

2014-03-04 Thread Greg Edwards
nt WIX is as follows: Is there is switch that I am missing to allow the service to start? Than

Re: [WiX-users] Service Uninstall not Removing Service

2013-09-06 Thread Greg Edwards
I will look into this and see what I can come up with. Thank you folks. -Original Message- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: Friday, September 06, 2013 7:27 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Service Uninstall not Re

Re: [WiX-users] Service Uninstall not Removing Service

2013-09-06 Thread Greg Edwards
s not remove the service from the Services list. If you have any suggestions, I would like to hear them. Thanks again. -Greg -Original Message- From: Greg Edwards [mailto:gedwa...@polariswireless.com] Sent: Thursday, September 05, 2013 10:30 AM To: wix-users@lists.sourceforge.net Subject:

[WiX-users] Service Uninstall not Removing Service

2013-09-05 Thread Greg Edwards
WIX Users, I have created a simple windows service installer with the following configuration: It installs correctly and starts the service as expected. When I uninstall the service it stops it correctly, but it does not remove the service from the service list. Is

Re: [WiX-users] Newer version of the product is already installed error [P]

2013-07-17 Thread Greg Edwards
. Subject: Re: [WiX-users] Newer version of the product is already installed error [P] Classification: Public Are the ProductCode and UpgradeCode different? -Original Message- From: Greg Edwards [mailto:gedwa...@polariswireless.com] Sent: July-16-13 4:49 PM To: General discussion for

[WiX-users] Newer version of the product is already installed error

2013-07-16 Thread Greg Edwards
I am newbie to WIX. After running a newly created installer I am receiving the following message: "Unable to install because a newer version of the product is already installed." I have an application already installed with an installer that I created with a similar signature. The Product IDs a

[WiX-users] Deploying Accross Multiple Machines

2013-06-17 Thread Greg Edwards
This is generic question to all WIX users. I am looking for a generic deployment tool that will allow both IIS Web Services and Windows Services to be deployed across multiple machines. Is there such a tool? If so, what do you recommend? Thank you. -Greg Edwards