<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="https://forum.yubico.com/feed.php?f=6&amp;t=160" />

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2008-09-20T20:54:09+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=6&amp;t=160</id>
<entry>
<author><name><![CDATA[Jakob]]></name></author>
<updated>2008-09-20T20:54:09+01:00</updated>
<published>2008-09-20T20:54:09+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=160&amp;p=699#p699</id>
<link href="https://forum.yubico.com/viewtopic.php?t=160&amp;p=699#p699"/>
<title type="html"><![CDATA[Re: Configuration API - Vista issue]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=160&amp;p=699#p699"><![CDATA[
The issue is now resolved<br /><br /><!-- l --><a class="postlink-local" href="http://forum.yubico.com/viewtopic.php?f=2&amp;t=145">viewtopic.php?f=2&amp;t=145</a><!-- l --><br /><br />Regards,<br /><br />JakobE<br />Hardware- and firmware guy @ Yubico<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=83">Jakob</a> — Sat Sep 20, 2008 8:54 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ferrix]]></name></author>
<updated>2008-09-02T02:37:48+01:00</updated>
<published>2008-09-02T02:37:48+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=160&amp;p=619#p619</id>
<link href="https://forum.yubico.com/viewtopic.php?t=160&amp;p=619#p619"/>
<title type="html"><![CDATA[Re: Configuration API - Vista issue]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=160&amp;p=619#p619"><![CDATA[
Hello?  How long will it take to get any update about this?<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=162">ferrix</a> — Tue Sep 02, 2008 2:37 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ferrix]]></name></author>
<updated>2008-09-02T02:37:01+01:00</updated>
<published>2008-09-02T02:37:01+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=160&amp;p=552#p552</id>
<link href="https://forum.yubico.com/viewtopic.php?t=160&amp;p=552#p552"/>
<title type="html"><![CDATA[Re: Configuration API - Vista issue]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=160&amp;p=552#p552"><![CDATA[
Here is the script used.  The error we get is (4) ykREAD_ERROR<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">var yk = new ActiveXObject(&quot;YubiKcom.YubiKeyConfig&quot;);<br /><br />if (!yk.ykIsInserted)<br />{<br />   WScript.Echo(&quot;Please insert the YubiKey before running this script.&quot;);<br />}<br />else<br />{<br />   /*<br />   0: ykFLAG_TAB_FIRST<br />   1: ykFLAG_APPEND_TAB1<br />   2: ykFLAG_APPEND_TAB2<br />   3: ykFLAG_APPEND_DELAY1<br />   4: ykFLAG_APPEND_DELAY2<br />   5: ykFLAG_APPEND_CR<br />   6: ykFLAG_SEND_REF<br />   7: ykFLAG_TICKET_FIRST<br />   8: ykFLAG_PACING_10MS<br />   9: ykFLAG_PACING_20MS<br />   10: ykFLAG_ALLOW_HIDTRIG<br />   */<br /><br />   WScript.Echo(&quot;Configuring YubiKey...&quot;);<br />   yk.ykStaticID = &quot;42424242&quot;;<br />   yk.ykUID = &quot;Brian&quot;;<br />   yk.ykKey = &quot;277e34c4f584be8b1d1268d2c70af8c&quot;;<br />   yk.ykFlagProperty(5) = true;<br /><br />    // This currently fails on Vista with error code 4.<br />   var result = yk.ykProgram;<br /><br />   if (result == 0)<br />   {<br />      WScript.Echo(&quot;Re-configuration successful!&quot;);<br />   }<br />   else<br />   {<br />   /* I believe these are:<br />   0: ykOK<br />   1: ykNO_DEVICE<br />   2: ykMORE_THAN_ONE<br />   3: ykREAD_ONLY<br />   4: ykREAD_ERROR<br />   5: ykWRITE_ERROR<br />   */<br />      WScript.Echo(&quot;Error: &quot; + result);<br />   }<br />}<br /></div><p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=162">ferrix</a> — Tue Sep 02, 2008 2:37 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ferrix]]></name></author>
<updated>2008-08-16T21:15:50+01:00</updated>
<published>2008-08-16T21:15:50+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=160&amp;p=549#p549</id>
<link href="https://forum.yubico.com/viewtopic.php?t=160&amp;p=549#p549"/>
<title type="html"><![CDATA[Re: Configuration API - Vista issue]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=160&amp;p=549#p549"><![CDATA[
I will ask my developer for more info.  Is there any way we can generate debugging data for you to see where the problem is?<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=162">ferrix</a> — Sat Aug 16, 2008 9:15 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Jakob]]></name></author>
<updated>2008-08-09T23:24:15+01:00</updated>
<published>2008-08-09T23:24:15+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=160&amp;p=541#p541</id>
<link href="https://forum.yubico.com/viewtopic.php?t=160&amp;p=541#p541"/>
<title type="html"><![CDATA[Configuration API - Vista issue]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=160&amp;p=541#p541"><![CDATA[
There has been some scattered reports of issues when using the Yubikey configuration component with Windows Vista.<br /><br />I decided to spend the evening installing Vista on a laptop and it is now up and running. I downloaded all available upgrades available from Microsoft. Maybe I should have checked without these updates first - maybe there is something related to any KBxxxx fixes. There were some 54 patches to download.<br /><br />From what I can see, it all works fine. But with that said, I don't say the issue is closed.<br /><br />Please let me know your experiences. <br /><br />Regards,<br /><br />JakobE<br />Hardware- and firmware guy @ Yubico<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=83">Jakob</a> — Sat Aug 09, 2008 11:24 pm</p><hr />
]]></content>
</entry>
</feed>