How about this?

<Directory Id="TARGETDIR" Name="SourceDir">
  <Directory Id="SystemFolder" />
  ...

And

<Fragment>
  <DirectoryRef Id="SystemFolder">
    <Component....

Edwin G. Castro
Software Developer - Staff
Electronic Banking Services
Fiserv
Office: 503-746-0643
Fax: 503-617-0291
www.fiserv.com
Please consider the environment before printing this e-mail

> -----Original Message-----
> From: Renegade Angel [mailto:renegade.an...@gmail.com]
> Sent: Tuesday, September 14, 2010 11:45 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] wix install on C:\Program Files and
> C:\Windows\System32 directory.
> 
> Try this:
> 
> <SetDirectory Id="DIR_sys_" Value="[SystemFolder]"/>
> 
> and
> 
>     <Directory Id="TARGETDIR" Name="SourceDir">
>       <Directory Id = "DIR_sys_"/>
>       ...
> 
> and
> 
> <Fragment>
> <DirectoryRef Id="DIR_sys_">
>       <Component.......
> 
> 
> Good luck ;-)
> 
> 2010/9/14 Beekeeper <bria...@yahoo.com>
> 
> >
> > Okay, that is half of it, how do you install the files in
> > C:\Windows\System32 directory.
> >
> > Thanks!
> > --
> > View this message in context:
> > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/wix-
> install-on-C-Program-Files-and-C-Windows-System32-directory-
> tp5530934p5531607.html
> > Sent from the wix-users mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> ---------
> > Start uncovering the many advantages of virtual appliances
> > and start using them to simplify application deployment and
> > accelerate your shift to cloud computing.
> > http://p.sf.net/sfu/novell-sfdev2dev
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> -----------------------------------------------------------------------
> -------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to