Link to home
Start Free TrialLog in
Avatar of EdibleArrangements
EdibleArrangementsFlag for United States of America

asked on

Problem with Startup Script

I have been attempting to roll out a piece of software via GPO startup script and for some reason the installation does not launch as it should.  The way in which I am trying to run this is with a simple batch file that looks like this:

@echo off
\\<server>\<share>\setup.exe /qn

I am able to launch the batch file manually and it runs without issue.

The new GPO is linked to a Computer OU and after checking a test client machine, RSOP shows the policy is being applied (with the bat file under the startup scripts).

Any help would be greatly appreciated.
Avatar of Coralon
Coralon
Flag of United States of America image

As a startup script why would you bother with a batch file when it's really only 1 line long?
Just publish it as \\<server>\<share>\setup.exe /qn?

Be that as it may.. the next step to isolating it is to add a pause to the end of it, which will keep the window open and see if it pops an error, or if it is even running at all.

Coralon
Avatar of EdibleArrangements

ASKER

I added the pause as you suggested and it appears that nothing ran at all.
when you run the executable directly (not at startup) does anything show up?
ASKER CERTIFIED SOLUTION
Avatar of Coralon
Coralon
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial