post reboot install tasks
I have an application that installs and reboots. After reboot it does some tasks as soon as the user logs on but before the user's desktop loads. The tasks done after the reboot needs admin rights. We use SMS 2003 to deploy software. If an employee with locked down user account logins after the reboot, the post reboot tasks are not performed at all. Is there a way to tackle this situation? I serached here and google, no success so far.
0 Comments
[ + ] Show comments
Answers (8)
Please log in to answer
Posted by:
smooochy
15 years ago
Why is this trying to run under user's credentials? If these actions were built into the MSI, I believe SMS would run them under full rights. It seems like this is a function being performed by the application itself, which would mean shame on the developers for bad practice.
What are the tasks it is trying to perform?
One thing that might work is to run Filemon/Regmon to see what is being written, and implement those with a custom action after the ForceReboot standard action in the sequence. SMS should run all of this using its elevated account.
What are the tasks it is trying to perform?
One thing that might work is to run Filemon/Regmon to see what is being written, and implement those with a custom action after the ForceReboot standard action in the sequence. SMS should run all of this using its elevated account.
Posted by:
jimcox
15 years ago
this is not a msi. its a legacy setup. I will use filemonto check the file that kicks off on reboot. I am not sure how to start filemon utility when windows starts since this setup program starts the post reboot tasks as soon as the user logs and the users desktop loads only after this program completes it post reboot tasks. Anyways, I will try to figure it out. Let me know if you have suggestions. thanks for your time.
Posted by:
ghosh.kunal
15 years ago
If this is something that happens after every reboot, try checking the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run registry. The application might be putting an entry there, so that it runs every time you log in. Remove it from there and try if it can be run from your MSI before reboot.
Posted by:
jimcox
15 years ago
Posted by:
ghosh.kunal
15 years ago
Posted by:
ghosh.kunal
15 years ago
Posted by:
dj_xest
15 years ago
Hi,
For a case like this that performs some tasks after a reboot can only be settled if you can capture what things are being changed or added. I have just encountered this scenario with Filenet Panagon IDM Capture just recently.
I used a lightweight snapshot tool, Installrite. I ran the before the snapshot before I made the reboot and finalized the after snapshot after I have reboot. This could be a time consuming task to find what registries and files were added/modified that can be put on your package but worth an efforts when done right.
Posted by:
jimcox
15 years ago
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.