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

Charles Gargent charlesgargent at gmail.com
Thu May 28 21:23:22 CEST 2009


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 <charlesgargent at gmail.com>:
> 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
> v2.12.2\WinMerge-2.12.2-Setup.inf" /VERYSILENT /NORESTART' />
>
> however if you take the spaces out of the path names and remove the
> inner quotes it works here is the working command (notice the
> underscore in the path)
>
> <install cmd='%software%\WinMerge\WinMerge_v2.12.2\WinMerge-2.12.2-Setup.exe
> /LOADINF=%software%\WinMerge\WinMerge_v2.12.2\WinMerge-2.12.2-Setup.inf
> /VERYSILENT /NORESTART' />
>
> also here is another way of making it work if you want to keep the
> spaces you haver to escape the quotes
>
> <install cmd='cmd /c """"%software%\WinMerge\WinMerge
> v2.12.2\WinMerge-2.12.2-Setup.exe"""
> /LOADINF="""%software%\WinMerge\WinMerge
> v2.12.2\WinMerge-2.12.2-Setup.inf""" /VERYSILENT /NORESTART"' />
>
> Is there some way of tweaking the source code so we can keep this the
> same as 1.0.4, id rather not remove all spaces in the path or escape
> all the quotes.
>
> thanks
>



-- 
                            ///\\___
                          (@ @)
        +----oOO--------(_)------------------+
        |     CHARLES GARGENT      |
        |                email:                  |
        | charlesgargent at gmail.com  |
        +-----------------------------oOO-----+
                          |__|__|
                            ||  ||
                       ooO  Ooo



More information about the wpkg-users mailing list