
myselfidem
MemberContent Type
Profiles
Forums
Events
Everything posted by myselfidem
-
Could you attach your config.js file, please? *Edit: Check your commands!
-
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/
-
Thanks! Enjoy
-
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!
-
For Windows 7 64 bit Editions you need to use Restorator 2007: http://www.bome.com/products/restorator
-
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.
-
WPI Bug Report Thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Thank you very much Kels for the new WPI version 8.2.1 And for the nice options added! Exellent program! -
Troublesome Sysprep answer file
myselfidem replied to rojanu's topic in Unattended Windows 7/Server 2008R2
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. -
Troublesome Sysprep answer file
myselfidem replied to rojanu's topic in Unattended Windows 7/Server 2008R2
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". -
WPI Bug Report Thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
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 -
WPI Bug Report Thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
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 -
WPI Bug Report Thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
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 -
WPI Bug Report Thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
OK. Nice! I think you mean config.js and not config.sys!! -
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
config.sys or config.js? -
WPI Bug Report Thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
@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). -
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
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? -
Creating folder in Program Files (x86)
myselfidem replied to SlipStreamer's topic in Windows Post-Install Wizard (WPI)
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! -
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
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. -
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
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-) -
Take care to use the correct version x86 or x64: http://www.7-zip.org/
-
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
Could you attach your new Autounattend.xml file, please? -
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
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" -
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
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