Re: [wpkg-users] Solution for WNetAddConnection2- The network location can not

2009-03-16 Thread Jens Geile
Hi,

  I had the problem WNetAddConnection2- The network location can not be 
  reached, I looked for the forum and not found a solution, but ultimately 
  found it.
  The errors shows in logon service but when i change to start service at 
  shoutdown it works perfectly.
  After many tests the solution was to make the service dependent of ALG 
  service, I have created a regedit to make it easier. I hope you will help.
  
  Windows Registry Editor Version 5.00
  [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WpkgService]
  DependOnService=hex(7):61,00,66,00,64,00,00,00,74,00,63,00,70,00,69,00,70,00,\
00,00,41,00,4c,00,47,00,00,00,00,00
 Ooooh, this sounds very interesting. If everything goes according to plan 
 I'll test this on a few machines on monday and report back. If this really 
 fixes those errors it would be awesome to add this to WPKG-Client by default 
 in the next release. ^^
Hmpf. :'(
This doesn't seem to fix the problems at all. I've tested the reg-patch above 
and after this failed also added some more dependencies (afd tcpip ALG Netlogon 
Dhcp RasMan LmHosts) myself. None of these seem to have any effect on the 
WNetAddConnection2- Access denied problem.

For testing purposes i've written a small package:
package id=reboottest name=reboot test revision=2 priority=1 
reboot=true notify=false execute=always
  install cmd='cmd /c echo foo' /
  upgrade cmd='cmd /c echo foo' /
/package

After the second or third reboot the computer stops with the login mask and 
checking the eventlog shows the infamous error. :/

Any other ideas maybe? ^^

-
jens
-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Solution for WNetAddConnection2- The network location can not

2009-03-11 Thread Jens Geile
Hi,

 I had the problem WNetAddConnection2- The network location can not be 
 reached, I looked for the forum and not found a solution, but ultimately 
 found it.
 The errors shows in logon service but when i change to start service at 
 shoutdown it works perfectly.
 After many tests the solution was to make the service dependent of ALG 
 service, I have created a regedit to make it easier. I hope you will help.
 
 Windows Registry Editor Version 5.00
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WpkgService]
 DependOnService=hex(7):61,00,66,00,64,00,00,00,74,00,63,00,70,00,69,00,70,00,\
   00,00,41,00,4c,00,47,00,00,00,00,00
Ooooh, this sounds very interesting. If everything goes according to plan I'll 
test this on a few machines on monday and report back. If this really fixes 
those errors it would be awesome to add this to WPKG-Client by default in the 
next release. ^^

-
jens
-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Solution for WNetAddConnection2- The network location can not

2009-03-11 Thread Tomasz Chmielewski
Jens Geile schrieb:
 Hi,
 
 I had the problem WNetAddConnection2- The network location can not be 
 reached, I looked for the forum and not found a solution, but ultimately 
 found it.
 The errors shows in logon service but when i change to start service at 
 shoutdown it works perfectly.
 After many tests the solution was to make the service dependent of ALG 
 service, I have created a regedit to make it easier. I hope you will help.

 Windows Registry Editor Version 5.00
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WpkgService]
 DependOnService=hex(7):61,00,66,00,64,00,00,00,74,00,63,00,70,00,69,00,70,00,\
   00,00,41,00,4c,00,47,00,00,00,00,00
 Ooooh, this sounds very interesting. If everything goes according to plan 
 I'll test this on a few machines on monday and report back. If this really 
 fixes those errors it would be awesome to add this to WPKG-Client by default 
 in the next release. ^^

Indeed.


-- 
Tomasz Chmielewski
http://wpkg.org
-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users