Has anyone registered Oracle client 19c as an Intune application and put it into operation?

Hiroaki TANAKA 20 Reputation points
2024-10-24T08:45:04.7433333+00:00

We are investigating whether Oracle client 19c can be registered as an Intune application and operated.
It is provided as Setup.exe, but it has a silent mode, and you can install it silently with the following command options:

setup.exe -silent -ignorePrereqFailure -waitForCompletion -ignoreSysPrereqs oracle.install.IsBuiltInAccount=true ORACLE_HOME=C:\app\client\product\19.0.0\client_1 ORACLE_BASE=C:\app\client oracle.install.client.installType=Custom oracle.install.client.customComponents="oracle.sqlj:19.0.0.0.0","oracle.rdbms.util:19.0.0.0.0","oracle.javavm.client:19.0.0.0.0","oracle.sqlplus:19.0.0.0.0","oracle.dbjava.jdbc:19.0.0.0.0","oracle.network.client:19.0.0.0.0","oracle.network.cman:19.0.0.0.0","oracle.network.listener:19.0.0.0.0","oracle.has.client:19.0.0.0.0","oracle.ntoledb.odp_net_2:19.0.0.0.0"

What bothers me is that this application is not registered in

Setting > Apps > Installed apps.

The Oracle manual says to uninstall it using the following steps.

  1. Run deinstall.bat.
  2. Delete Oracle Registry Keys: Press the Windows key, type regedit, and delete the following registry keys if they exist:

HKEY_LOCAL_MACHINE/SOFTWARE/Oracle*

HKEY_LOCAL_MACHINE/SOFTWARE/Wow6432Node/Oracle* (for 64-bit Windows)1

  1. Delete Oracle Folders: Manually delete the Oracle Client folders from your system

I think that this will cause an error when reinstalling with Intune.

If anyone has experience with this, please give me some advice.

Best Regards.

Microsoft Security | Intune | Application management
0 comments No comments
{count} votes

Accepted answer
  1. Crystal-MSFT 53,986 Reputation points Microsoft External Staff
    2024-10-25T01:41:24.9433333+00:00

    @Hiroaki TANAKA, Thanks for posting in Q&A. From your description, it seems the Oracle client 19c is deployed via Intune win32 app does not show under "Setting > Apps > Installed apps.". If there's any misunderstanding, please let us know.

    In General, when deploy app via Intune win32, Intune just warp it and deploy it to the device, then the app installation is referred to the app install command. To clarify our issue, please check the following information:

    1.Please check if the app has been deployed successfully and if the app is already installed on the device side.

    2, Manually run the install command on the affected device to install the app. As a note, if we configure install behavior as user, please run it under current user. But if we set it as system, please download PsExec tool to run as system account, then run the install command. Check if the app can be installed with this command and if it exists under "Setting > Apps > Installed apps"

    3, How many devices are affected? Did it affect all the devices?

    Please check the above information and if there's any update, feel free to let us know.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.