Jump to content

System Keeps Rebooting


Recommended Posts

I wrote a simple script to reboot a PC after install CitrixPresentation server.

I am executing the script thru a tool called Everdream.

When executed thru this tool the package just keeps rebooting over and over again here is the

script

FileInstall("C:\ica32pkg\ica32pkg.msi","c:\",1)

RunWait("msiexec /i c:\ica32pkg.msi /qn")

Shutdown(6)

Any help would be appreciated

Link to comment
Share on other sites

Hi,

where is the script placed? AutoStart? You can put a MagBox in the Script to check whether the script forces the PC to reboot or anything else.

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

DUH!

FileInstall("C:\ica32pkg\ica32pkg.msi","c:\",1)

RunWait("msiexec /i c:\ica32pkg.msi /qn")

Shutdown(6)

is the same as

String("Do nothing")

Shutdown(6)

is the same as

Shutdown(6)

Edited by this-is-me
Who else would I be?
Link to comment
Share on other sites

DUH!

FileInstall("C:\ica32pkg\ica32pkg.msi","c:\",1)

RunWait("msiexec /i c:\ica32pkg.msi /qn")

Shutdown(6)

is the same as

String("Do nothing")

Shutdown(6)

is the same as

Shutdown(6)

Just the reboot hapens over and over the actual install works fine.

Can you explain what you mean I'm not understanding.

thanks

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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