Jump to content

ykchanaed

Member
  • Posts

    95
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Hong Kong

Posts posted by ykchanaed

  1. While I was  using the WPI 8.6.3 with no problems, this error suddenly came out when I run WPI:

    script error 

    line: 1

    char : 25

    error: expected">"    ? or ")" 

    code: 0

    URL: WPI/Common/WPI.hta

    I upgraded to WPI 8.7.2 and after fixing some lang file errors and config.js errors, the same error mentioned above came out again!

    The above same window appeared again after pressing Yes, and WPI seemed running well after pressed Yes the second time.

    If I pressed No, the above window only appeared once and WPI seemed running well afterwards.

     

    Windows 7, IE11, os lang:en_us, system locale : chinese taiwan

     

    It seemed this error came after I ran the same WPI in another user account of the same OS, ????

  2. Should the INF file of the last post be:

    [Version]

    Signature="$Windows NT$"

    [DefaultInstall]

    AddReg=SmartCards.Add.Reg

    [smartCards.Add.Reg]

    HKLM,"SOFTWARE\Microsoft\Cryptography\Calais\SmartCards", 2, "D:P(A;CI;GR;;;LS)(A;CI;GR;;;BU)(A;CI;GR;;;PU)(A;CI;GA;;;BA)(A;CI;GA;;;SY)(A;CI;GA;;;CO)"

    And if it is an INF file , it is better to put it in HFSVCPACK folder.

  3. I finally understand the mechanism behind this:

    The keys in HKLM\..\RunOnce are actually not deleted BUT actually already run.

    The commands in the RunOnce key are being run DURING inf setup, and Sysinternals Suite uses inf setup.

    Only that the commands are run in SVCPACK stage and hence have no effect.

  4. After numerous, numerous and numerous tests......

    I found out that the Sysinternals Suite Installer was the culprit!!!

    The Sysinternals Suite Installer was built with SSIBuild (Sysinternals Suite Installer Builder)Version: 2.7

    The installer so created would delete the entries in the HKLM\...\RunOnce key.

    I noticed it when I used it with other addons in HFSLIP or nLite to make XP.

    The Sysinternals Installer was run in SVCPACK stage.

    And when it was run AFTER other addons that add entries in HKLM\..\RunOnce key, then these addons would not work in next reboot!!

    When it was run before other addons , the other addons worked OK.

    I have tested it in the virtual XP. Immediately after the Sysinternals Installer run , the entry in HKLM\..\RunOnce was gone!

    I have extracted the SysPath script inside the installer and test it .

    It had no effect on the HKLM\..\RunOnce key !!!!

    So

    CASE CLOSED :wacko::hello:

  5. I recently found out that the Sysinternals Suite Installer so created would delete the entries in the HKLM\...\RunOnce key.

    I noticed it when I used it with other addons in HFSLIP or nLite to make XP.

    The Sysinternals Installer was run in SVCPACK stage.

    And when it was run AFTER other addons that add entries in HKLM\..\RunOnce key, then these addon would not work in next reboot!!

    When it was run before other addons , the other addons worked OK.

    I have tested it in the virtual XP. Immediately after the Sysinternals Installer run , the entries in HKLM\..\RunOnce was gone!

    I have extracted the SysPath script inside the installer and test it .

    It had no effect on the HKLM\..\RunOnce key !!!!

  6. Test 5:

    All up-to-date hotfixes EXCEPT WindowsXP-KB2736233-x86-XXX.exe,

    BUT put it (KB2736233) in HFSVCPACK _SW1 folder,

    Same essential addons,

    Same my personal addon,

    No files in HFGUIRUNONCE folder.

    Result 5:

    Personal addon worked without any problem.

    Preliminary conculsion:

    Putting KB2736233 in HFSVCPACK_SW1 did not interfere HKLM\...\RunOnce behaviour during XP setup!

    No need to make a separate KB2736233 installer!

  7. Test 4:

    Essentially same as Test 3 with minor changes:

    a. WindowsXP-KB2618451-x86-XXX.exe in HF folder (the one before the culprit KB2736233)

    ie. ALL hotfixes except KB2736233 but with the previous ActiceX update

    b. Now with with reg files in HFGUIRUNONCE Folder

    Result 4:

    My personal addon run and successful.

    The reg files in the HFGUIRUNONCE folder were incoprated.

  8. Test 3:

    All up-to-date hotfixes EXCEPT WindowsXP-KB2736233-x86-XXX.exe,

    Same esstential Addons,

    Same my personal addon.

    NO files in HFGUIRUNONCE folder.

    Result 3:

    My personal change res script showed up during 1st GUI logon and worked!!!

    So the preliminary conclusion would be :

    The culprit is

    WindowsXP-KB2736233-x86-XXX.exe

    Maybe I have to make a KB2736233 switchless installer to tackle this problem!

  9. Let me explained my addon:

    A cmd script to add a command to HKLM\...\RunOnce during SVCPACK stage(SVCPACK script). The command is an cmd script to change resolution to 800x640 (ChangeRes script).

    To test it , I made the scripts all visible and pause.

    Test 1:

    All up-to-date hotfixes,

    some essential Addonsin HFAAO folder,

    AND my personal addon mentioned above.

    No files in HFGUIRUNONCE folder.

    Result 1:

    The script during SVCPACK showed up and successful.

    BUT during 1st GUI the change , the change res script did not show up.!

    Test 2:

    Without any hotfixes in HF folder.

    The same essential Addons in HFAAO folder,

    AND the same my personal addon

    No files in HFGUIRUNONCE folder.

    Result 2:

    The script during SVCPACK showed up and successful.

    The change res script showed up and worked!

    My home-made Addon attached. It's purpose is to just change the resoltion to 800x640 at 1st logon so that the annoying warning would not appear because I did Virtual testing very often.

    QResGUI_Addon_WinDir.7z

  10. I have made various tests.

    In XP system , NOT during Setup of the XP OS:

    1. If using INF to add command to the HKLM\...\RunOnce key in XP ,using Default Install section, the command wound execute at once , not untill the next reboot!

    2. If using cmd to reg add HKLM\...\RunOnce , the command would execute in the next reboot!

    Do above make any clues?

  11. I have been using HFSLIP for more than 4 years , in English XP and Chinese XP.

    I deliberately modified the HFSLPGUI.cmd in the SOURCESS folder so that it would not hide the console window and pause during the execution. And then made the ISO and tested it in VMware.

    The resulting OS did not show up any HFSLPGUI.cmd window during the First GUI.

    As far as I know , HFSLIP add the command in the HKLM\...\RunOnce registry key.

    At the same time , one Addon I personally made, that used the HKLM\..RunOnce to change the resolution during GUI also failed. It WORKED previously!!!! Untill around 2 months ago when I tried to make the unattended XP again.

    ...... So far , I still can not figure out the problem.

    But when I changed the key to HKLM\...Run, it worked.

    Personally I suspect some new hotfixes especially the ActiveX ones, may be the culprit because I noticed that the HFSLPGUI.INF manipulated the "ActiveX Compatibility" key. JUST a wild guess!!!

  12. Lately , I think untill these few months , I observed that the reg , cmd files in HFGUIRunOnce folder were not implmented in the resulting OSes!

    Now I am using beta J v10 and testing the OS with VMware Workstation 8.

    The resulting SOURCESS folder did have the HFSLPGUI.inf, HFSLPGUI.cmd and the various compressed HFGUI# files.

    Does anyone has that problem?

    I am still working on it and testing in various senarios!

  13. Windows XP SP3, preconfigured wIth nLite and DriverPacks:

    I got this error message window when Part 2 setup began (GUI mode), just before extracting the DriverPacks.

    Windows : No disk

    Clicking the "Cancel" button for 3 times, it went on OK.

    The message appeared again during the RunOnceEx phase for 2 times. It continued to run after clicking Cancel button. And the resulting Windows OS was OK.

    Actually , I did the Windows setup 2 times, the error message problem were exactly the same.

  14. HFSLIP was doing fine last month.

    But something went wrong after integrating Nov 2011 updates.

    The resulting ISO got Rundll error with iedkcs32.dll & iertutil.dll at T-13 stage.

    I have checked with File checker. It seemed OK.

    My simple config : IE8, WMP11,

    My OS : XP SP3 Eng with IE8

    Could any one help?

    Update:

    It seemed to be those addons that was causing my problem!!!

    Not the windows hotfixes!!!!!

    I shall check more.....

    Update:

    The error came from one of my faulty inf addon.

    == CASE CLOSED ==

    HFSLIP.7z

×
×
  • Create New...