<div dir="auto"><div dir="auto">Check this line?</div><span style="font-size:12.8px">         <remove 'msiexec /x %guid% /qn /norestart' /></span><div dir="auto"><br></div><div dir="auto"><span style="font-size:12.8px"><br></span></div><div dir="auto"><span style="font-size:12.8px"><br></span></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 5, 2022, 4:43 PM John N. <<a href="mailto:jnyhuis@uw.edu">jnyhuis@uw.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm trying to debug a WPKG package.  The package xml passes my parser check, but when run, WPKG reports an error:<br>
<br>
"Error parsing xml 'snip': The stylesheet does not contain a document element.  The stylesheet may be empty, or it may not be a well-formed XML document."<br>
One of our web coders suggests it may be a problem with the upstream schema located at "<a href="http://www.wpkg.org/packages" rel="noreferrer noreferrer" target="_blank">http://www.wpkg.org/packages</a> /xsd/packages.xsd" ?<br>
<br>
I'd appreciate any pointers if anyone can point out what I am missing...<br>
<br>
<br>
<?xml version="1.0" encoding="UTF-8"?><br>
<br>
<packages:packages<br>
         xmlns:packages="<a href="http://www.wpkg.org/packages" rel="noreferrer noreferrer" target="_blank">http://www.wpkg.org/packages</a>" xmlns:wpkg="<a href="http://www.wpkg.org/wpkg" rel="noreferrer noreferrer" target="_blank">http://www.wpkg.org/wpkg</a>" xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance" rel="noreferrer noreferrer" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>"<br>
         xsi:schemaLocation="<a href="http://www.wpkg.org/packages" rel="noreferrer noreferrer" target="_blank">http://www.wpkg.org/packages</a> /xsd/packages.xsd" ><br>
<!-- RICOH printers --><br>
<!--Unlike other packages, the RICOH primters need to be repackaged into an installer before they can be provisioned. --><br>
<!--This is a substantial process, and can be found here: <a href="https://wiki.biostat.washington.edu/index.php/Ricoh_Printer_WPKG_Install" rel="noreferrer noreferrer" target="_blank">https://wiki.biostat.washington.edu/index.php/Ricoh_Printer_WPKG_Install</a> --><br>
<!--Once the installers have been built, this file can be updated to pull the new drivers. --><br>
<!--msi-name is the name of the installer file for this printer --><br>
<!--Use ORCA to get the guid of the installer.  It is found under "Property" and "ProductCode".  This value will change with every installer build, so don't forget to update it or the package will fail to uninstall and upgrade.--><br>
<!--Remember to up the revision by +1 when updating--><br>
<br>
     <package<br>
     id="hrc3s-bw"<br>
     name="HRC 3rd floor Printer South: Black and White"<br>
     revision="5"<br>
     execute="once"<br>
     priority="5"<br>
     date="Jan 5 2022"><br>
<br>
         <variable name="printer" value="hrc3s-bw" /><br>
         <variable name="msi-name" value="hrc3s-bw-TCP_IP-RICOH_PS_UniversalDriver_V4.32-64Bit-for64bitOS-1.0.0.msi" /><br>
         <variable name="guid" value="{75DEA569-99A4-4A5A-9815-0786F1F67D1C}" /><br>
<br>
         <install cmd='msiexec /i "%root%\Drivers\Printers\ricoh\RePackage\%msi-name%" /norestart /qn' ><br>
         <install cmd='waitfor nothing /t 10' ><br>
         <exit code="0" /><br>
         </install><br>
<br>
         <upgrade include="remove" /><br>
         <upgrade include="install" /><br>
<br>
         <remove 'msiexec /x %guid% /qn /norestart' /><br>
     </package><br>
<br>
</packages:packages><br>
<br>
<br>
<br>
-- <br>
Thanks in advance,<br>
<br>
John H. Nyhuis<br>
<a href="mailto:jnyhuis@uw.edu" target="_blank" rel="noreferrer">jnyhuis@uw.edu</a><br>
Mon-Tue: (206)-685-8334<br>
Box 359461, UWT 15th floor, 106<br>
Wed-Thur: (206)-616-2725<br>
Box 351617, HRC 3rd floor, 303<br>
---------------------------------<br>
wpkg-users mailing list archives >> <a href="http://lists.wpkg.org/pipermail/wpkg-users/" rel="noreferrer noreferrer" target="_blank">http://lists.wpkg.org/pipermail/wpkg-users/</a><br>
_______________________________________________<br>
wpkg-users mailing list<br>
<a href="mailto:wpkg-users@lists.wpkg.org" target="_blank" rel="noreferrer">wpkg-users@lists.wpkg.org</a><br>
<a href="https://lists.wpkg.org/mailman/listinfo/wpkg-users" rel="noreferrer noreferrer" target="_blank">https://lists.wpkg.org/mailman/listinfo/wpkg-users</a><br>
</blockquote></div>