Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. Could you attach your config.js file, please? *Edit: Check your commands!
  2. Tomorrow gives another opportunity to first integrate the Gadgets you want. I haven't tested this method. Guide: How to modify install.wim http://www.msfn.org/...ify-installwim/
  3. Oh my bad! I made confusion about unattended install and Automatic install screens! Sorry. You are right about the first screen for Automatic install screen for Windows 7! Image inside: arunimg.dll => image 203 And for the Copyright inside: arunres.dll => Dialog 1200 Thanks!
  4. Oh sorry Kels, I see that some texts are too long inside some dialog boxes with French language! I've updated the French language file for WPI 8.2.1 at the same link above. All works fine now with the new version! Many thanks!
  5. For Windows 7 64 bit Editions you need to use Restorator 2007: http://www.bome.com/products/restorator
  6. You can use the arrrow near theTab "Home" and add first a new Web page. Select: Add or remove a start page And choose if you want the actual Web site or add more Web pages for the main home page. *Edit: Updated post. Sorry about my english: arrow and not row. I have Windows 7 French version.
  7. Thank you very much Kels for the new WPI version 8.2.1 And for the nice options added! Exellent program!
  8. In any case I delete inside my Autounattend.xml the last line about (example): <cpi:offlineImage cpi:source="wim://byx1s4j/downloads/2k3/win7%20ent%20x86/sources/install.wim#Windows 7 ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> And I see no eror after removing "servicing" part! I don't validate the file with WSIM but just to see if erors.
  9. It seems the part "servicing" at first inside the Autounattend.xml gave this error! <servicing> <package action="configure"> Tested with WSIM and I see "Unknow Packages".
  10. It also happends an error inside aboutupdate.js line 267 character 2: "split" null object or undefined Can't know if an update is available. Thanks
  11. In agreement with ozzii, new lang_fr.js given for WPI 8.2.0 Many thanks
  12. Many thanks mritter *Edit: It's not a bug...But I see inside the file lang_en.js the same line (twice): line 622 => lblPointingDevice[lang] = ['Pointing Device']; line 623 => lblPointingDevice[lang] = ['Pointing Device']; Is that correct? Thanks
  13. With WPI 8.2.0, I have the same error than ghaffar about script error inside: configwizard_ussf.js: line 69 character 3 => The property value for "sprintf" is null or undefined And the silent switch isn't writed inside the command line. But works perfectly with WPI 8.1.0 Thanks
  14. OK. Nice! I think you mean config.js and not config.sys!!
  15. config.sys or config.js?
  16. @coucou Happy to see you have found a solution! You can also use with WPI inside Options\Tools: Script or program to execute after the installation is complete: cleanup.exe (select the path where is located your exe file).
  17. 1) About Activation! My Digital Life Windows 7 activated: French tutorial I integrate the original valid files Tokens.dat and pkeyconfig.xrm-ms - activated on my computer - inside the folder $OEM$\$$\Setup\Scripts and I use a batch file SetupComplte.cmd (with my valid key) SetupComplete.cmd REM Activation for Windows 7 Ultimate net stop sppsvc DEL /F /Q "%SystemDrive%\Windows\ServiceProfiles\NetWorkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\Tokens.dat" DEL /F /Q "%SystemDrive%\Windows\System32\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms" COPY /Y "%~dp0tokens.dat" "%SystemDrive%\Windows\ServiceProfiles\NetWorkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\" COPY /Y "%~dp0pkeyconfig.xrm-ms" "%SystemDrive%\Windows\System32\spp\tokens\pkeyconfig\" net start sppsvc cscript %systemroot%\System32\slmgr.vbs -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx cscript %systemroot%\System32\slmgr.vbs -ato EXIT When I use Oracle SunVirtualBox, I see that I have 3 days to activate Windows....but in fact when I install my DVD customized on my computer Windows is really activated! I found a workaround for Virtual Machines, but I think it's not really usefull and I don't use it: http://forums.mydigitallife.info/threads/15899-Does-VMware-affect-detection-of-slic-2.1-bios 2) Could you attach your files (config.js; useroptions.js;...) inside a zip file for WPI 8.2.0, please?
  18. Use WPI.exe to add the command dos and add : {MAKEDIR} "%systemdrive%\Program Files (x86)\Folder" And you can see inside the file config.js: cmds[pn]=['{MAKEDIR} "%systemdrive%\\Program Files (x86)\\Folder"']; Give the name you want for the folder name!
  19. I suggest do not install KB890830 but let Windows Update install this update! It's just my advice! The silent installation is faster whithout KB890830.
  20. I think you need to use the new KB890830 (May) inside your Autounattend.xml file: windows-kb890830-v3.19.exe windows-kb890830-v3.19-delta.exe I don't integrate this update and this one change every month! http://catalog.updat...aspx?q=kb890830 http://forums.mydigitallife.info/threads/23139-Not-genuine-after-KB890830-(latest-quot-software-removal-tool-quot-)
  21. Take care to use the correct version x86 or x64: http://www.7-zip.org/
  22. Could you attach your new Autounattend.xml file, please?
  23. 1) Have you used the original key or the default key for Windows 7? If you have used LicRestore to save and use Tokens.dat and pkeyconfig.xrm-ms, you need to make a new time for Windows 7 SP1 because the files aren't the same that Windows SP0! Help here also: http://www.msfn.org/.../page__st__1400 2) It seems the registry key isn't the good one for "Task Manager"! Could you attach the reg file to check? *Edit: I use this one (Task Manager with right click on the Desktop): TaskManager.reg Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\taskmgr] @="Gestionnaire des tâches" "Icon"="taskmgr.exe" "Position"="Bottom" [HKEY_CLASSES_ROOT\Directory\Background\shell\taskmgr\command] @="taskmgr.exe"
  24. Yes, you can use SetupComplete.cmd to add registry keys! Example (You can also add other registry keys!): SetupComplete.cmd @ECHO OFF SET KEY=HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY%\001 /V 1 /D "REGEDIT /S %systemroot%\Setup\Scripts\Tweaks.reg" /f EXIT If you want you can also inject the keys inside the mounted hives (post #91 and after): http://www.msfn.org/board/topic/139572-ask-your-seven-xml-here/page__st__80
×
×
  • Create New...