Hi everyone,
 
Below is my fragment wxs file and I want to create bin folder there, but it's 
not working, instead files are being installed in parent directory. What am I 
missing there or what is the proper way to do this?
 
<?xml version="1.0"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi";>
  <Fragment Id="iAdmin">
    <DirectoryRef Id="iAdmin">
      <Directory Id="iAdminBin" Name="bin" />
         <Component Id="iAdminComponent" 
Guid="E7C2C63D-13BC-7AF0-24E1-F9E5FC0789F9">
           <File Id='A.dll' Name='AUL.dll' DiskId='1' 
src="$(var.BuildBinariesDir)\" />
           <File Id='B.dll' Name='iAdmCtrl.dll' DiskId='1' 
src="$(var.BuildBinariesDir)\" />
         </Component>
       </Directory>
    </DirectoryRef>
  </Fragment>
</Wix>
 
 
Thanks,
Steve
_________________________________________________________________
Make every IM count. Download Windows Live Messenger and join the i’m 
Initiative now. It’s free. 
http://im.live.com/messenger/im/home/?source=TAGWL_June07
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to