The search returned 4 results

by arsoul
August 24, 2015 - 2:39 PM
Forum: WAPT Server
Subject: [Resolved] Implementation via GPO
Answers: 16
Views : 16267

Re: Setup via GPO


I simply wanted to say that when you run it manually for testing (as in your image), you must run it as "Run as administrator," otherwise you'll get the error: "You must have administrative privileges to install a program."


Okay, I understand that's the test...

but the...
by arsoul
August 21, 2015 - 1:48 PM
Forum: WAPT Server
Subject: [Resolved] Implementation via GPO
Answers: 16
Views : 16267

Re: Setup via GPO


Is the script executed at startup or shutdown?


The script is executed at startup =>> Is it possible that it doesn't run once the WAPT software is installed, but only for PCs that don't yet have the software installed?


The error message is normal...
by arsoul
August 21, 2015 - 09:19
Forum: WAPT Server
Subject: [Resolved] Implementation via GPO
Answers: 16
Views : 16267

Re: Setup via GPO

I'm deploying the GPO on the Windows 7 machines

It's a computer GPO: \\kronos\netlogon\wapt.bat

the wapt.bat script

Code: Select all

start \\kronos\netlogon\waptdeploy.exe
Here is a screenshot of the installation process on a client machine

http://hpics.li/f2c4aac
by arsoul
August 20, 2015 - 3:17 PM
Forum: WAPT Server
Subject: [Resolved] Implementation via GPO
Answers: 16
Views : 16267

[Resolved] Implemented via GPO

Hello everyone,

I'm deploying WAPT to my client machines via a GPO. For your information, I'm on a 2012 server.

Deploying directly with the executable doesn't work (as shown in the tutorial)

http://dev.tranquil.it/wiki/WAPT_-_D%C3%A9ploiement_de_WAPT_par_GPO

. I'm forced to create...