Re: [WiX-users] Problems adding Firebird ODBCDatasource with Wix

2007-03-13 Thread Anzi
Bob Arnson wrote:
> Anzi wrote:
>> MSI (s) (68:74) [10:03:09:630]: Doing action: InstallODBC
>> Toiminta alkoi 10:03:09: InstallODBC.
>> MSI (s) (68:74) [10:03:09:630]: Note: 1: 2711 2: ODBCDriverManager64
>>   
>
> I don't know anything about installing ODBC data sources, but see 
> http://msdn2.microsoft.com/en-us/library/aa372396.aspx for a 
> description of a change you need to make for 64-bit packages.
>
Thanks for the tip, but I'm using 32-bit version. So that isn't the 
problem but I just don't bother trying anymore because I spend a LOT of 
time with this already.

I managed to create dsn with a helper app I created (that exe is called 
from MSI setup).. I also noticed that correct registry values are 
sufficient.

-anzi-

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Problems adding Firebird ODBCDatasource with Wix

2007-03-12 Thread Anzi
Hi all,

I have tried several time to add ODBC datasource for a program. I'm 
using firebird datasource and I have checked properties for driver.
What I'm doing wrong because the datasource doesn't get added?

This is the section where datasource is defined:




  

  

  
  
  
  
  
  
  
  
  
  
  

  


And later in setup file I have:


  


MSI logs show :

MSI (s) (68:74) [10:03:09:630]: Doing action: InstallODBC
Toiminta alkoi 10:03:09: InstallODBC.
MSI (s) (68:74) [10:03:09:630]: Note: 1: 2711 2: ODBCDriverManager64
MSI (s) (68:74) [10:03:09:630]: Note: 1: 2205 2:  3: ODBCDriver
MSI (s) (68:74) [10:03:09:630]: Note: 1: 2228 2:  3: ODBCDriver 4: 
SELECT 
`Driver`,`ComponentId`,`Description`,`RuntimeFlags`,`Directory_`,`FileName`,`File_Setup`,`Action`
 
FROM `ODBCDriver`, `File`, `Component` WHERE `File_` = `File` AND 
`ODBCDriver`.`Component_` = `Component` AND (`Component`.`ActionRequest` 
= 1 OR `Component`.`ActionRequest` = 2) AND `BinaryType` = ?
MSI (s) (68:74) [10:03:09:630]: Note: 1: 2205 2:  3: ODBCDriver
MSI (s) (68:74) [10:03:09:630]: Note: 1: 2228 2:  3: ODBCDriver 4: 
SELECT 
`Driver`,`ComponentId`,`Description`,`RuntimeFlags`,`Directory_`,`FileName`,`File_Setup`,`Action`
 
FROM `ODBCDriver`, `File`, `Component` WHERE `File_` = `File` AND 
`ODBCDriver`.`Component_` = `Component` AND (`Component`.`ActionRequest` 
= 1 OR `Component`.`ActionRequest` = 2) AND `BinaryType` = ?
MSI (s) (68:74) [10:03:09:630]: Note: 1: 2205 2:  3: ODBCTranslator
MSI (s) (68:74) [10:03:09:630]: Note: 1: 2228 2:  3: ODBCTranslator 4: 
SELECT 
`Translator`,`ComponentId`,`Description`,`RuntimeFlags`,`Directory_`,`FileName`,`File_Setup`,`Action`
 
FROM `ODBCTranslator`, `File`, `Component` WHERE `File_` = `File` AND 
`ODBCTranslator`.`Component_` = `Component` AND 
(`Component`.`ActionRequest` = 1 OR `Component`.`ActionRequest` = 2) AND 
`BinaryType` = ?
MSI (s) (68:74) [10:03:09:630]: Note: 1: 2205 2:  3: ODBCTranslator
MSI (s) (68:74) [10:03:09:630]: Note: 1: 2228 2:  3: ODBCTranslator 4: 
SELECT 
`Translator`,`ComponentId`,`Description`,`RuntimeFlags`,`Directory_`,`FileName`,`File_Setup`,`Action`
 
FROM `ODBCTranslator`, `File`, `Component` WHERE `File_` = `File` AND 
`ODBCTranslator`.`Component_` = `Component` AND 
(`Component`.`ActionRequest` = 1 OR `Component`.`ActionRequest` = 2) AND 
`BinaryType` = ?
Toiminta loppui 10:03:09: InstallODBC. Paluuarvo 0.


-Anzi-





-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users