[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] 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