Hi,

Gregory Machin schrieb:
>
>
> packages.xml
>
> <packages>
>
> <package id='firefox' name='Mozilla FireFox ' revision='2'
> priority='10' reboot='false' execute='once' >
>   <!-- notes -->
>   <check type='file' condition='exists' path='C:\Program Files\Mozilla
> Firefox\firefox.exe' />
>   <install cmd='z:\software\mozilla\firefox.exe -ms -ira' />
>   <remove cmd='"%PROGRAMFILES%\Mozilla Firefox\uninstall\uninstall.exe" -ms' 
> />
>   <upgrade cmd='z:\software\mozilla\firefox.exe -ms -ira' />
> </package>
>
> </packages>
>
>   


<package
                id="firefox"
                name="Mozilla Firefox"
                revision="2"
                reboot="false"
                priority="10">

                <check type="uninstall" type="exists" path="Mozilla 
Firefox(here you have to state the exact way it appears under Software 
Add/Remove)" />
                <install cmd='z:\software\mozilla\firefox.exe -ms' />
                <exit code="0" />
                </install>

</package>

This is the way I deploy firefox. dont have any trouble with it. Remove 
and Upgrade is not needed, also the execute="once" you will not need 
because once it is installed succesfully, wpkg will write to 
%systemroot%system32/wpkg.xml that it is installed and will skip 
installation after next reboot.

Hth, Torsten


-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to