 Rank: Advanced Member Medals:  Joined: 7/26/2013(UTC) Posts: 69  Location: Quebec Thanks: 10 times Was thanked: 3 time(s) in 2 post(s)
|
There is a trick that i've used to migrate some customer to another sc server. This is totaly silent and powerfull on windows hosts, it work also if you want to deploy when you are in the support mode. You have to build an msi unattend (i prefer to populate the name with _NewInstall to see it first in my big list) After that upload that to your domain ftp Paste this in the command section: bitsadmin.exe /transfer "sc" http://yourdomain.com/dl/tc.msi C:\Windows\system32\sc.msi then msiexec /i C:\Windows\system32\sc.msi If you have some questions, i'm there! Nico.
|
 2 users thanked Konceptech.net for this useful post.
|
|
|
 Rank: Member Medals:   Joined: 1/24/2014(UTC) Posts: 23  Location: Michigan Was thanked: 2 time(s) in 2 post(s)
|
Originally Posted by: Konceptech.net  Paste this in the command section: bitsadmin.exe /transfer "sc" http://yourdomain.com/dl/tc.msi C:\Windows\system32\sc.msi then msiexec /i C:\Windows\system32\sc.msi Actually, msiexec will take a URL as an argument, so you can combine both of these into one statement like this: msiexec /i http://yourdomain.com/dl/tc.msi
|
 1 user thanked swimboy for this useful post.
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.