Page 2 of 2

Re: HTTP Error 404 wapt package update

Published: November 17, 2015 - 4:43 PM
by csinfo78
Do you have a solution to force the installation of https://yourwaptip/wapt-host/clientPCname.wapt ?

I have the impression that it's stuck at this point.

Re: HTTP Error 404 wapt package update

Published: November 18, 2015 - 8:37 AM
by sfonteneau
Before looking at the host package,

does `wapt-get install test-audacity` work?

Re: HTTP Error 404 wapt package update

Published: November 18, 2015 - 1:02 PM
by csinfo78
Before looking at the host package,

does `wapt-get install test-audacity` work?
Yes, I can confirm that it works perfectly.

However, do you have any feedback regarding Wapt and Windows 10?

Re: HTTP Error 404 wapt package update

Published: November 19, 2015 - 00:11
by sfonteneau
Works perfectly for me on Windows 10

However, I had to enable the following in the GPOs:

Computer Configuration\Administrative Templates\System\Logon\Run shutdown scripts visible = Enable

You can also activate it via a registry key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"HideShutdownScripts"=dword:00000000
"VerboseStatus"=dword:00000001



For your host package:

In the wapt-get.ini file, you should have:

Code: Select all

use_hostpackages = 1


And the machine name package present in: http://wapt/wapt-host/mamachine.wapt

Simon

Re: HTTP Error 404 wapt package update

Published: November 23, 2015 - 3:10 PM
by csinfo78
Thank you so much for your help.