http://bugzilla.wpkg.org/show_bug.cgi?id=206

--- Comment #4 from Stefan Pendl <pendl2mega...@yahoo.de>  ---
Seems there is somethings wrong with the lcid attribute code, if it is not
present:

2011-07-03 23:44:53, DEBUG   : Saving current environment
2011-07-03 23:44:53, DEBUG   : Reading variables from package WPKG Client
2011-07-03 23:44:53, ERROR   : Message:      'null' ist Null oder kein
Objekt|Description:  'null' ist Null oder kein Objekt|Error number:
800a138f|Stack:        undefined|Line:         undefined|

The Package is:

    <package id="WpkgClient"
            name="WPKG Client"
            revision="%PKG_VER%"
            reboot="false"
            priority="999">

        <variable name="PKG_VER" value="1.3.14" />
        <variable name="EXE_VER" value="1.0.0.22" />

        <check type="uninstall" condition="exists" path="WPKG" />
        <check type="file" condition="versiongreaterorequal"
path="%ProgramFiles%\wpkg\wpkginst.exe" value="%EXE_VER%" />

        <!-- replace x32 with x86 and x64 with AMD64 in the installer file name
-->
        <install cmd='msiexec /norestart /passive /log "%TMP%\WpkgClient.log"
/i "%SOFTWARE%\WPKG\WPKG Client\WPKG Client
%PKG_VER%-%PROCESSOR_ARCHITECTURE%.msi" ALLUSERS=1
SETTINGSFILE="%WPKG_ROOT%\settings.xml"' >
            <exit code="1641" />
            <exit code="3010" reboot="false"/>
        </install>

        <upgrade cmd='msiexec /norestart /passive /log "%TMP%\WpkgClient.log"
/i "%SOFTWARE%\WPKG\WPKG Client\WPKG Client
%PKG_VER%-%PROCESSOR_ARCHITECTURE%.msi" ALLUSERS=1
SETTINGSFILE="%WPKG_ROOT%\settings.xml"' >
            <exit code="1641" />
            <exit code="3010" reboot="false"/>
        </upgrade>

        <remove cmd='MsiExec.exe /norestart /passive /log
"%TMP%\WpkgClient.log" /x "%SOFTWARE%\WPKG\WPKG Client\WPKG Client
%PKG_VER%-%PROCESSOR_ARCHITECTURE%.msi"' />
    </package>

---
Stefan

-- 
Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to