<div dir="ltr">Stefan<div><br></div><div>Thanks by your quick ansser... but I´m not sure if I understood it.</div><div>I have a Java7 package as from wiki page.</div><div>I´ll update it to include the new verification.</div>
<div><br></div><div>It will became something like to avoid install on hostname "PC-MICHELE":</div><div><br></div><div><br></div><div><div>(...)</div><div>  name="Java Runtime Environment 7"</div><div>  revision="%version%"</div>
<div>  reboot="false"</div><div>  priority="100"></div><div><b>  <condition></b></div><div><b>            <check type="logical" condition="not"></b></div><div><b>                <check type="host" condition="hostname" value="PC-MICHELE"/></b></div>
<div><b>            </check></b></div><div><b>  </condition></b></div><div><br></div><div>  <variable name="version" value="5" /></div><div><br></div><div> <check</div><div>    type="uninstall"</div>
<div>    condition="exists"</div><div>    path="Java(\(TM\))* 7 Update %version%" /></div><div><br></div><div>  <install cmd='taskkill /f /im jqs.exe /im iexplore.exe /im firefox.exe'></div>
<div>    <exit code='0' /></div><div>    <exit code='1' /></div><div>    <exit code='128' /></div><div>  </install></div></div><div>(...)</div><div><br></div><div>It´s that right?</div>
<div><br></div><div>Thanks</div><div><br></div><div>Jáder</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/11/1 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">Am 01.11.2013 13:57, schrieb Jáder Marasca:<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I´d like to create a Java7 install package but ONE computer need to use ONLY Java6 so I think about to use HOSTNAME variable to deny install on that single host.<br>
<br>
I just do not know how to use it ! :$<br>
<br>
Any tips about this?<br>
<br>
<br>
</blockquote></div>
I do have the following package, so I can apply Java to any Profile and sort out which version to install inside of that package.<br>
<br>
'---code start (watch for line wraps)<br>
<br>
<package id="Java" name="Java" revision="2011.10.22" reboot="false" priority="10" execute="once"><br>
    <include package-id="JRE6" os="5\.0\.\d{4}"/><br>
    <include package-id="JRE7"><br>
        <condition><br>
            <check type="logical" condition="not"><br>
                <check type="host" condition="os" value="5\.0\.\d{4}"/><br>
            </check><br>
        </condition><br>
    </include><br>
</package><br>
<br>
'---code end<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>
<br>
------------------------------<u></u>------------------------------<u></u>-------------<br>
Hotel discounts, best prices: <a href="http://www.booking.com/index.html?aid=366545" target="_blank">http://www.booking.com/index.<u></u>html?aid=366545</a><br>
------------------------------<u></u>------------------------------<u></u>-------------<br>
wpkg-users mailing list archives >> <a href="http://lists.wpkg.org/pipermail/wpkg-users/" target="_blank">http://lists.wpkg.org/<u></u>pipermail/wpkg-users/</a><br>
______________________________<u></u>_________________<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="http://lists.wpkg.org/mailman/listinfo/wpkg-users" target="_blank">http://lists.wpkg.org/mailman/<u></u>listinfo/wpkg-users</a><br>
</blockquote></div><br></div>