Good morning,

I tried that:

  <?define system32="System64Folder" ?>
  <?define spoolDrivers64=$(var.system32)\spool\DRIVERS\x64 ?>
  <?define spoolDrivers643=$(var.system32)\spool\DRIVERS\x64\3 ?>

The redirector appears to be applying to the property regardless.

Regards
Phil

> -----Original Message-----
> From: Phil Wilson [mailto:phil.wil...@mvps.org]
> Sent: 20 August 2012 16:48
> To: 'General discussion for Windows Installer XML toolset.'
> Subject: Re: [WiX-users] 64bit installer with Wow redirector on the
> properties
> 
> Is there some reason you cannot use the standard property
> System64Folder?
> 
> Phil W
> 
> -----Original Message-----
> From: Phil Hannent [mailto:p...@elmstonesystems.co.uk]
> Sent: Monday, August 20, 2012 2:30 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] 64bit installer with Wow redirector on the
> properties
> 
> Good morning,
> 
> Thanks for taking the time to reply.
> 
> > 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
> I didn't create the files, I am just packaging them.  When the main 
> application
> runs, it checks that they are in those locations.  So trying to work around 
> the
> problem by not copying them will not help in this instance.
> 
> The big question is why the redirector is kicking in at all on a 64bit 
> install?
> 
> Regards
> Phil Hannent
> 
> ----------------------------------------------------------------------------
> --
> 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
> 
> 
> 
> ------------------------------------------------------------------------------
> 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

------------------------------------------------------------------------------
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