<div dir="ltr">Sorry my delay, I´ll reply here my config to document to other one!<div>This is the WPKG package:</div><div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="monospace, monospace"><br></font></div><div><div><font face="monospace, monospace">[root@andorinha packages]# cat OracleClient.xml</font></div></div><div><div><font face="monospace, monospace"><packages></font></div></div><div><div><font face="monospace, monospace"><package id="OracleClient"</font></div></div><div><div><font face="monospace, monospace">         name="Cliente BD Oracle v11"</font></div></div><div><div><font face="monospace, monospace">         revision="2"</font></div></div><div><div><font face="monospace, monospace">         priority="950"</font></div></div><div><div><font face="monospace, monospace">         reboot="false"></font></div></div><div><div><font face="monospace, monospace"><br></font></div></div><div><div><font face="monospace, monospace">        <check type="file" condition="exists" path="c:\oracle\<a href="http://odp.net">odp.net</a>\bin\2.x\Oracle.DataAccess.dll" /></font></div></div><div><div><font face="monospace, monospace"><br></font></div></div><div><div><font face="monospace, monospace">        <install cmd="%SOFTWARE%\Cliente11.bat" /></font></div></div><div><div><font face="monospace, monospace"><br></font></div></div><div><div><font face="monospace, monospace">        <upgrade include="install"/></font></div></div><div><div><font face="monospace, monospace"><br></font></div></div><div><div><font face="monospace, monospace">        <remove cmd="%COMSPEC% /C rmdir c:\Oracle /s /q" /></font></div></div><div><div><font face="monospace, monospace"><br></font></div></div><div><div><font face="monospace, monospace"></package></font></div></div><div><div><font face="monospace, monospace"><br></font></div></div><div><div><font face="monospace, monospace"></packages></font></div></div></blockquote></div><div><br></div><div><br></div><div>And this is the BATCH file :</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="monospace, monospace"><br></font></div><div><div><font face="monospace, monospace">[root@andorinha software]# cat Cliente11.bat</font></div></div><div><div><font face="monospace, monospace">@echo off</font></div></div><div><div><font face="monospace, monospace">cls</font></div></div><div><div><font face="monospace, monospace">if not exist C:\OracleClient11 mkdir C:\OracleClient11</font></div></div><div><div><font face="monospace, monospace">xcopy /q /j /y /s /i /c \\servidor\wpkg\software\OracleClient11  C:\OracleClient11</font></div></div><div><div><font face="monospace, monospace">rem robocopy   \\servidor\wpkg\software\OracleClient11  C:\OracleClient11 /S /NP /ETA /V</font></div></div><div><div><font face="monospace, monospace">c:</font></div></div><div><div><font face="monospace, monospace">cd C:\OracleClient11</font></div></div><div><div><font face="monospace, monospace">call install.bat odp.net2 c:\oracle odac</font></div></div><div><div><font face="monospace, monospace">cd \</font></div></div><div><div><font face="monospace, monospace">rmdir c:\OracleClient11 /s /q</font></div></div><div><div><font face="monospace, monospace"><br></font></div></div><div><font face="monospace, monospace"><br></font></div></blockquote><div>The actual problem was a permission issue on share of SAMBA. :( </div><div>It was not a WPKG problem but anyways, here is the packages are working on my install.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-11-08 17:45 GMT-03:00 Stefan Pendl <span dir="ltr"><<a href="mailto:stefan.pendl.71@gmail.com" target="_blank">stefan.pendl.71@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Am 08.11.2016 um 04:15 schrieb Sydney Tsai:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Also you may want to use  COMSEC to warp up commands, sometime commands<br>
don't work well on its own.<br>
Something like this:<br>
 <install cmd="%SOFTWARE%\Cliente11.bat" /> to<br>
<br>
 <install cmd='%COMSEC% /C "%SOFTWARE%\Cliente11.bat"' /><br>
Note that there is a single quote outside of double quote.<br>
<br>
Hope this will help.<br>
<br>
</blockquote>
<br></span>
Shouldn't this read %ComSpec%, notice the missing "P" ;-)<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
-- <br>
*Stefan P.*<br>
<br>
Top-posting:<br>
A: Because it messes up the order in which people normally read text.<br>
Q: Why is top-posting such a bad thing?<br>
A: Top-posting.<br>
Q: What is the most annoying thing in e-mail?<br>
------------------------------<wbr>---<br>
wpkg-users mailing list archives >> <a href="http://lists.wpkg.org/pipermail/wpkg-users/" rel="noreferrer" target="_blank">http://lists.wpkg.org/pipermai<wbr>l/wpkg-users/</a></font></span><div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<br>
wpkg-users mailing list<br>
<a href="mailto:wpkg-users@lists.wpkg.org" target="_blank">wpkg-users@lists.wpkg.org</a><br>
<a href="https://lists.wpkg.org/mailman/listinfo/wpkg-users" rel="noreferrer" target="_blank">https://lists.wpkg.org/mailman<wbr>/listinfo/wpkg-users</a><br>
</div></div></blockquote></div><br></div>