Jump to content

Recommended Posts

Posted (edited)

I created an installation srcipt to auotmate the install of an application. Now the machine is stuck in a loop where it just keeps launching the executable. I've tried to stop this by using task manager but it will not respond. I have powered off the machine but when it reboots the process picks up where it left off. IS there anything I can do to stop this?

Edited by Mikie
  • Developers
Posted

I created an installation srcipt to auotmate the install of an application. Now the machine is stuck in a loop where it just keeps launching the executable. I've tried to stop this by using task manager but it will not respond. I have powered off the machine but when it reboots the process picks up where it left off. IS there anything I can do to stop this?

Save boot and then remove what needs to be removed ?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

I have found that if you try to have a script execute something that the user does not have enough rights to do, it will loop. For example, I wrote a script that rebooted a computer using the shutdown command, but it would constantly loop the app when logged on as a restricted user. I believe it loops because you do not have any error handling, no end statement or another thing I just forgot the name of.

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
×
×
  • Create New...