Neil Sleightholm wrote:
> The SetProperty can be scheduled with the Before and After attributes.
> Although I used SetProperty in this example SetDirectory might be more
> appropriate (but it can't be scheduled),
SetDirectory can't be scheduled because there's only one place it should
go. SetPro
Thanks! I will have to see what each approach does to the MSI...
Thomas S. Trias
Senior Developer
Artizan Internet Services
http://www.artizan.com/
Original Message
Subject: Re: [WiX-users] Installing to multiple disks
From: Neil Sleightholm
To: tomtr...@artizan.com
From: Thomas S. Trias [mailto:tomtr...@artizan.com]
Sent: 03 March 2009 16:18
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Installing to multiple disks
Neil,
Interesting; I'd never used SetProperty before; I found that creating a
Property with the same Id
since I'm not using any UI, I don't know if that is a problem.
I'll try it and check the install log to see if it looks any different.
Thanks,
Thomas S. Trias
Senior Developer
Artizan Internet Services
http://www.artizan.com/
Original Message --------
Subject: Re: [WiX-
You can create a Directory with it's Id all in uppercase; that makes it
a public property. You can then supply the property through any of the
usual mechanisms: default value, command line argument to msiexec, UI,
custom action, etc.
We opted to use an unattended install with command line para
Thanks Neil!
Neil Sleightholm wrote:
>
> TARGETDIR is just the root for Directory elements, you can add sub
> elements to this that are for each drive you want to install to. You
> will need to set these with a property or the SetDirectory element,
> e.g.:
>
> />
>
>
>
>
TARGETDIR is just the root for Directory elements, you can add sub
elements to this that are for each drive you want to install to. You
will need to set these with a property or the SetDirectory element,
e.g.:
Neil
-Original Message-
From: JeroenRemie [
7 matches
Mail list logo