Jump to content

unattended ie6 SP1, java, flash installation


Recommended Posts

Posted

Hi all,

I'm using norton ghost 8.0 corporate edition to install software on client machines, and I now have a problem with installing MSI files.

NB: Norton ghost works with SYSTEM account to gain Administrator privileges when installing software.

my code: (.cmd)

start /wait t:\Installs\Ie6\FLAT\WIN32\FR\ie6setup.exe /Q:A /R:N

ECHO Internet Explorer install‚...

ECHO Installation du correctif KB823353

start /wait t:\hotfixes\IE6\KB823353.exe /Q:A /R:N

ECHO Installation du correctif KB833989

start /wait t:\hotfixes\IE6\KB833989.exe /Q:A /R:N

ECHO Installation du correctif KB834707

start /wait t:\hotfixes\IE6\KB834707.exe /Q /O /Z

ECHO Installation du correctif KB867801

start /wait t:\hotfixes\IE6\KB867801.exe /Q:A /R:N

[some code]

I tried

echo macromedia flash and shockwave plugin

t:\Installs\Plugins\Flash\flsw.msi /QN REBOOT=ReallySuppress

and

msiexec.exe /i flsw.msi /QN REBOOT=ReallySuppress

[some code]

t:\Installs\Plugins\j2re\java2re.msi /G1036 /QN ADDLOCAL=jrecore IEXPLORER=1 NETSCAPE6=1 MOZILLA=1 REBOOT=ReallySuppress JAVAUPDATE=0 WEBSTARTICON=0

[some code]

....

java2re.msi works perfectly,

The problem is:

flsw.msi works when I install it with an administrator account, (same command line) but not when I try to install it thru norton ghost. Is the flash/shockwave plugin working only for one user account??

error in log returned: Internal error 2103. 26

which corresponds to error (I think): Internal Error 2103 "Could not resolve path for shell folder".

Any ideas?

Thanks


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...