hello
how does it come that the <package> block is added to 
c$\WINNT\system32\wpkg.xml but that the software is finally not installed.

PDFCreator 0.8.0.1 is installed on our workstations.
I added the block below to update to 0.9.3.

<package
       id="pdfcreator"
       name="PDFCreator"
       revision="6"
       reboot="false"
       priority="0">
       <check type="uninstall" condition="exists" path="PDFCreator" />  
       <install cmd='msiexec /qn /norestart /i 
%SOFTWARE%\pdfcreator\zPDFCreator-0_9_3-AD_DeploymentPackage-WithoutToolbar.msi'
 
/>
    <install cmd='regedit /s 
%SOFTWARE%\pdfcreator\HKLM_pdfcreator_command.reg' />
       <upgrade cmd='msiexec /qn /norestart /i 
%SOFTWARE%\pdfcreator\zPDFCreator-0_9_3-AD_DeploymentPackage-WithoutToolbar.msi'
 
/>
    <upgrade cmd='regedit /s 
%SOFTWARE%\pdfcreator\HKLM_pdfcreator_command.reg' />
       <remove cmd='msiexec /qn /x 
%SOFTWARE%\pdfcreator\zPDFCreator-0_9_3-AD_DeploymentPackage-WithoutToolbar.msi'
 
/>  
 </package>

It is copied into c$\WINNT\system32\wpkg.xml. i can see it :
<package id="pdfcreator" name="PDFCreator" revision="6" reboot="false" 
priority="0">
        <check type="uninstall" condition="exists" path="PDFCreator"/>
        <install cmd="msiexec /qn /norestart /i 
%SOFTWARE%\pdfcreator\zPDFCreator-0_9_3-AD_DeploymentPackage-WithoutToolbar.msi"/>
        <install cmd="regedit /s 
%SOFTWARE%\pdfcreator\HKLM_pdfcreator_command.reg"/>
        <upgrade cmd="msiexec /qn /norestart /i 
%SOFTWARE%\pdfcreator\zPDFCreator-0_9_3-AD_DeploymentPackage-WithoutToolbar.msi"/>
        <upgrade cmd="regedit /s 
%SOFTWARE%\pdfcreator\HKLM_pdfcreator_command.reg"/>
        <remove cmd="msiexec /qn /x 
%SOFTWARE%\pdfcreator\zPDFCreator-0_9_3-AD_DeploymentPackage-WithoutToolbar.msi"/>
    </package>

But when i look into c$\Program Files\PDFCreator , The version of 
PDFcreator.exe is still 0.8.0.1.
What happened ? Any hint ?
Regards
ELH

-- 
Éric LE HÉNAFF
École normale supérieure - Centre de ressources informatiques
Informaticien, Ingénieur développements et systèmes auprès des bibliothèques de 
l'ENS

Préférez firefox! http://www.mozilla-europe.org/fr/

SVP, évitez de m'envoyer des attachements au format Word, Excel ou PowerPoint.
Préférez les formats rtf, csv, html ou pdf au lieu des formats word et excel.
Voir http://www.gnu.org/philosophy/no-word-attachments.fr.html pour plus
d'explications.



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
wpkg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to