Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. Many thanks Kels! We can see only a dark blue page screen for Chapter 1. Missing for Chapter 1: </style> to display the page! <style type="text/css"></style> Thanks
  2. @maxXPsoft When I have some time I think it would be interesting to try to integrate first the updates for IE9. I'm busy now with the translation for the french WPI Manual. However, at this time, I have no trouble integrating first IE9 and after all updates for Windows 7. @NNJZ In fact you want an Autounattend.xml file for one iso file with all images, one file for Windows 7 x86 and another for Windows 7 x64. It's not an AIO x86/x64. You need two Autounattend.xml files. You can try this Autounattend.xml file for Windows 7 x86. All keys must be integrated first and you can use the SetProdutKey.cmd to do the job, given at my sig below! Always check your file with WSIM before using it! Adapt this example to your needs! Autounattend.xml (x86) <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <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> <UILanguage>fr-FR</UILanguage> </SetupUILanguage> <InputLocale>100c:0000100c</InputLocale> <SystemLocale>fr-CH</SystemLocale> <UILanguage>fr-FR</UILanguage> <UserLocale>fr-CH</UserLocale> </component> <component name="Microsoft-Windows-Setup" 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"> <ComplianceCheck> <DisplayReport>OnError</DisplayReport> </ComplianceCheck> <Diagnostics> <OptIn>false</OptIn> </Diagnostics> <DiskConfiguration> <WillShowUI>Always</WillShowUI> </DiskConfiguration> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> </Display> <DynamicUpdate> <Enable>false</Enable> <WillShowUI>OnError</WillShowUI> </DynamicUpdate> <ImageInstall> <OSImage> <WillShowUI>Always</WillShowUI> <InstallToAvailablePartition>true</InstallToAvailablePartition> </OSImage> </ImageInstall> <UserData> <AcceptEula>true</AcceptEula> <FullName>Max Turtle</FullName> <Organization>particulier</Organization> </UserData> <EnableFirewall>true</EnableFirewall> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Security-SPP-UX" 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"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-Shell-Setup" 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"> <ComputerName>Se7en</ComputerName> <TimeZone>W. Europe Standard Time</TimeZone> </component> <component name="Microsoft-Windows-IE-InternetExplorer" 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"> <DisableOOBAccelerators>true</DisableOOBAccelerators> <DisableFirstRunWizard>true</DisableFirstRunWizard> <EnableLinksBar>false</EnableLinksBar> <FilterLevel>High</FilterLevel> <Home_Page>www.google.fr</Home_Page> <BlockPopups>yes</BlockPopups> <SuggestedSitesEnabled>false</SuggestedSitesEnabled> <PlaySound>false</PlaySound> <ShowInformationBar>true</ShowInformationBar> <ShowMenuBar>true</ShowMenuBar> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" 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"> <InputLocale>100c:0000100c;040c:0000040c</InputLocale> <SystemLocale>fr-CH</SystemLocale> <UILanguage>fr-FR</UILanguage> <UserLocale>fr-CH</UserLocale> </component> <component name="Microsoft-Windows-Shell-Setup" 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"> <TimeZone>W. Europe Standard Time</TimeZone> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> </Display> <OOBE> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> </OOBE> <AutoLogon> <Password> <Value></Value> </Password> <Enabled>true</Enabled> <LogonCount>9999999</LogonCount> <Username>Max</Username> </AutoLogon> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value></Value> <PlainText>true</PlainText> </Password> <DisplayName>Max</DisplayName> <Name>Max</Name> <Group>Administrators</Group> </LocalAccount> </LocalAccounts> </UserAccounts> </component> </settings> </unattend> <!-- Customized by myselfidem. For Windows 7 x86 with all images and all keys integrated --> <!-- OS to install and Disk Configuration dialog boxes will be displayed. One Administrator whithout password --> Just needed to change x86 with amd64 for your Autounattend.xml file for Windows 7 x64. If you don't want integrate the keys for each Editions, use instead inside pass "oobeSystem" - works even if the value is deprecated for Windows 7 -, BUT, be carefull, because: <OOBE> <HideEULAPage>true</HideEULAPage> <SkipMachineOOBE>true</SkipMachineOOBE> </OOBE> Enjoy!
  3. Inside Chapter 3 missing: " <h2>"Explanation of sections</h2> It seems it's also needed to change for Chapter 1 (because the space title isn't the same with all other Chapters): this: <center><img src="../images/Logo.png" alt="" /></center> to: <center> <img src="../images/Logo.png" alt="" /> </center> *Edit: could you add some colors for texts: useroptions.js, networkoptions.js, etc. Thanks
  4. Inside Chapter 1 is missing : copy also themeoptions.js From your old WPI folder, copy config.js, useroptions.js, networkoptions.js and windowoptions.js from WPIScripts or UserFiles to the new UserFiles folder. Could you center the images inside the Chapter 10, please. Regards
  5. Yes, I see now I have the same trouble.
  6. I see that the new boxes.js given with "[bUG+FIX] Don't split categories ignores hidden items" is missing inside WPI v8.5.5 and we have the old one. Regards
  7. Try to replace only your "boxes.js" with this one: http://www.msfn.org/...ost__p__1006898
  8. It seems there is a little typo error! Try to change like this inside boxes.js, line 647. boxProgsInCatTxt += ' for="'+uid[i]+'" '; Missing the "x" for boxProgsInCatTxt, and let us know. Thanks
  9. Have you the same error using English language?
  10. Needed to change the Chapter title for Chapter 10 and Chapter 11. Twice have: Chapter 9 Regards
  11. About Autounattend.xml AIO files, you can find help here: http://www.msfn.org/...post__p__963990 http://www.wincert.n...d64/#entry79451 @maxXPsoft: Thanks for the link about IE9
  12. No they aren't the same Manuals, and some errors are inside the WPI Manual given at the first page of this thread. On index.html file: errors * Inside WPI v8.5.4 Chapter-10 is missing and some errors are inside index.html. Regards
  13. Many thanks mritter for your answer, but what about : Tool tip position: Float? Fixed position seems working fine, for me, but why not remove "Float" if this doesn't work? You really made an awesome and hard work, like Kels, Francesco and others! Many thanks. Regards
  14. Kels, could you add the new Manual to the next version? I'm working on the translation for the French Manual and when it's finished I send you. Regards
  15. I agree with you Kels! Regards
  16. It' s a minor trouble, but using Theme Wizard and selecting: Show tool tips | Tool Tips | Tip position type | Float or Fixed => give the same result. Regards
  17. When I made this changes there is errors, but not using: (using only one ||) if (getOSver()=="XP" || getOSver()=="Vista" || getOSver()=="Win7" || getOSver()=="Win8") Regards
  18. Tested using the fix you gave inside core.js and installer.js , but the result using Oracle VM VirtualBox is the same. WPI_Log.txt Fichier journal de l'installation WPI Début de l'installation: vendredi 10 août 2012 13:57:17 Information WPI: Version=8.5.4 Exécutable utilisé=true Version d'Internet Explorer=9.0 Connexion Internet=false Système d'exploitation Système d'exploitation=Not found ID Edition=Not found Service Pack=1 Regards
  19. Thanks Francesco! However, I see on the registry that the values about Windows are inside: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion] "CurrentVersion"="6.1" "CurrentBuild"="7601" "EditionID"="Ultimate" "ProductName"="Windows 7 Ultimate" "CurrentBuildNumber"="7601" "CSDBuildNumber"="1130" "CSDVersion"="Service Pack 1" Regards
  20. UAC is disabled on my computer and I have the same result!
  21. Yes! Inside your lang_ua.js you can add a new line added inside lang_en.js: look at line 550 txtMustAddCommand[lang] = ['You must add a command entry through the \'Add\' button before being able to perform this operation.']; Thanks
  22. It's possible to add the WinVer.vbs to WPI, because works fine to give informations ? It seems some infos are missing inside WPI_Log.txt, like Windows version and Build number: Result on Oracle VirtualBox Also using WPI Information options: Computer tab: missing: Windows version, Build number, Language and Localization Regards *Edit: thanks to move this post if it is not in the good place but for Request thread!
  23. Tu ne recevras plus d'aide dans cette section du forum te dit Kels. And I don't help you more. Do not send me PM's. Ne m'envoie plus de messages privés! Merci
×
×
  • Create New...