[WiX-users] Stop IIS on uninstall

2006-08-24 Thread John Hidey (The C# Junkie)
All How to I ensure that IIS gets stopped on and uninstall. I'm installing a site (web service)and also a windows service. The windows service uses the web service that I installed and the windows service is started on install. When uninstalling, the web services bin directory and its contents

Re: [WiX-users] [WiX-devs] GAC and call Custom Action

2006-07-29 Thread John Hidey
To: John Hidey; wix-users@lists.sourceforge.net; wix-devs@lists.sourceforge.net Subject: RE: [WiX-devs] GAC and call Custom Action Yeah, that scenario just doesn't work right. The problem is that Assemblies going to the GAC aren't committed until the very end of the install. That means your

Re: [WiX-users] GAC and call Custom Action

2006-07-29 Thread John Hidey (The C# Junkie)
Sorry about that everyone. These messages where posted two days ago when we were having problems with mail server at work. Hope not too many more come across. I dont want anyone thinking I'm flooding the mailing list. Thanks John On 7/26/06, John Hidey [EMAIL PROTECTED] wrote: Here is my

[WiX-users] Fwd: FW: [WiX-devs] GAC and call Custom Action

2006-07-28 Thread John Hidey (The C# Junkie)
point me to or give me some guidance on how to do this the right way.I would love to get this done right one time instead of wrong several times. ThanksJohn-Original Message-From: Rob Mensching [mailto:[EMAIL PROTECTED]]Sent: Thursday, July 27, 2006 11:01 AMTo: John Hidey; wix-users

[WiX-users] [WiX-devs] GAC and call Custom Action

2006-07-28 Thread John Hidey (The C# Junkie)
you point me to or give me some guidance on how to do this the right way.I would love to get this done right one time instead of wrong several times. ThanksJohn-Original Message-From: Rob Mensching [mailto: [EMAIL PROTECTED]]Sent: Thursday, July 27, 2006 11:01 AMTo: John Hidey; wix-users

[WiX-users] GAC and call Custom Action

2006-07-28 Thread John Hidey
Here is my problem everyone. I have a msi that installs several files into the gac. I DO NOT create a shadow copy of these files on the file system until my property called CREATESHADOW has a value of 1. These assemblies have installers in them that I need to call. (I know managed

Re: [WiX-users] GAC and call Custom Action

2006-07-28 Thread John Hidey
To: John Hidey Cc: wix-users@lists.sourceforge.net; wix-devs@lists.sourceforge.net Subject: Re: [WiX-users] GAC and call Custom Action John Hidey wrote: Here is my problem everyone. I have a msi that installs several files into the gac. I DO NOT create a shadow copy of these files on the file

[WiX-users] GAC and call Custom Action

2006-07-27 Thread John Hidey
Here is my problem everyone. I have a msi that installs several files into the gac. I DO NOT create a shadow copy of these files on the file system until my property called CREATESHADOW has a value of 1. These assemblies have installers in them that I need to call. (I know managed

[WiX-users] GAC and call Custom Action

2006-07-27 Thread John Hidey
Here is my problem everyone. I have a msi that installs several files into the gac. I DO NOT create a shadow copy of these files on the file system until my property called CREATESHADOW has a value of 1. These assemblies have installers in them that I need to call. (I know managed

[WiX-users] change email for wix-users/wix-devs

2006-07-27 Thread John Hidey
How do I go about changing the email that is allowed to post messages to wix-users and wix-devs mailing lists. I have this setup presently with my work email and would like to move it to my personal account. John

Re: [WiX-users] Creating a virtual directory under a web site (other than the default) (by Mark Jones)

2006-07-07 Thread John Hidey
-All- I'm kinda new to WiX and can't seem to figure out how the script GetSites is actually being called. Do I need to create a custom action for the script and set it to execute immediately. Any help or more complete sample would be great. Thanks for everyone's help in advance. I really

Re: [WiX-users] Customizing dialog sets

2006-06-22 Thread John Hidey
After doing this, does anything need to be recompiled? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson Sent: Thursday, June 22, 2006 12:13 PM To: Neil Sleightholm Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Customizing dialog sets