Re: [WiX-users] Install variable not kept around for uninstall?

2009-01-29 Thread Peter Oehlert
around for uninstall? Have you tried running the uninstall with logging enabled (msiexec /x setup.msi /L*vx Setup.log) to see what is going on? Neil -Original Message----- From: Peter Oehlert [mailto:poehl...@securityinnovation.com] Sent: 29 January 2009 22:09 To: 'General discussion for Wi

Re: [WiX-users] Install variable not kept around for uninstall?

2009-01-29 Thread Peter Oehlert
Original Message- From: Peter Oehlert [mailto:poehl...@securityinnovation.com] Sent: 24 January 2009 19:58 To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] Install variable not kept around for uninstall? So my scenario is that I query the user at

[WiX-users] Checking for IIS and SQL?

2009-01-29 Thread Peter Oehlert
This isn't strictly wix related but more a general setup question: Is anyone aware of a robust check to see that SQL Server (2005, express, std, or ent) and IIS (6, 7 + compatibility components) are installed? Any help would be appreciated. Thanks, Peter --

Re: [WiX-users] IIS impersonates user? Works with UAC?

2009-01-28 Thread Peter Oehlert
snippets of code that reproduce the problem will help speed these up. I expect we'll see a number of one line fixes to typos and such little things tomorrow night when Mike gets all these bugs. -Original Message- From: Peter Oehlert [mailto:poehl...@securityinnovation.com] Sent: Wedn

Re: [WiX-users] IIS impersonates user? Works with UAC?

2009-01-28 Thread Peter Oehlert
I think there's another bug here where the path to the site isn't being set even if I hard code the host header. You have to go in afterwards to IIS7 (Vista SP1) and set the path to the site. File another bug? --Peter -Original Message----- From: Peter Oehlert [ma

Re: [WiX-users] IIS impersonates user? Works with UAC?

2009-01-28 Thread Peter Oehlert
0 and Category extension? -Original Message- From: Peter Oehlert [mailto:poehl...@securityinnovation.com] Sent: Wednesday, January 28, 2009 09:43 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] IIS impersonates user? Works with UAC? OK, so I gr

Re: [WiX-users] IIS impersonates user? Works with UAC?

2009-01-28 Thread Peter Oehlert
valid characters in the host header. This seems like a regression maybe? Or do I need to do something to make the property resolve? Thanks, Peter -Original Message- From: Peter Oehlert [mailto:poehl...@securityinnovation.com] Sent: Wednesday, January 28, 2009 8:09 AM To: 'General disc

Re: [WiX-users] IIS impersonates user? Works with UAC?

2009-01-28 Thread Peter Oehlert
Works with UAC? What version of the WiX toolset are you using? -Original Message- From: Peter Oehlert [mailto:poehl...@securityinnovation.com] Sent: Tuesday, January 27, 2009 18:25 To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] IIS impersonates u

[WiX-users] IIS impersonates user? Works with UAC?

2009-01-27 Thread Peter Oehlert
I'm installing a web site under Vista and 2008 (as well as XP and 2003) and I need to deal with UAC. I'm getting the error failed to read iiswebsite table -2147024891. I believe that the custom action is not being run as elevated but is instead running as myself. If I start a command prompt as admi

Re: [WiX-users] platform agnostic file flag?

2009-01-27 Thread Peter Oehlert
arget directory to the correct place for that platform. Chris On Tue, Jan 27, 2009 at 3:09 PM, Peter Oehlert < poehl...@securityinnovation.com> wrote: > I'm doing dual x64/x86 installers and my application is all based on .net > (MSIL) and is hence platform agnostic. Is there a wa

[WiX-users] platform agnostic file flag?

2009-01-27 Thread Peter Oehlert
I'm doing dual x64/x86 installers and my application is all based on .net (MSIL) and is hence platform agnostic. Is there a way to specify a file as platform agnostic in a component? Currently my x64 installer is putting everything in Program Files (x86) b/c I don't specify the Platform= attribute

[WiX-users] Install variable not kept around for uninstall?

