Jump to content


Nunzi0

Established Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by Nunzi0

  1. I just tried using powershell to accomplish the same task, and got the same result. Script ran fine, but nothing resulted. 0 errors in the execmgr.log on the client. Program options: Command Line: Powershell.exe -executionpolicy Bypass -file .\VirtUninstall.ps1 the powershell script looks like this: $app = Get-WmiObject -Class Win32_Product | Where-Object {$_.Name -match "VirtViewer*"} $app.Uninstall() exit /B Again, the script runs great when launched locally, but not wehen deployed
  2. I've deployed a .cmd file out that contains a WMI script to uninstall all instances of an application called "VirtViewer". The script looks like this: taskkill /F /IM remote-viewer.exe /T wmic product where "name like 'VirtViewer%%'" call uninstall /nointeractive exit /B %EXIT_CODE% Previously, I had used MSI product codes for the uninstall, and got the same result. My original problem, is that there are currently 9 different versions of this app out there, so i am ripping them all out and replacing with 1 version. Installing over an old version does not overwrite the older one, it instead installs a new instance. Reading through the execmgr.log on the client, everything looks as it should. I have attached the execmgr.log to the post. The end result, is that nothing happens. I had originally set the program to run as hidden, but then changed it to normal but still do not see it run. The application is right where i left it, untouched. If i run the script locally it works fine, but not when deployed. Am i missing something?? execmgr.log
  3. I've deployed a .cmd file out that contains a WMI script to uninstall all instances of an application called "VirtViewer". The script looks like this: taskkill /F /IM remote-viewer.exe /T wmic product where "name like 'VirtViewer%%'" call uninstall /nointeractive exit /B %EXIT_CODE% Previously, I had used MSI product codes for the uninstall, and got the same result. My original problem, is that there are currently 9 different versions of this app out there, so i am ripping them all out and replacing with 1 version. Installing over an old version does not overwrite the older one, it instead installs a new instance. Reading through the execmgr.log on the client, everything looks as it should. I have attached the execmgr.log to the post. The end result, is that nothing happens. I had originally set the program to run as hidden, but then changed it to normal but still do not see it run. The application is right where i left it, untouched. If i run the script locally it works fine, but not when deployed. Am i missing something??
  4. As the title suggests, I'm a SCCM noob. But my question is: If i deploy software to a collection without an expiration date, and the collection updates (say a new device joins the domain, or something new is added to that collection post-deploy), will the new item get the deployment as well or will i need to redeploy? Example: I want all Windows servers on the domain to have a specific monitoring application installed on them. I make the deployment required, and set the requirements based on OS. The deployment has no expiration. 1 week later, 2 new servers are created and join the collection. Will those 2 servers reveice the application? Should i be doing this as a baseline config item instead? Or am i looking at this wrong in general
  5. I am having the same issue on my site. I also installed ConfigMgr to the D:\ drive and not C:\. I have tried editing the 2 files: InstallUtil.exe.config and regsvcs.exe.config located in: C:\Windows\Microsoft.NET\Framework64\v4.0.30319 I used Visual Studio 2010, as well as an attempt with Notepad to edit these files to include the lines stated above. Here is the regsvcs.exe.config After doing this i tried both restarting the SMS_SITE_COMPONENT_MANAGER windows service as well as reinstalling the MP (I have a small environment with 1 site server, which serves all roles). The MP installs just fine, and MPsetup.log shows no errors. Once the MP is finished installing the BGBsetup kicks off, this is where i begin to see errors. Here is an error from BgbSetup.log: I have restarted the services, reinstalled the MP, rebooted the server....still no such luck. The SMS_NOTIFICATION_SERVER component still reports that the server failed to connect to the site database. Does anyone have any ideas for me? Any help is greatly appreciated! Thank you
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.