Internet Explorer 7 deployment
I have a scrip that send out IE 7. If the user is logged in when the script runs it does update to IE7 but when the user clicks on the icon it just makes a duplicate icon and does not start the app.
I have the scrip setup as follows.
Also Run at Machine Boot Up
Also Run at User Login
Allow Run While Logged Off
if I do a "Run Now" or select "Start" from the script the script exectutes and I get the issue shown I described.
if I set a start time on the script it doesn't seem to start it at the time I have set.
What I would like to have it do is run the script. Copy it out to the client and not execitue it until the computer is rebooted or the next time a user loggs in.
Can this be done? Is there another way to get IE7 out there and not have this issue that I'm getting?
I have the scrip setup as follows.
Also Run at Machine Boot Up
Also Run at User Login
Allow Run While Logged Off
if I do a "Run Now" or select "Start" from the script the script exectutes and I get the issue shown I described.
if I set a start time on the script it doesn't seem to start it at the time I have set.
What I would like to have it do is run the script. Copy it out to the client and not execitue it until the computer is rebooted or the next time a user loggs in.
Can this be done? Is there another way to get IE7 out there and not have this issue that I'm getting?
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
GillySpy
13 years ago
With scripting there are many ways to skin the cat... one way: .if you have a working batch file then you could use a script to copy your batch and supporting files down to the PC. Tell the script to check for IE7 and if absent then modify the RunOnce reg key to invoke your batch the next one time the user logs in.
Posted by:
cblake
13 years ago
I use a managed install for IE7 pretty often. That way you can easily define it to run while user is logged off among other things.
Download here: http://www.microsoft.com/downloads/en/details.aspx?familyid=9AE91EBE-3385-447C-8A30-081805B2F90B&displaylang=en
Command line options: http://support.microsoft.com/kb/927677
Appdeploy detail: http://itninja.com/link/internet-explorer-administration-kit-–-ieak9,-ieak-8,-ieak-7-|-technet
Since IE7 likes a good reboot you'd likely use something like: IE7-WindowsXP-x86-enu.exe /quiet /forcerestart
Setting it to run while user logged off. The duplicate icon issue is usually related to an unfinished install (meaning a reboot after install solves it by "finishing" the install properly).
Download here: http://www.microsoft.com/downloads/en/details.aspx?familyid=9AE91EBE-3385-447C-8A30-081805B2F90B&displaylang=en
Command line options: http://support.microsoft.com/kb/927677
Appdeploy detail: http://itninja.com/link/internet-explorer-administration-kit-–-ieak9,-ieak-8,-ieak-7-|-technet
Since IE7 likes a good reboot you'd likely use something like: IE7-WindowsXP-x86-enu.exe /quiet /forcerestart
Setting it to run while user logged off. The duplicate icon issue is usually related to an unfinished install (meaning a reboot after install solves it by "finishing" the install properly).
Posted by:
kdasanmartino
13 years ago
Posted by:
cblake
13 years ago
Posted by:
rmeyer
13 years ago
Posted by:
kdasanmartino
13 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.