New Boundary Support Forum
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      



Weighted Installation Packages or CommandsExpand / Collapse
Author
Message
Posted 1/12/2004 4:00:00 PM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Advanced Members
Last Login: 1/21/2004 10:48:00 AM
Posts: 154, Visits: 1
Is their any way to make packages/commands weighted. What I am trying to do is create a series of packages or commands for certain OS's and I want them to install in a specific order. Some of the installs require reboot before they are complete but I don't want other installs to start until the reboot process has completed.

Ideas?

Post #234
Posted 1/12/2004 4:00:00 PM


Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Moderators
Last Login: 9/3/2008 9:40:39 PM
Posts: 654, Visits: 800
If multiple Tasks are assigned at the same time, they are installed in their original creation order. You can view the Properties of a Task and see the hexadecimal number that gets incremented by 1 based on the previous object's (computer, group, or task) number. The Tasks will run in ascending order according to this internal build Number.

If you wish to install a series of Packages in a specific order, we recommend a script task. Prism Scripts can contain multiple Prism (and external) commands that will execute in top-to-bottom order. For example:

/InstallPackage \\server\share\Package1.pwc
/InstallPackage \\server\share\Package2.pwc
/InstallPackage \\server\share\Package3.pwc

If any of the Packages have the property set to 'reboot', that property will put on hold until the entire script has run. Then the machine will run the reboot command according the Package that requested it.

If you wish to have a second Package install after a first Package has installed and rebooted, simply add the command:
"C:\Program Files\Prism Deploy\Client\PTClient.exe" /InstallPackage \\server\share\Package2.pwc to the HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce registry key of Package1. That way Package1 will install it's changes, including the command to install Package2, and reboot the machine; after the machine reboots, Package2 will be installed.





New Boundary Technologies Support
support@newboundary.com

Post #235
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: New Boundary Support

PermissionsExpand / Collapse

All times are GMT -6:00, Time now is 10:28am

Powered By InstantForum.NET v4.1.3 © 2008
Execution: 0.172. 12 queries. Compression Enabled.