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
silent install
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.
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.