2009-01-24 Thread Peter Oehlert
? Thanks in advance, Peter Oehlert -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword ___ WiX

[WiX-users] How do I make a edit control selected by default

2009-01-24 Thread Peter Oehlert
I'd like to make my single edit control on a dialog selected by default so if the user starts typing when they hit the dialog it will replace the current edit control value with whatever they type. Is this possible with Wix/MSI? Any help would be appreciated. Thanks, Peter

Re: [WiX-users] XmlConfig questions

2009-01-16 Thread Peter Oehlert
ndows Installer XML toolset. Subject: Re: [WiX-users] XmlConfig questions Peter Oehlert wrote: > I was wondering about that given the name. I'm not seeing an execxmlconfig > in the logfile with the /l*v option. Why might the schedule run but not the > exec? > It won't call

Re: [WiX-users] XmlConfig questions

2009-01-15 Thread Peter Oehlert
neral discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XmlConfig questions Peter Oehlert wrote: > 1. So any idea why the code sample does not modify the xml file in the > correct sequence? SchedXmlConfig is called during script-generation but ExecXmlConfig, which actually m

Re: [WiX-users] XmlConfig questions

2009-01-15 Thread Peter Oehlert
e some pretty complex XML manipulations with very specific VerifyPaths. -Original Message- From: Peter Oehlert [mailto:poehl...@securityinnovation.com] Sent: Thursday, January 15, 2009 12:57 To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] XmlConfi

[WiX-users] XmlConfig questions

2009-01-15 Thread Peter Oehlert
At a high level I have 2 questions: 1. How do you get XmlConfig to run *after* the config file is installed? 2. To change an existing element without a unique id, do I have to delete it and recreate it? So, I'm dealing with an XML config file that should look like this:

Re: [WiX-users] Generating random password for created user

2009-01-12 Thread Peter Oehlert
t; > Kelly > > > > > "Robert Barnes" > > 01/05/2009 11:09 PM > Please respond to > "General discussion for Windows Installer XML toolset." > > > > To > "General discussion for Windows Installer XML toolset." >

[WiX-users] Skip a dialog if a property is present?

2009-01-09 Thread Peter Oehlert
Let me first apologize for what I'm sure is a n00b question: I want a dialog to query for a configuration value that I will then put into the .net xml config file, but if the property is already populated (say by someone passing a command line argument to msiexec) I'd like to skip the dialog.

[WiX-users] Log on as service

2009-01-02 Thread Peter Oehlert
A common task which I need to perform which I'm certain has been done before is creating new user and granting that user the permission to log on as a service. Specifically I'm installing a new IIS app pool and I'd like to create a specific user for this app so I can lock down my database to allow

[WiX-users] bug in wix new project w/ VSTS & TFS

2009-01-02 Thread Peter Oehlert
It seems that when creating the wix project a file called product.wxs is included in the package and then the name is changed to the name of the project. So calling the project database ultimately has a database.wxs file that is added to source control. Well, for whatever reason I'm seeing that th

[WiX-users] Generating random password for created user

2009-01-02 Thread Peter Oehlert
I'm creating a couple of service accounts with my install to be used as the identity of an IIS App Pool. I'd like to simply create very long securely random passwords (cryptgenrandom or system.security.RandomNumberGenerator). I'm still fairly new to this but I think I need a custom action to set th

Re: [WiX-users] small contribution - ASP.NET 2.0/3.5 installs

2008-12-31 Thread Peter Oehlert
I'm actually setting something like this up right now so thank you very much, it's very helpful to have this all laid out already. I would point out that this code doesn't work in x64 (since the isapi you want is in Framework64 directory). Also, is there a repository of samples that do particular

[WiX-users] DB Pro (data dude) and Wix3 SqlExtension

2008-12-29 Thread Peter Oehlert
First, I know that this isn't really directly a WIX question but I figure that a lot of you have similar requirements and maybe someone can tell me what their experiences and solutions are. I'm attempting to use Wix to create a database during install. I have my database setup with the Db Pro Visua