Post Installation Tasks
I have deployed an image from Kace 2000 which has a set of post installation tasks. Kace dosen't seem to be running the tasks, is there anything i need to check?
Thank you
Rebecca
Thank you
Rebecca
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
cserrins
13 years ago
Do any tasks run at all? Try removing all but one, does that task run? If you have sysprep integration checked and your post installs are .bat files, then you have to have the word call before them so
start.bat
becomes
call start.bat
without the call command it won't come back to the origianl .bat file to finish the rest.
Corey
start.bat
becomes
call start.bat
without the call command it won't come back to the origianl .bat file to finish the rest.
Corey
Posted by:
jaskelly3578
13 years ago
We are also having this issue.
System Image
Windows 7 x86 Image with software installed (has two partitions C: and D:)
sysprep unattend.xml file
sysprep integration checked
Pre-Install Tasks
Upload Inventory
Create Partitions
Format
Post Install
Rename
Some other software
When I look at the log for the deployed image I see the line "Failed to complete Successfully", however the machine boots and loads Win7 and autologin as Administrator but does not run and Post Install tasks. I have "call" inserted with the batch files .
I also see the "Failed to complete Successfully" without any Post install tasks
If I remove the Pre-Install tasks as well I see the message "Completed Successfully" but Post Install tasks don't get the chance to run as the machine does not get past the "Starting Services" screen.
What is the problem?
This is the part of the log without pre-install tasks
2010-12-08 12:54:19+1000 [info] (172.16.1.3:49164) Received connection.
2010-12-08 12:54:19+1000 [info] (172.16.1.3:49164) Deploying image '3'
2010-12-08 13:52:28+1000 [client] Completed successfully.
2010-12-08 13:52:28+1000 [info] (172.16.1.3:49164) Client disconnected.
This is the part of the log with pre-install tasks
2010-12-09 11:30:55+1000 [info] (172.16.1.3:49164) Received connection.
2010-12-09 11:30:55+1000 [info] (172.16.1.3:49164) Deploying image '3'
2010-12-09 12:01:24+1000 [client] Failed to complete successfully.
2010-12-09 12:01:24+1000 [info] (172.16.1.3:49164) Client disconnected.
System Image
Windows 7 x86 Image with software installed (has two partitions C: and D:)
sysprep unattend.xml file
sysprep integration checked
Pre-Install Tasks
Upload Inventory
Create Partitions
Format
Post Install
Rename
Some other software
When I look at the log for the deployed image I see the line "Failed to complete Successfully", however the machine boots and loads Win7 and autologin as Administrator but does not run and Post Install tasks. I have "call" inserted with the batch files .
I also see the "Failed to complete Successfully" without any Post install tasks
If I remove the Pre-Install tasks as well I see the message "Completed Successfully" but Post Install tasks don't get the chance to run as the machine does not get past the "Starting Services" screen.
What is the problem?
This is the part of the log without pre-install tasks
2010-12-08 12:54:19+1000 [info] (172.16.1.3:49164) Received connection.
2010-12-08 12:54:19+1000 [info] (172.16.1.3:49164) Deploying image '3'
2010-12-08 13:52:28+1000 [client] Completed successfully.
2010-12-08 13:52:28+1000 [info] (172.16.1.3:49164) Client disconnected.
This is the part of the log with pre-install tasks
2010-12-09 11:30:55+1000 [info] (172.16.1.3:49164) Received connection.
2010-12-09 11:30:55+1000 [info] (172.16.1.3:49164) Deploying image '3'
2010-12-09 12:01:24+1000 [client] Failed to complete successfully.
2010-12-09 12:01:24+1000 [info] (172.16.1.3:49164) Client disconnected.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.