Blakk_Majik
Jul 29th, 2008, 01:14 PM
Hi all,
I am currently getting ready to pilot a non-critical fix to an application I have in production on a few PC's (approx. 8) and I have a question. This application is within the company only.
How do I gracefully reinstall the package, without disrupting users? What I mean is, should I just schedule the reinstall during non-business hours, or should I just place code in my script to kill the current .exe if it's running? I was thinking of doing a bit of both; installing during a non-business time, and killing the app if it's running. I would send the users an e-mail the day before the install so they could save their work.
It is worthy to note that while my app is installed on PC's and technically "works", I am still waiting on mainframe pieces to be completed before the app will actually have any real benefit to the users. Therefore, there is a very good chance no one will be using it, no matter when I install. I just want to get some "best practice" pointers from more experienced developers.
I am currently getting ready to pilot a non-critical fix to an application I have in production on a few PC's (approx. 8) and I have a question. This application is within the company only.
How do I gracefully reinstall the package, without disrupting users? What I mean is, should I just schedule the reinstall during non-business hours, or should I just place code in my script to kill the current .exe if it's running? I was thinking of doing a bit of both; installing during a non-business time, and killing the app if it's running. I would send the users an e-mail the day before the install so they could save their work.
It is worthy to note that while my app is installed on PC's and technically "works", I am still waiting on mainframe pieces to be completed before the app will actually have any real benefit to the users. Therefore, there is a very good chance no one will be using it, no matter when I install. I just want to get some "best practice" pointers from more experienced developers.