[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 content

[WiX-users] Feature detection

2006-08-23 Thread John Hidey (The C# Junkie)
How can I tell what features are being installed.  I need to display a form if a certain feature is installed and not display it when its not installed.    I have the following feature structure complete level 1     feature1 level 1     feature2 level 1     feature3 level 1     feature4 level 1 By

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:

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

2006-07-29 Thread John Hidey
: Thursday, July 27, 2006 1:03 PM To: John Hidey; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] GAC and call Custom Action   I don't think it's a good idea to put Installer classes in the same assembly that they're installing for.  This is one of the reasons.  

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

2006-07-29 Thread John Hidey
: 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

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

[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 insta

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

2006-07-28 Thread John Hidey (The C# Junkie)
ot a c++ developer by any means.  Can 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, 20

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

2006-07-28 Thread John Hidey (The C# Junkie)
eloper by any means.  Can 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 AMT

[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] Should WiX add support forinstallingWindowsinstrumentation features?

2006-07-27 Thread John Hidey
Sorry about the double post everyone. We have been having problems with our mail server so I sent it three time not knowing. You may see another one come across. Sorry for flooding the group that was not my intension. John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

[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 insta

[WiX-users] GAC and call Custom Action

2006-07-26 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 insta

Re: [WiX-users] WebSites in ComboBox dynamically

2006-07-12 Thread John Hidey
Thanks much. I'll give it a try Alexei John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexei Boukirev Sent: Wednesday, July 12, 2006 10:13 AM To: WiX-users Subject: Re: [WiX-users] WebSites in ComboBox dynamically Hello John, Here's the code I u

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 appr

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   N