Hi,
i'm just testing the .vbs now , I want to deploy it on several computers.
In this phase the script just doesn't stop even though the subkeys exist, it always goes to:
Dim WShell
Dim sInstallCommand
Dim sPath, oExecShell, errReturn
Set WShell = CreateObject("WScript.Shell")
sPath =...
Untill now I have this, which is not working:
on error resume next
'option explicit
' Variable and constant Declarations
Const HKEY_LOCAL_MACHINE = &H80000002
Dim WshShell
Dim versionShort, FSO, objWMIService, colOperatingSystems
Dim sCommandline, ExitCode, strKeyPath1, RegRead
Dim...
Hi,
I need .vbs that will Check in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ and in HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\ for a key and if it doesn't exists run an installation.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.