Jump to content

Werkbouwtuig

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by Werkbouwtuig

  1. -Put check on load? to defaults -Timer on and on 15 seconds or zero if you like that better. Every app you've made default will install without user interaction.
  2. I know that it worked before on my harddisk without any troubles, but it seems to me the %cdrom% variable isn't set anymore. When you do wpi.cmd >> debug.txt you will see something like this: Found CD-Rom as drive instead of this from wpi.cmd: echo Found CD-Rom as drive %CDROM% Notice the %cdrom% variable is not set. A temporary fix could be to manualy set %CDROM% for testing purposes on hard disk.
  3. Did you place wpi.ico in the root of your cd, because wpi.cmd uses it to set the variable %cdrom% .
  4. There is a small mistake in wpi.htm (wpi\Themes\Default) of the default theme <!-- The Defaults button. --> <a href="" onMouseDown="document.Defaultsbutton.src='./themes/Default/checkdown.gif';" onMouseOver="document.Defaultsbutton.src='./themes/Default/checkover.gif'; stm(getText(ttSelectDefaults),Style[0]);" onMouseOut="document.Defaultsbutton.src='./themes/Default/check.gif'; htm()" onClick="stopInterval(); startstop(); check('Default'); startstop();" > <img src="./themes/Default/check.gif" align="absmiddle" class="mainbtn" border="0" name="Defaultsbutton"> </img><font class="side" ><b><script>document.write(getText(lblSelectDefaults));</script></b></font></a><br /> Should be: <!-- The Defaults button. --> <a href="" onMouseDown="document.Defaultsbutton.src='./themes/Default/checkdown.gif';" onMouseOver="document.Defaultsbutton.src='./themes/Default/checkover.gif'; stm(getText(ttSelectDefaults),Style[0]);" onMouseOut="document.Defaultsbutton.src='./themes/Default/check.gif'; htm()" onClick="stopInterval(); startstop(); check('default'); startstop();" > <img src="./themes/Default/check.gif" align="absmiddle" class="mainbtn" border="0" name="Defaultsbutton"> </img><font class="side" ><b><script>document.write(getText(lblSelectDefaults));</script></b></font></a><br /> Default should be spelled in lowercase, as in check.js, small but simple bugfix seems to work for me!
  5. I have had the same error and this seems to fix it, i already passed TEXT setup in VMware. Details: -XP Pro SP2 NL -Rynvm update pack nl 1.02 -All driverpacks latest version [edit] now i have got an error at first boot windows -method 1 without mas storage at least works fine for me
×
×
  • Create New...