Talk:Create an ODBC entry for an Oracle database
From NSIS Wiki
Jump to navigationJump to search
Sometimes this function do not work correctly.
I use this :
Exec 'odbcconf.exe /s /a {configsysdsn "Oracle in $R1" "DSN=$R2|Description= Put Your description here|SERVER=$R3"}'
/S : silent
$R1 : found with Determine the name of the Oracle default home
$R2 : parameters are sent
$R3 : parameters are sent. Exists in your TSNNAME.ora File
You can replace 'in' (Oracle in $R1) by 'dans' in french version of oracle.
Scrouik