Re: [WiX-users] Setting property value with another property value

2006-11-07 Thread Lerudjordet, Morten Minge
Minge Kopi: wix-users@lists.sourceforge.net Emne: Re: [WiX-users] Setting property value with another property value Lerudjordet, Morten Minge wrote: > As I explained previously I have the code up and running using a CA > with ExeCommand(both config files are installed): > CustomAction Id=&

Re: [WiX-users] Setting property value with another property value

2006-11-07 Thread Bob Arnson
Lerudjordet, Morten Minge wrote: > As I explained previously I have the code up and running using a CA with > ExeCommand(both config files are installed): > CustomAction Id="XMLParser" BinaryKey="XmlPreprocess" Impersonate="yes" > Yes, MSI supports running an executable from the Binary table.

Re: [WiX-users] Setting property value with another property value

2006-11-07 Thread Lerudjordet, Morten Minge
ld work to extract this dll from the V2 binaries? Thanks for all the help! It's kinda a slippery slope when one does not know the restrictions for using pre made CA's. morten -Opprinnelig melding- Fra: Bob Arnson [mailto:[EMAIL PROTECTED] Sendt: 7. november 2006 04:27 Til: Lerudjorde

Re: [WiX-users] Setting property value with another property value

2006-11-06 Thread Bob Arnson
Lerudjordet, Morten Minge wrote: > I use [#ConfigFile] to reference the file defined this should work right? > Yes. >Value =".\Deploy.Tools\XmlPreprocess.exe /i > "[#ConfigFile]" /s "[FILEPATH]" /NoLogo" /> > DllEntry="CAQuietExec" Execute="immediate" Return="ch

Re: [WiX-users] Setting property value with another property value

2006-11-06 Thread Lerudjordet, Morten Minge
Emne: RE: [WiX-users] Setting property value with another property value Morten, I think what you need is: or even

Re: [WiX-users] Setting property value with another property value

2006-11-06 Thread Lerudjordet, Morten Minge
ilto:[EMAIL PROTECTED] Sendt: 4. november 2006 14:17Til: Lerudjordet, Morten MingeEmne: RE: [WiX-users] Setting property value with another property value Morten,   I think what you need is:     or even     What's being complained about is

Re: [WiX-users] Setting property value with another property value

2006-11-04 Thread Bob Arnson
Lerudjordet, Morten Minge wrote: Setting property value with another property value [WiX-users] Setting property value with another property value
Title: Setting property value with another property value Hi, I have a little problem trying to do this the right way. Because I get a warning compiling when a property value is set to [FILEPATH] and [INSTALLPATH][WEBCONFIGFILE]. The warning message hint that one should set this using a cu