Hi All, i'm new to WPKG, so please excuse me ;) i'm trying to deploy The GIMP to non-default instalation folder gimp.xml says: <check type="file" condition="exists" \ path="%PROGRAMFILES%\GIMP\bin\gimp-2.2.exe" /> <install cmd="%SOFTWARE%\gimp.exe SP- /SILENT /NORESTART \ /DIR=%PROGRAMFILES%\GIMP" /> %PROGRAMFILES% is "c:\Program Files" (watch the quotes!) The Gimp is installed to C:\Program Files\GIMP by the WPKG, but it fires error : ... Installing The Gimp... executing command : %SOFTWARE%\gimp.exe SP- /SILENT /NORESTART /DIR=%PROGRAMFILES%\GIMP command returned result: 0 checking existence of package:The Gimp The path '"c:\Program Files"\GIMP\bin\gimp-2.2.exe' does not exist: the test failed watch the quotes again! If i set %PROGRAMFILES%=c:\Program Files, the gimp is installed to C:\Program\GIMP and testing against 'c:\Program Files\GIMP\bin\gimp-2.2.exe' fails again. Anything i can do? -- ejs _______________________________________________ wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |