Posted August 5, 20169 yr Im after creating a batch file which will automatically: - Remove any previous version of Pulseway / Mobile PC Monitor - Install Pulseway - Import our CFG file - Start the Pulseway service. We dont use GPO. I just need a batch file etc. This is how far i have got but doesn't seem to work. Any ideas people? net stop "PC Monitor" sc delete "PC Monitor" msiexec.exe /uninstall c:\windows\system32\Pulseway_x64.msi /qn c:\windows\system32\Pulseway_x64.msi /qn config=c:\windows\system32\Pulseway.pcmcfg configpassword=XXXXXXX
Im after creating a batch file which will automatically:
- Remove any previous version of Pulseway / Mobile PC Monitor
- Install Pulseway
- Import our CFG file
- Start the Pulseway service.
We dont use GPO.
I just need a batch file etc.
This is how far i have got but doesn't seem to work. Any ideas people?
net stop "PC Monitor"
sc delete "PC Monitor"
msiexec.exe /uninstall c:\windows\system32\Pulseway_x64.msi /qn
c:\windows\system32\Pulseway_x64.msi /qn config=c:\windows\system32\Pulseway.pcmcfg configpassword=XXXXXXX