Did you try using the "Win64" property for your component?

--Pavan

-----Original Message-----
From: Lambert, Scott H [mailto:scott.lamb...@uky.edu]
Sent: Wednesday, April 08, 2015 12:22 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Create a 64Bit ODBCDataSource

Using the ODBCDataSource I have created a 32bit DSN, but I need a 64bit DSN, 
because it needs to work with 64Bit Access.  I have flailed away at google for 
most of the day.  The code I am using is:

<Component Id="Comp_Dsn" Guid="{1DCCF725-6A98-4CDB-9C40-87A0C8E70A1E}">
      <ODBCDataSource Id="odbc.admin" Name="Admin" Registration="machine" 
DriverName="SQL Server" >
           <Property Id="Server" Value="server" />
           <Property Id="Database" Value="Admin" />
           <Property Id="Description" Value="Admin Database Access"/>
      </ODBCDataSource>
 </Component>

Thanks,

Scott
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own 
process in accordance with the BPMN 2 standard Learn Process modeling best 
practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ 
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
This email and any attachments are intended solely for the use of the 
individual or entity to whom it is addressed and may be confidential and/or 
privileged.

If you are not one of the named recipients or have received this email in error,

(i) you should not read, disclose, or copy it,

(ii) please notify sender of your receipt by reply email and delete this email 
and all attachments,

(iii) Dassault Systemes does not accept or assume any liability or 
responsibility for any use of or reliance on this email.

For other languages, go to http://www.3ds.com/terms/email-disclaimer

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to