/build/static/layout/Breadcrumb_cap_w.png

Jdeveloper 12c install via SCCM

I am trying to install Jdeveloper 12c via SCCM and having major problems.
I have created a response file and have a batch file that copies it to the C:\ and then have tried both the exe version and the .jar versions of the Jdeveloper Studio with the following switches -silent -responseFile c:\jdevinstall     (jdevinstall is the responsefile I created)

It installs great, but the problem is SCCM changes the permissions of the install directory and wont allow users to run the program...
Is there a way to fix that via a script or a way to stop SCCM from doing that?

Thank you for any help.


 


0 Comments   [ + ] Show comments

Answers (1)

Answer Summary:
Posted by: rileyz 7 years ago
Red Belt
0

Top Answer

Humm that's weird, I think the installer is rewriting the permissions not SCCM - SCCM doesn't do that sort of thing.

You should be able to script it, you can either use icacls (easy option) or use PowerShell (harder but native).

Icacls just works and is easy to find your way. PowerShell is super fidgety as you need to load the ACLS into an objext to apply to the folders, you can google that: http://www.tomsitpro.com/articles/powershell-manage-file-system-acl,2-837.html

You could get the ACL object from another folder and apply it the problem folder.

Good luck!


Comments:
  • Thanks for the info. I tried the installer locally on a machine and it worked fine without the permissions problems. I had this problem before with SCCM and Visual Studio 2015 where two file permissions in the Default profile were changed and this caused any new user to not be able to log in. I found that out as others had that problem as well.I will have to look more into icacls to see if I can fix it, but for now I will just have to manually install the application. - lpowell 7 years ago
    • Re: I tried this before"

      Did you install locally using the SYSTEM account though? Thats how sccm does its installs.

      icacls should do the trick (: - rileyz 7 years ago
      • I took your advice and added an ICACLS line after the install and it seems to work. Thanks - lpowell 7 years ago
      • Glad you got it sorted, easy win! (: - rileyz 7 years ago
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