Re: Install a setup.exe with silent install on all computers...
From: news.microsoft.com (malic_at_nospam.houston.rr.com)
Date: 07/19/04
- Next message: Srinivas Juturu: "Re: CTRL+ALT+DEL"
- Previous message: Steven L Umbach: "Re: CTRL+ALT+DEL"
- In reply to: Steven L Umbach: "Re: Install a setup.exe with silent install on all computers..."
- Next in thread: Steven L Umbach: "Re: Install a setup.exe with silent install on all computers..."
- Reply: Steven L Umbach: "Re: Install a setup.exe with silent install on all computers..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 18 Jul 2004 22:15:37 -0500
Well, I have attempted for 5 or 6 hours to get this working. It appears my
.exe file and silent install .iss just wont run. I get the msiexec.exe and
setup.exe running in the task manager but it just sits there and never
finishes the install.
I tried .bat, .wsh, .vbs and a few others in the GPO startup script. RUNAS
and psexec tool. I dont know if it is permissions ora bad script.
Thanks for the help. other suggestions?
"Steven L Umbach" <n9rou@n0-spam-for-me-comcast.net> wrote in message
news:KXYJc.71984$WX.54741@attbi_s51...
> Try using a startup script as that will run under system context. Startup
scripts can
> be easily managed via Group Policy. See the link below for more details. I
usually go
> to the appropriate GPO and then go to computer configuration/Windows
> settings/scripts - startup. I open up the properties, select show files
and paste
> the script in the startup folder. I then close the window and select
add/browse and
> select the file I just pasted in there, make sure it shows in the list of
scripts and
> I am done. The computers will need to be within the scope of influence of
the GPO.
> If the GPO is appled to an Organizational Unit, the computer accounts will
need to be
> in that OU or a sub OU of it. --- Steve
>
> http://support.microsoft.com/default.aspx?scid=kb;en-us;198642
>
> "Malic" <spam@houston.rr.spam> wrote in message
> news:uskSKN4aEHA.1048@tk2msftngp13.phx.gbl...
> > Hello,
> >
> > I need to install ThinPrint on all my domains PCs. This software helps
> > printing issues with Citrix.
> >
> > My problem is I can't install it via login script because it appears the
> > login script doesnt run as administrator account on the PCs. I use an
older
> > version of kixtart.
> >
> > I need a solution that doesn't involve converting this file to an msi
for
> > GPO.
> >
> > Is there a tool which will let me run this install on a machine remotely
if
> > I supply my domain admin username and password?
> >
> > my silent install is something like
> > \\server\share\setup.exe -s -f1\\server\share\sewtup.iss
> >
> > I created a executeable with delphi (im a serious novice) and it will
run
> > via login script only if it is a local admin logging into the PC. I
need
> > normal local users to install this software.
> >
> > Thanks.
> >
> >
>
>
- Next message: Srinivas Juturu: "Re: CTRL+ALT+DEL"
- Previous message: Steven L Umbach: "Re: CTRL+ALT+DEL"
- In reply to: Steven L Umbach: "Re: Install a setup.exe with silent install on all computers..."
- Next in thread: Steven L Umbach: "Re: Install a setup.exe with silent install on all computers..."
- Reply: Steven L Umbach: "Re: Install a setup.exe with silent install on all computers..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|