I want to package F-secure antivirus.
How should i handle several reboots during script execution.
The package needs to reboot during both installation and uninstallation.
I would probably just set the command:
Code: Alles auswählen
ExitWindows /Reboot
But what happens if the package is installed on a client and someone chooses the option to install (setup).
Then it runs the setup untill the sub-script delsub is called, and then it reboots when the delsub-script is run through, but does OPSI continue the setup-script after the reboot?
Its hard to explain, but let me know if i need to be more specific.
What i want:
Code: Alles auswählen
Setup.ins
|
Delsub.ins (uninstall product)
|
Reboot (when product is uninstalled)
|
Setup.ins (continue new installation)
|
Reboot (when product is installed)