> 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-
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.
--
> 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
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
fo (prod, "InstalledProductName")
> a.Writeline (" " & pname & " " & prod & "and is installed at " & pid)
> Next
> Next
>
> Phil Wilson
>
>
> -Original Message-
> From: Luke Bakken [mailto:luke
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
> 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
>> 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
> 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
> 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
>> 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
> 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"
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
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
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
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
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 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
> 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
> 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.
-
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
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
--
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
>
> 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:
---
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
> 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
> 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
> 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
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
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
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
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
32 matches
Mail list logo