Options

deploy java via active directory

jovenlibrejovenlibre Member Posts: 26 ■□□□□□□□□□
Hy,
I have two days trying to create a script to automate java updates.

option 1:
create a script:
Net use Z: \\<mydomainname>\c:\Java install
Echo Installing Java
Echo Please wait for Java installation to Finish
REM Run installation
MSIEXEC /I Z:\au.msi /passive /norestart
regedit.exe /s Z:\NOJAVAUPDATE.reg
net use /delete Z:
Place in share folder, in c:\
ok second step:
create a GPO and then link in a unique user (for test purpose).
The GPO is in user config/windows set/scripts/logon and place the batch file .

but when the user login, nothing happens. neither create the z:\\ driver.

i dont find in the net a good tutorial.
Thanks in advanced.

Comments

Sign In or Register to comment.