jfunderburg
Posts: 295
Score: 32 Joined: 10/26/2004 From: Nashville, TN Status: offline
|
Henrik, Let me share a little utility I wrote a few years back to address a similar issue that I had. To use it, have you installation script/package conclude by executing the RebootNotify program. You can pass to two optional parameters: rebootnotify [min] [custom text file] The first parameter specifies how often the balloon message will pop-up - default is one minute. With the second parameter you can do one of two things: 1) Specify a text file. If this is used then additional menu item will appear called "Installation details..." and when click on will display the contents of your text file. 2) Specify a file with an .MSG extension that followings this format: TITLE=Software Installation TEXT=The Desktop Management team has recently installed software... blah... blah.. Couple other items I might mention: - I've found issues with packages that are not downloaded to cache and run from the DP instead. The EXE file remains locked on your DP while computer(s) have it running in memory. Which makes updating your source files a real pain. As workaround, the program first copies itself to the local computer and then re-executed itself from there.
- I've also found weird things happen if the user decides to logout instead of restarting. To fix this, I've prevented logoffs from happening.
Attachment (1)
< Message edited by jfunderburg -- 10/18/2006 10:32:27 AM >
|