Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. Could we add inside the Manual: Comparison operators === Identical (equal and of the same type) We can see this one inside (for example): json_parse.js (from line 114) Regards
  2. Many thanks Kels for the new release WPI v8.6.4 To display properly the slider (on the right of the window) inside the tab changelog, it's needed to change inside ChangeLog.txt (on line 15) <nobr> with 'nobr' (for example). Also inside aboutwpi_changelog.htm On line 9 missing: </div> Inside aboutwpitemplate_links.htm On line 9 missing: </div> Inside aboutwpitemplate_version.htm On lines 35 and 60 are missing: </div> Inside updatewpi.htm On line 90 is missing: </a> Inside informationtemplate_readme.htm On line 9 missing: </div> Thanks and regards *Edit: Seems missing inside configwizardtemplate_createshortcut.htm On line 21: </td>
  3. Look inside .\WPI\Common\WPI.hta ! The method of execution is different, but there is still wpi.hta !
  4. About Fonts, there was a script inside previous version inside WPI.hta: (example WPI 7.5.0 on line 387) <script type="text/javascript"> var args=""; if (InstallFonts) { installFontsFromFolder(fontDir); } </script> Regards
  5. Try to change inside Installer.hta on line 52 (first letter with uppercaseletter: I) position="Installer.hta"; Share the folders asked by Kels and let us know the results. Thanks
  6. Many many thanks Kels for the Welcome! However, I'm not a professional but passionate. Thank you for keeping your tremendous development program! Thanks and regards
  7. Coul you add inside globals.js (was on previous version): // wmi.js var OSProps, winMgts; Because these variables are inside WPI_DiscChanger.htm (line 78) Regards *Edit: And could also change inside WPI_DiscChanger.htm the lines like Installer.hta and WPI.hta on top ? from line 13 <script type="text/javascript"> document.write('<HTA:APPLICATION ID="oWPIDiscChanger"' + ' application="yes"' + ' singleInstance="yes"' + ' applicationName="Windows Post-Install Wizard Disc Changer"' + ' version="1.0"' + ' icon=""' + ' border="dialog"' + ' borderStyle="normal"' + ' innerBorder="no"' + ' caption="yes"' + ' sysMenu="no"' + ' contextMenu="no"' + ' minimizeButton="no"' + ' maximizeButton="no"' + ' navigable="yes"' + ' scroll="no"' + ' scrollFlat="no"' + ' selection="no"' + ' showInTaskBar="no"' + ' windowState="normal"' + ' />'); </script> Thanks to check if it's OK!
  8. Thanks Kels! I see a missing part (first part writed on previous version) on line 590 inside registry_dos.js for (var files=new Enumerator(thisFolder.Files); !files.atEnd(); files.moveNext()) Regards
  9. I don't know if this can solve the trouble, but on previous version on wpi.htm this was like this on first lines: <script type="text/javascript"> document.write('<script type="text/javascript" src="../Themes/'+Theme+'/wpi_theme.js" application="yes"></' + 'script>'); document.write('<script type="text/javascript" src="./Themes/Windows/customthemecode.js" application="yes"></' + 'script>'); </script> Now on the line 6 , there is a double slashes (//) Could you give us more details, please? Regards
  10. It seems an error inside: themewizardtemplate.htm On line 29: correct values are ? </td> <td> Inside: aboutwpitemplate_changelog.htm On line 9 missing: </div> <legend><div id="legChangeLog"></div></legend> Regards *Edit: inside themewizardtemplate_tooltips.htm We can remove the line 651: </tr> (unwanted line)
  11. Yes, Kels I think you're right because I have no trouble testing Italian language and text isn't "wrapped"! Regards
  12. The OP attached an image with the title buttons (on left pane) not writed on one line and it's strange! Button "Start" and "About WPI", but for me all is OK with Italian language tested! Regards
  13. You can have Win7 and Server Themes inside your folder! Choose first Server Theme and choose your custumization and after select Win7 Theme. It's done! Full image: WPI Theme customized Enjoy!
  14. @Tripedacus That means we can paste the spammer's names here ?
  15. It is possible to add inside the manual on Chapter-7.html: Comparison operator !== Not identical We can see this operator inside api.js Regards
  16. However, you can look at my e-mail adress and you will see this name! Regards
  17. I got a new spam from : "davidenriqu" Thanks to remove this phantom limb ! Regards
  18. Change inside your Autounattend.xml the settings pass="windowsPE" to: <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <WillShowUI>Always</WillShowUI> </SetupUILanguage> </component> Some help: http://www.msfn.org/...iple-languages/ *Edit: Using Autounattend.xml file we can't have the first page to use + repair page + (etc)! We need to use Windows without Autounattend.xml file!
  19. It seems you need to check the lang.ini file for the available languages for the silent installation! Lang.ini file is inside: %Distribution_Folder%\sources\lang.ini Understanding Multilingual Deployments Languages and International Servicing Command-Line Options Dism.exe with /Gen-LangINI to create a new lang.ini file. Walkthrough: Add Multilingual Support to Windows Setup
×
×
  • Create New...