Re: [wpkg-users] How does TIMEOUT work?

2009-05-28 Thread Tomasz Chmielewski
luca_mangane...@comune.trento.it wrote: Hi, can you explain us how does TIMEOUT flag (in the package and wpkg general config) works with WPKG client? It doesn't affect WPKG Client in any way. In fact, the only effect WPKG (wpkg.js) has on WPKG Client is: - when WPKG (wpkg.js) exits (normal

Re: [wpkg-users] wpkg.js causes runtime error

2009-05-28 Thread Tomasz Chmielewski
johannes.b...@evidian.com wrote: Hello, I just tried wpkg.js 1.1.0.0 and got following error message: --- Message: Unbekannter Laufzeitfehler Description: Unbekannter Laufzeitfehler Error number: 800a01c9 Stack:undefined Line: undefined --- It doesn't work. I had no

[wpkg-users] re the post: WPKG Server 1.1.0 breaks packages working in 1.0.4

2009-05-28 Thread Charles Gargent
re the post: WPKG Server 1.1.0 breaks packages working in 1.0.4 I have experienced this error also. I have done some investigation, this command fails when it used to work in 1.0.4: install cmd='%software%\WinMerge\WinMerge v2.12.2\WinMerge-2.12.2-Setup.exe /LOADINF=%software%\WinMerge\WinMerge

Re: [wpkg-users] re the post: WPKG Server 1.1.0 breaks packages working in 1.0.4

2009-05-28 Thread Charles Gargent
well I think I have cobbled a solution together, it may not be technically correct but it works for me change line 5904 from cmd = %COMSPEC% /c + cmd; to cmd = %COMSPEC% /c + \ + cmd + \; 2009/5/28 Charles Gargent charlesgarg...@gmail.com: re the post: WPKG Server 1.1.0 breaks packages

Re: [wpkg-users] How does TIMEOUT work?

2009-05-28 Thread luca_manganelli
Tomasz Chmielewski man...@wpkg.org scritti il 28/05/2009 18.17.50 It doesn't affect WPKG Client in any way. In fact, the only effect WPKG (wpkg.js) has on WPKG Client is: - when WPKG (wpkg.js) exits (normal exit), - when WPKG (wpkg.js) exits with code 3010, telling WPKG Client to reboot

Re: [wpkg-users] re the post: WPKG Server 1.1.0 breaks packages working in 1.0.4

2009-05-28 Thread luca_manganelli
wpkg-users-boun...@lists.wpkg.org scritti il 28/05/2009 18.46.43 I have experienced this error also. I have done some investigation, this command fails when it used to work in 1.0.4: install cmd='%software%\WinMerge\WinMerge v2.12.2\WinMerge-2.12.2-Setup.exe