Guenael Sanchez schrieb:
> Falko Trojahn a écrit :
>> Hi,
>>  
>>> When I run wpkg-start.bat, at the end of wpkg's settings update, the
>>> window "Wpkg parameters" show up, and I have to close it by myself.
>>> When Wpkg runs at boot, it get stucked with the process wpkginst.exe
>>> running and running. I suppose that It is waiting for a click or
>>> something !
>>>
>>> Here's my package.xml for wpkg
>>>
>>> <package id="wpkg" name="Wpkg Installer" revision="2" reboot="false"
>>> priority="0">
>>>     <check type="uninstall" condition="exists" path="WPKG" />
>>>     <install cmd='msiexec /qb /i "%SOFTWARE%\wpkg\WPKGSetup.msi"
>>> SETTINGSFILE=%SOFTWARE%\wpkg\settings.xml ALLUSERS=1' />
>>>     <upgrade cmd='"%PROGRAMFILES%\WPKG\wpkginst.exe"
>>> --SETINGSFILE=%SOFTWARE%\wpkg\settings.xml' />
>>> </package>
>>>     
>> btw: you have a typo in "--SET_T_INGSFILE"
>>
>> Try to start "wpkginst --settingsfile=settings.xml ALLUSERS=1" manually.
>> If the dialog shows up, your settings.xml is wrong. Fill in all
>> parameters, then export again as settings.xml.
>>
>>
>>   
> Thanks guys !
> 
> <silent>YES</silent> was already present in settings.xml but the typo
> error was the reason !
> 
> btw, the typo error is present in the wpkg.xml located on target
> computers. And It seems that they first try to execute the upgrade
> command in their wpkg.xml file.
> 
> How do I correct this ?
provide a corrected package with a higher revision number, so wpkg will
use the correct upgrade package and the corrected settings file

Falko

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to