On 20/08/2012 09:49, Phil Hannent wrote:
> I have installed the files initially into the program files location, however 
> I then use a <FileCopy> to copy them over to the correct folder in System32.
>
> <Component Win64="$(var.Win64)" Id="cmpDBC0DF1CD" Guid="{SHORT}">
>    <File Id="filD3AFD" KeyPath="yes" Source="$(var.SourceDir)\ driver.dll">
>      <CopyFile Id="CopyPrintDriver64" 
> DestinationProperty="MY_CUSTOM_DESTINATION_SPOOL64" />
>      <CopyFile Id="CopyPrintDriver643" 
> DestinationProperty="MY_CUSTOM_DESTINATION_SPOOL643" />
>    </File>
> </Component>

If you're installing a driver you probably don't want to do this - leave 
the files in ProgramFiles and let your driver installation (devcon, 
dpinst etc.) copy them across.

-- 
Bruce Cran

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to