Hello all,

I have an issue where I am trying to test a 'remove' of an MSI package and for some reason after it installs there is no entry in the WPKG.xml file so I cannot uninstall using that method.

I have two installs in the same entry, could that be causing the problem? I attached a text file with the entry from my packages.xml perhaps someone can see the problem?

Thanks,
Corio


      <package
         id="MSIAcrobat7"
         name="Acrobat7"
         revision="1"
         reboot="false"
         priority="0">
        
         <install cmd='N:\PKG\Acrobat7\Acropath\acrobat.bat'>
             <exit code="0" />
         </install >
         
         <check type="file" condition="exists" path="C:\Program 
Files\Adobe\Acrobat 7.0\Acrobat\Acrobat.exe" />
                  
         <install cmd='%comspec% /c msiexec /quiet /i 
"N:\pkg\Acrobat7\acropro.msi" TRANSFORMS=acropro.mst /qb /le 
c:\tmp\Acrobat7.log allusers=1'>
             <exit code="0" />
         </install >
         
         <remove cmd='msiexec /quiet /x "N:\pkg\Acrobat7\acropro.msi" /le 
c:\tmp\Acrobat7.log' />

      </package>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wpkg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to