[wpkg-users] Deploy different versions of wpkg dependent on XP/Seven
zorgman
zorg at probesys.com
Wed Dec 1 16:33:16 CET 2010
Hi,
I have found my problem with debug output :
First :
Batch is ******, so If there is multiline if with parenthesis, batch
bug, see
http://stackoverflow.com/questions/430376/batch-files-vista-x64-if-and-parenthesis,interestong
;-)
So i have modified unattended as it :
SETLOCAL enableextensions enabledelayedexpansion
And change all %CMD64% by !CMD64!.
After that i have an another prob, when i use customuninstaller, i can't
use "installer-location" parameter because it depends on system (64b or
32b), so i have to disable it, for the moment i have modified in
:customuninstaller
start /wait "Software uninstallation" /D"%INSTALLER_PATH%"
"%INSTALL_CMD%" %OPTIONS%
by
start /wait "Software uninstallation" "%INSTALL_CMD%" %OPTIONS%
Do you have better idea?
For the moment it works for one package, asap i'll try other.
Thanks
On 20/11/2010 18:14, Daniel Dehennin wrote:
> zorgman<zorg at probesys.com> writes:
>
>
>> I'm trying unattended.cmd, all works like a charm when
>> CMD64=%PROGRAMFILES%SOFT, but if it's %PROGRAMFILES(x86)%SOFT, i have
>> an error :
>> install.cmd run this :
>>
> install.cmd or remove.cmd?
>
>
>> C:\Users\Administrateur\Desktop\gajim>unattended.cmd customuninstall
>> "C:\Program Files\Gajim\Uninstall.exe" "C:\Program Files
>> (x86)\Gajim\Uninstall.exe" "" "/S
>> 64-bit system detected.
>> \Gajim\Uninstall.exe était inattendu.<= sorry it's french (= was
>> unexpected)[1]
>>
> I must admit that I haven't tested on 64 bits systems.
>
> In the above output, it seems a final quote is missing :-/
>
> Can you:
>
> - remove the "@echo off" in remove.cmd _and_ unattended.cmd
> - run remove.cmd> remove.log
>
> Send the log output?
>
>
>> I'm not good in Batch so maybe someone can help me? unattend.cmd seems
>> doesn't like (x86)?
>>
> The log output can say more...
>
> Thanks.
>
> Footnotes:
> [1] Not a problem, I'm french ;-)
>
> [2] As it call uninstall I assume it's a remove.cmd
>
>
>
>
> -------------------------------------------------------------------------
> wpkg-users mailing list archives>> http://lists.wpkg.org/pipermail/wpkg-users/
> _______________________________________________
> wpkg-users mailing list
> wpkg-users at lists.wpkg.org
> http://lists.wpkg.org/mailman/listinfo/wpkg-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20101201/da5cb89c/attachment-0001.html>
More information about the wpkg-users
mailing list