Hi Dave, Yeap, you are correct. I tried to use PowerShell and VB scripts for this but couldn't succeed. Firewalls in the remote pcs' blocks the WMI services by default. Then I used PSExec in PsTools. It did the job for me. Now I can install msi packages remotely without any problem.Thanks anyway..... P.S: If anybody has a similar problem regarding remote installations check the following link. http://www.microsoft.com/technet/sysinternals/utilities/psexec.mspx Cheers, :laugh: Era
erarocks
Posts
-
RPC server unavailable.... -
RPC server unavailable....Hi All, I'm trying to run a msi file on a remote machine by using a vbScript but it gives an error. Error: RPC server unavailable Source: SWbemLocator If somebody knows how to solve this please help me. Thanx in advance. Cheers, Era
-
Not having win32_product installedGot the problem fixed. If anyone having the same problem refer the following link. http://designermedia.co.uk/archive/index.php?t-27670.html Cheers, Era
-
Docking a windowHi All, I'm having trouble docking a window which should automatically fixed to the top, right and left edges of a one half of a SplitContainer when it opens. The child window should open when I click an option from a TreeView that I'm having in the other part of the SplitContainer. Thanx in advance. Era
-
Not having win32_product installedHi All, I'm having trouble running a PowerShell script coz I don't have win32_product installed. I look trough internet to find it but I couldn't. If anyone of you guys know a location where I can download and install win32_product please let me know. Thanks in advance. Era
-
Executing a .bat file from a build fileHi Paul, Infact I went through the NAnt documentation but couldn't find the answer to my problem. Thnx. :(( Era....
-
Executing a .bat file from a build fileHi, I'm having trouble in finding the necessary function to use in a build file to execute a .bat file. I'm running the build file using NAnt. If anyone of u guys know how to do it pls let me know.... Thanx in advance.... Era
-
Displaying tables in a database by using HTMLHi All, I want to display the tables in my database by using a HTML web page. This should be created when the user clicks the next button in a C#.NET form.