The search returned 31 results

by cdeze
March 12, 2020 - 3:11 PM
Forum: WAPT Packages
Subject: [SOLVED] Problem installing calculator via PowerShell
Answers: 3
Views : 4984

Re: [SOLVED] pb install calculator via powershell

Hello,
the problem stems from the user used by the WAPT service: SYSTEM LOCAL.
The Add-AppxPackage command doesn't like this user!
Does anyone have a solution?
Thanks
by cdeze
March 5, 2020 - 1:08 PM
Forum: WAPT Packages
Subject: [SOLVED] Problem installing calculator via PowerShell
Answers: 3
Views : 4984

[SOLVED] pb install calculator via powershell

Hello,
I'm trying to run a PowerShell command to reinstall the calculator on Windows 10.
But Windows doesn't like this command being run as the SYSTEM LOCAL user.

def install():
print('installing ddt72-reinstall-calculator')
#run('wsreset')
run_powershell('get-appxpackage ...
by cdeze
May 10, 2019 - 08:16
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Installation via AutoIt
Answers: 3
Views : 4344

Re: Installation via AutoIt

Yes, I know it's bad practice, but we don't have a GPO. And this installation method is only used for one day.
Thank you.
by cdeze
May 9, 2019 - 4:03 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Installation via AutoIt
Answers: 3
Views : 4344

installation via AutoIt

Hello, were you able to install the agent with AutoIt?
Personally, nothing happens.

`FileCopy('\\10.72.xy\netlogon\waptdeploy.exe', @TempDir & '\waptdeploy.exe')
local $pid = RunAs( $Username,$Domain, $Password,2,'"' & @TempDir & '\waptdeploy.exe --hash ...`
by cdeze
October 3, 2018 - 9:20 AM
Forum: WAPT Packages
Subject: [SOLVED] Windows 10 1803 upgrade package
Answers: 11
Views : 15818

Re: [SOLVED] windows 10 1803 upgrade package

However, the package must be a bit large, I'm getting a timeout:


Uploading E:\Documents\WaptDev\sidsic-w10-1809_10.0.17763.2_all.wapt: 3712964513 / 3712964513
Done Uploading E:\Documents\WaptDev\sidsic-w10-1809_10.0.17763.2_all.wapt
>>>
>>> FATAL ERROR: HTTPError: 504 Server Error: Gateway Time-out ...
by cdeze
October 3, 2018 - 8:54 AM
Forum: WAPT Packages
Subject: [SOLVED] Windows 10 1803 upgrade package
Answers: 11
Views : 15818

Re: [SOLVED] windows 10 1803 upgrade package

I'm trying today with the 1809 ;)
by cdeze
October 2, 2018 - 3:21 PM
Forum: WAPT Packages
Subject: [SOLVED] Windows 10 1803 upgrade package
Answers: 11
Views : 15818

Re: windows 10 1803 upgrade package

I think it's OK!
With psexec and the Windows 1803 installation files

: http://image.noelshack.com/fichiers/2018/40/2/1538486440-capturew10.png
http://image.noelshack.com/fichiers/2018/40/2/1538486440-capturew10.png
def install():
print('installing sidsic-w10-1803')
print('copying the ...
by cdeze
October 2, 2018 - 11:17
Forum: WAPT Packages
Subject: [SOLVED] Windows 10 1803 upgrade package
Answers: 11
Views : 15818

Re: windows 10 1803 upgrade package

Okay,
thanks.
I'm trying with psexec
https://community.spiceworks.com/topic/ ... nd-updates
but it's no better.
by cdeze
October 1, 2018 - 3:51 PM
Forum: WAPT Packages
Subject: [SOLVED] Windows 10 1803 upgrade package
Answers: 11
Views : 15818

[SOLVED] windows 10 1803 upgrade package

Hello,
were you able to create a package to update Windows 10 version 1709 to 1803?
It seems possible:
https://joshheffner.com/automate-windows-10-in-place-upgrades-from-the-command-line/

I tried a

run("setup.exe",'/auto upgrade /quiet /migrateddrivers all /dynamicupdate enable ...
by cdeze
September 27, 2018 - 08:46
Forum: WAPT Server
Subject: [SOLVED] Problem updating from 1.5.1.23 to 1.6
Answers: 8
Views : 8581

Re: Problem updating from 1.5.1.23 to 1.6

The problem stemmed from our filtering at Bluecoat, which had flagged the site as suspicious.
Sorry