Jump to content

Dynaletik

Member
  • Posts

    668
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Posts posted by Dynaletik

    x

    If you vLited your Windows Vista SP1 down, you should not try to install Service Pack 2 at the moment. I think that it will definitely crash your system or won't install. ;)

  1. The JavaScript error on startup has gone for me with final WPI 7.1.0.

    About the internet check & update problem:

    I changed line 56 in network.js to

    XMLreq.open("GET","http://www.wpiw.net",false);

    And this works well for me. Perhaps google.com does not work here, because it directly redirects me to google.de?

  2. Oh yes. You are right. Just tried directly. If you insert it into a batch file, it works like you posted, sorry.

    For me, regedits only work, if installer.hta gets opened with 32 bit mshta.exe. But if you do not associate htafiles with 64 bit .exe it will get opened with 32 bit .exe by default, as WPI executes it. (Even if you start WPI.hta with 64 bit mshta.exe).

    If I change the line like mentioned above, it works in 32 and 64 bit mode for me.

    EDIT: Just reinstalled Vista using the new WPI 7.1. Everything works fine now, I changed installer.js like mentioned and checked 64 bit processing for all entries. I called WPI with an .cmd file that got executed via AutoUnattend.xml:

    ftype htafile="%windir%\system32\mshta.exe" "%%1"

    for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\sources\install.wim set CDROM=%%i:

    start %CDROM%\WPI\WPI.hta

  3. Thank you man. I just started WPI with the line you started first until today. But that would cause the installer.hta to be started with the 32 bit mshta.exe. If I now associate .htafiles with the 64 bit mshta.exe RegEdits do not longer get integrated correctly. I sent it to Mark, we have to change line 556 in installer.js from

    cmdLine='"'+sysPath64+'RegEdit" /S '+cmdLine;

    to

    cmdLine='"'+sysPath64+'RegEdt32" /S '+cmdLine;

    because that is the name of the .exe file for me in Vista x64. The x64 regedit.exe is in %windir% for me.

    In your posted code for associating htafiles with 64 bit mshta.exe, shouldn't "%%1" be "%1" ? (Does not work for me otherwise)

  4. @ shahed26 & nuhi: Just tested to leave in WMP and remove DRM. It plays other movies fine, but on first login I got 2 register errors about DRM, when starting and configuring WMP I got the same again. It does not fully register WMP in the system (file reg, shortcuts). So I will now reinstall and leave DRM saved. :)

  5. - If you turn off the timer, you get an error message. (Line 83, object needed, tested with Windows theme)

    Perhaps it has to do with the new timerbg image handling?

    - Comment out "background-position: center left;" and Installprogbar in installer.css of Windows theme and server theme (and all others), as the option is there now.

    - XP progress bars 3 and 4 are screwed up. If you select one, the other will show up. -> Change the filenames of the 2 images in Graphics\InstallProgBars folder.

×
×
  • Create New...