Re: [WiX-users] Multiple web-site installer

2009-04-15 Thread Luke Bakken
>> I have a situation where I need to run the same installer more than once on >> a web server.  The situation is that I want to be able to install to a given >> web site once for each customer we have on the same web server.  As I get >> more customers for a given product, I want to be able to

Re: [WiX-users] Multiple web-site installer

2009-04-14 Thread Luke Bakken
> I have a situation where I need to run the same installer more than once on a > web server.  The situation is that I want to be able to install to a given > web site once for each customer we have on the same web server.  As I get > more customers for a given product, I want to be able to re-r

[WiX-users] Deleting "orphaned" component.

2009-04-14 Thread Luke Bakken
Hello everyone, Yesterday Phil Wilson gave me an excellent VBScript to list all the registered components and associated products on a machine. The reason I needed this is that it appears I have an "orphaned" component that should not be in the component database but yet it is. I suspect it is due

Re: [WiX-users] Which product(s) is(are) referencing a component?

2009-04-13 Thread Luke Bakken
fo (prod, "InstalledProductName") >      a.Writeline ("     " & pname & " " & prod & "and is installed at " & pid) >   Next > Next > > Phil Wilson > > > -Original Message- > From: Luke Bakken [mailto:luke

[WiX-users] Which product(s) is(are) referencing a component?

2009-04-13 Thread Luke Bakken
Hello list, Does anyone know of a tool that, given a component GUID, will list all the products that are referencing that component? Thanks, Luke -- This SF.net email is sponsored by: High Quality Requirements in a Colla

Re: [WiX-users] Check for IIS application pools

2009-04-07 Thread Luke Bakken
> can i check for an installed IIS and list the available application pools? > The avaliable application pools should be listed in a listbox control. %SystemRoot%\system32\cscript.exe %SystemDrive%\Inetpub\AdminScripts\adsutil.vbs ENUM "/W3SVC/AppPools/" Look into the adsutil.vbs script for how t

Re: [WiX-users] [Fwd: Failed to write data to metabase key.(-2147023584/LM/W3SVC/1/ )]

2009-03-08 Thread Luke Bakken
On Wed, Mar 4, 2009 at 8:04 PM, Joe Osman wrote: > I am using Windows Server 2008 and IIS 7.0 Just as a double-check, you have every IIS 6.0 metabase compatibility options checked? I believe you select it as part of Add/Remove Windows features. --

Re: [WiX-users] A few questions

2008-12-30 Thread Luke Bakken
> 1) Are there built-in variables for the windows system folder? > wwwroot? .Net framework folders? wwwroot can be found in the registry. -- ___ WiX-users mailing list WiX-

Re: [WiX-users] Problems with IIS6 removing AppPool and Virtual Directory from IIS on uninstall

2008-11-20 Thread Luke Bakken
We would probably need to see the wxs files and verbose logs from both installation and uninstallation to make a diagnosis. On Thu, Nov 20, 2008 at 9:12 AM, Amy Rosewater <[EMAIL PROTECTED]> wrote: > Hi All, > > I am currently using Wix v3.0.4624. In previous versions of Wix v3, > when I uninstal

Re: [WiX-users] ASP.NET on IIS

2008-10-22 Thread Luke Bakken
> But, this way I need to define every extension, is there a way that I can > tell WIX to change ONLY the default extensions, similar of when doing it > from IIS' GUI (on the ASP.NET tab). There aren't that many extensions ... I would just enumerate them all. -

Re: [WiX-users] How to reset IIS with WIX.

2008-10-20 Thread Luke Bakken
> How can I reset IIS with WIX. Use a custom action to execute "iisreset.exe" - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win gre

Re: [WiX-users] Failure using Wix installer certificates with Windows Vista

