Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. Inside optionswizard.js a little error on line: 1431 // Tools tab ... document.getElementById("ExecuteAfterbit64").checked=ExecuteBeforebit64; Change to: // Tools tab ... document.getElementById("ExecuteBeforebit64").checked=ExecuteBeforebit64; Thanks and regards
  2. Some help here: http://www.msfn.org/board/topic/157509-help-my-to-add-a-clesregsans-having-to-click-yes-i-want-to-add-this-key-to-regedit/page__view__findpost__p__1006206 http://www.fasttrackscript.com/TeamViewer Cheers
  3. Inside installer.js a little typo error: missing i on line 864: SndInstallFinshCB if (RegKeyValue("HKEY_CURRENT_USER\\Software\\WPI\\SndInstallFinishCB")) Thanks and regards
  4. I think we can change inside updatewizard.js on line 47: tf.WriteLine("// WPI Config 8.1.0"); Thanks and regards
  5. About Fonts, I think we can remove this function inside registry_dos.js: function installFontsFromFile(filename) And remove the line 594: if (thisFile.name != fontList) And inside globals.js change the line (188) to: // registry_dos.js ... var fontDir; Works fine for me! Thanks to check if it's OK! Regards *Edit: It seems that solved a strange creation file on: C:\Windows. See the image here: Image Strange File Created
  6. Inside wmi.js it's also needed to change the registry key on line: 1640 to: WriteRegKey("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\\AutoLogonCount",count,"REG_DWORD"); Thanks to check if it's OK! Regards
  7. Inside configwizard.js To display this option, is missing line 453: ConditionsMenuBar.addNewChild(WhichCond + "_filesystem", 5, "filesystem_setEnvVar", "setEnvVar()", false, "", ""); Thanks and regards
  8. Inside installer_log.js are missing : // Sounds tab WriteLogLinePlain(" SndInstallWarningCB=" + SndInstallWarningCB); WriteLogLinePlain(" SndInstallWarning=['" + SndInstallWarning + "'];"); WriteLogLinePlain(" SndWPIExitCB=" + SndWPIExitCB); WriteLogLinePlain(" SndWPIExit=['" + SndWPIExit + "'];"); Inside globals.js we can remove the lines; because the file update.js no longer exits: // update.js var UpdateVersion, UpdateLink, UpdateMD5, UpdateTitle, UpdateNotes; var UpdateAvailable; Thanks and regards
  9. Inside core.js, I think we can remove: function getProductKey() Because this one is already inside wmi.js Thanks to check if it's OK. Regards *Edit: Inside WPI.hta (on line: 117), a little typo error .cmd is witten twice: WriteRegKey("HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Associations\\LowRiskFileTypes", .....
  10. Inside installer.js it seems is missing this function (like written on previous WPI_v8.2.0): function CheckPendingFileRenameOperations() Thanks and regards *Edit: Oops...Sorry, I see this function is already in wmi.js !
  11. Inside installer.js it seems it's missing some values: Line 1252: function ClearProgressBar() { position="installer.js"; whatfunc="ClearProgressBar()"; Line 1265: function UpdateProgressBar(value) { position="installer.js"; whatfunc="UpdateProgressBar()"; Thanks to check if it's OK. Thanks and regards
  12. Inside jscript.js little typo errors on lines: 350 to 353; 370 and 371: HKEY_LOCAL_MACHIBE Key for AutoAdminLogon on line 353 and line 371: WriteRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\\AutoAdminLogon",1,"REG_SZ"); WriteRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\\AutoAdminLogon",0,"REG_SZ"); Thanks and regards
  13. Inside globals.js we can read (on line 444): // alert.js var alertSound="%wpipath%\\Audio\\SoundsScheme\\Windows Exclamation.wav"; But the sound is missing inside WPI_v8.6.6, and we can find this one on previous WPI_v7.5.0 Or we can change the path to an existing sound inside globals.js: var alertSound="%wpipath%\\Audio\\SoundsScheme\\Warning.wav"; Thanks and regards
  14. Thanks Kels! Inside installer.js (on line: 1382) The registry value need to be changed: WriteRegKey("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\\AutoLogonCount",Count,"REG_SZ"); Change to: WriteRegKey("HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\\AutoLogonCount",Count,"REG_DWORD"); Thanks and regards
  15. It seems there is a little typo error inside optionswizard.js (on line: 1966) tf.WriteLine("ExecuteBeforebit4="+ExecuteBeforebit64+";"); Change to: tf.WriteLine("ExecuteBeforebit64="+ExecuteBeforebit64+";"); Regards *Edit: Maybe we can change also inside optionswizard.js (lines: 1895 and 2038) tf.WriteLine("// WPI Options 8.0.0"); Change to: tf.WriteLine("// WPI Options 8.1.0"); *Edit2: We can change also inside configwizard.js (on line: 3118) Change to: tf.WriteLine("// WPI Config 8.1.0"); Inside networkwizard.js (on line: 2087) Change to: tf.WriteLine("// WPI Config 8.1.0");
  16. Thanks gilles_gros ! Inside configwizard.js we can add OS 2K: case 'cmd_cond_operatingsystem': HandleCommandsSelectionMenu("{OS=Win8,Win7,Vista,XP,2K} "); break; Cheers and regards
  17. Please look at the image and remember you added this subkey previously! Comment inside the registry file .wimrightclick-Install.reg Works for me adding this subkey but doesn't work without this subkey after launching TuneUp Utilities. Regards *Edit: your comment about this question here: http://www.msfn.org/board/topic/150275-add-right-click-wim-windows-7/page__view__findpost__p__1002502
  18. I see inside .wimrightclick-Install.reg a key file is missing: [HKEY_CLASSES_ROOT\WIMfile\Shell\.Wim\command] @=- If this key doesn't exit TuneUp Utilities remove the key: [HKEY_CLASSES_ROOT\WIMfile\Shell\.Wim] And .wimrightclick is broken and doesn't work! Regards
  19. Maybe that can help you: Event Log Performance
  20. Many thanks! Seems the best way to change power settings with Autounattend.xml file! Tested and works really fine.
  21. You can create a Recovery Disk for Vista and use this one: http://www.vistax64.com/tutorials/141820-create-recovery-disc.html
  22. Have you tried F8 on your keyboard and selected "Repair your computer"? Or using the CD previously created to use this option ? http://support.micro...kb/927392/en-us http://windows.micro...asked-questions http://msdn.microsof...5(v=vs.85).aspx I used EasyBCD but we must use this one carrefully!! http://neosmart.net/EasyBCD/
×
×
  • Create New...