Page 1 of 1

silent install

Posted: Tue 20 Apr 2010 10:32
by moff
i see in the revision_history.html that silent install mode (dotconnet for oracle) is allowed but i am not able to find how to do it with minimal installaiton(

help me, please

Posted: Wed 21 Apr 2010 15:16
by Shalex
Please use the following command line parameters:
1) the minimal type installation (only run-time assemblies and registration in machine.config)
dcoracle.exe /TYPE=COMPACT /VERYSILENT
2) uninstall
\Program Files\Devart\dotConnect\Oracle\Uninstall\unins000.exe /VERYSILENT /NOFEEDBACK

You can also use the /nomachineconfig key not to register provider factory in the DbProviderFactories section in the machine.config file.

Posted: Thu 22 Apr 2010 07:19
by moff
thank you very much