2008-10-08 Thread Luke Bakken
re you using? > > -Original Message- > From: Luke Bakken [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 08, 2008 09:35 > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Failure using Wix installer certificates with Windows > Vista &g

[WiX-users] Failure using Wix installer certificates with Windows Vista

2008-10-08 Thread Luke Bakken
WiX users, I'm following up on a thread from late July entitled "Failure using Wix installer certificates with WCF". I am trying to use WiX to install PFX certificates with private keys on Windows Vista. The installer I have works on XP, but on Vista the certificates *appear* to install correctly,

Re: [WiX-users] Certificate error

2008-10-04 Thread Luke Bakken
If you're on XP, it's probably this bug: https://sourceforge.net/tracker/?func=detail&aid=1930640&group_id=105970&atid=642714 Build 4513 has this issue in it. On Thu, Sep 25, 2008 at 11:59 AM, Rob Mensching <[EMAIL PROTECTED]> wrote: > What does your Certificate element look like? > > What OS ar

Re: [WiX-users] failed certificate install

2008-10-04 Thread Luke Bakken
https://sourceforge.net/tracker/?func=detail&aid=1930640&group_id=105970&atid=642714 Should be in the next binary release. 4513 exhibits this issue. On Mon, Sep 29, 2008 at 4:33 PM, Ian Elliott (Excell Data Corporation) <[EMAIL PROTECTED]> wrote: > I finally convinced my team to upgrade to Wix 3

Re: [WiX-users] failed certificate install

2008-10-04 Thread Luke Bakken
https://sourceforge.net/tracker/?func=detail&aid=1930640&group_id=105970&atid=642714 On Tue, Sep 30, 2008 at 10:14 AM, Karthik Krishnan <[EMAIL PROTECTED]> wrote: > Ian, > For us, certificate installs worked with 3.0.4429.0, but uninstalls failed. > There was a reply from Rob saying that the unin

Re: [WiX-users] Default website gets removed on Uninstall

2008-08-19 Thread Luke Bakken
On Tue, Aug 19, 2008 at 10:26 AM, Pierson Lee (PIE) <[EMAIL PROTECTED]> wrote: > That's one of the big issues I've been trying to solve. You can probably set > another conditional if you can find a good way to check and see if the site > already exists. I've been meaning to spend more time to al

Re: [WiX-users] IIS6 Website Identifier

2008-08-14 Thread Luke Bakken
> I tried adding an action which runs before ConfigureIIS to do this, but > ConfigureIIS is failing. Suggestions? Without a verbose installation log diagnosing this problem via the mailing list is near impossible. That being said, if you're creating a site via VBScript be sure to use a "locator"

Re: [WiX-users] Merge Module Help

2008-07-19 Thread Luke Bakken
>> I'm surprised that Heat doesn't have the functionality of leaving the >> existing GUIDs in place. I just presumed I wasn't seeing how to do it. > > There was (is?) a project called "Paraffin" (http://xrl.us/mnhwj) for > managing GUIDs. I've never used it so I can't vouch for it, but it may > be

Re: [WiX-users] Merge Module Help

2008-07-19 Thread Luke Bakken
> updates, but it is very much not ideal. The biggest problem with this is > the lag in the Visual Studio IDE when dealing with a roughly 3 MB XML file > for the merge module. Don't use VS to edit your XML. Something like Notepad2 or Vim or any modern text editor should work great. > I'm surpris

Re: [WiX-users] Automating the inclusion of a mess of files

2008-07-11 Thread Luke Bakken
> Rob, > > Any pointers on tips for getting the GUIDs right? Will HeatTask take care of > this for me? If not, what rules do I need to follow? If I understand how Windows Installer works (which may or may not be the case) ... if you never intend to do patches or minor upgrades you can always gene

Re: [WiX-users] How do I configure IIS logging?

2008-07-10 Thread Luke Bakken
One option is to use cscript.exe/adsutil.vbs to set LogFileDirectory and other metabase settings as a CustomAction. I don't know how you would get the ID of a newly created web site, however. C:\Inetpub\AdminScripts>cscript adsutil.vbs ENUM W3SVC/1 Microsoft (R) Windows Script Host Version 5.6 Cop

Re: [WiX-users] Warning CNDL1044 - How to get rid of this?

2008-06-27 Thread Luke Bakken
Joel Peterson wrote: > I propose that we switch to PowerShell for all automation tips. > Unfortunately, I don't have the equivalent PowerShell command handy. That sounds like using a hammer for what is just a simple task with regexes and a competent text editor - I suggested vim because I find it

Re: [WiX-users] Warning CNDL1044 - How to get rid of this?

2008-06-27 Thread Luke Bakken
Mathur, Uttam (GTS) wrote: > Thanks Rob but I have 5000 files (5000 rows in XML file) in my package > and I don't think this is the "easiest fix". Can we assume this warning > will go away in new version of WIX? In vim: %s/ ShortName='[^']\+'//g

Re: [WiX-users] IIS Website Identifier / Site Id

2008-06-12 Thread Luke Bakken
On Wed, Jun 11, 2008 at 5:49 PM, Rob Mensching <[EMAIL PROTECTED]> wrote: > Interesting, didn't know the SiteId was used in farm settings. Leave to the > IIS team to take something that had no meaning and assign meaning to it > later. I did some poking around and found the following When

Re: [WiX-users] WIX 3.0 release date

2008-05-27 Thread Luke Bakken
> That means there will be no bootstrapper in WiX v3 and no improvement to the > IIS CustomActions to better handle IIS7. Basically, imagine the WiX v3 > toolset functionality of today plus fixing ~150 bugs. > > Thoughts? My $0.02: I've been using the Platform SDK MSI bootstrapper with WiX to

Re: [WiX-users] Installing PFX certificates to Trusted Root?

2008-05-08 Thread Luke Bakken
> I am trying to get my MSI to import a PFX file into the set of Trusted > Root Certification Authorities. I made an MSI that intends to do > nothing more than this. I don't think it makes much sense to use the PFX format for a trusted root certificate since certs in that store do not have privat

Re: [WiX-users] questions about minor updates

2008-04-25 Thread Luke Bakken
> 1. When you launch a minor update with the msiexec options to enable the > update, this would typically be done by the setup.exe wrapper. Now, I > believe I read somewhere that you shouldn't use those options for the first > install. Is this correct? I've been using the Platform SDK setup.exe

[WiX-users] iis:Certificate installs two files in MachineKeys location.

2008-03-18 Thread Luke Bakken
Hello everyone, I'm running into an interesting issue with the iis:Certificate element. I have a .p12 file that contains both a public and private key and I'm installing it using this element: When WiX installs this certificate I can see it just fine in the "Certificates (Local Computer

Re: [WiX-users] Not detecting correct version of aspnet_regiis.exe

2008-02-21 Thread Luke Bakken
> > Key="SOFTWARE\Microsoft\.NETFramework" Name="InstallRoot" Type="raw"> > Depth="1"> > MinVersion="2.0.50727.42"/> > > > Here's what I'm using, it appears to work OK: ---

Re: [WiX-users] building wix

2008-02-12 Thread Luke Bakken
On Feb 12, 2008 1:21 PM, Bob Arnson <[EMAIL PROTECTED]> wrote: > Christopher Painter wrote: > > Oh come on... I'm sure a company as big as MSFT can come up with a > > little bit of hosting space for open space projects. > > I'm sure. But it's weeks/months of effort so we can make building from > so

[WiX-users] Checking out release sources.

2008-01-24 Thread Luke Bakken
Hi all, When a release is made is a corresponding tag made in CVS so we can get the sources corresponding to that release? I can't seem to find one way or the other. Currently I'm working from the date of the corresponding wix/history.txt file. Thanks, Luke --