
myselfidem
MemberContent Type
Profiles
Forums
Events
Everything posted by myselfidem
-
[Guide] Win7/Server SP1 - Removal With Vlite and RT Lite
myselfidem replied to aviv00's topic in vLite
If I remeber well... I used ImageX with Windows 7 SP1 MSDN to capture the install.wim image to work with vLite 1.2 properly! If we don't do like this vLite 1.2 crashes. vLite 1.2 works fine with an image install.wim and SP1 integrated using sysprep! (tested). Sysprep Sory, I don't use now those methods. It was only for testing purpose! Regards -
d: is the location where you have created your Autounattend.xml file using: install_Windows 7 ULTIMATE.clg with WSIM! Example mine on C:\ drive, using install.wim image: <cpi:offlineImage cpi:source="wim:c:/Win7_SP1/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> You can remove this last line if you want! But the full line!
-
[Guide] Win7/Server SP1 - Removal With Vlite and RT Lite
myselfidem replied to aviv00's topic in vLite
You have read this? My post Regards -
How to make a 7-Zip Switchless Installer
myselfidem replied to keytotime's topic in Application Installs
Hello! I tested with Realtek. First, I create a new setup.iss file on my computer and change this one on my distribution folder for Realtek. And config.txt is like this: ;!@Install@!UTF-8! GUIMode="2" RunProgram="Setup.exe -s" ExecuteParameters="-f1setup.iss" ;!@InstallEnd@! Works fine for me! But, perhaps is there a better way to write the script ? Regards -
GDism ELDI Java and .NET
myselfidem replied to heldigard's topic in Unattended Windows 7/Server 2008R2
@heldigard Many thanks. Now, I can have the fwo files whithout trouble! Regards -
GDism ELDI Java and .NET
myselfidem replied to heldigard's topic in Unattended Windows 7/Server 2008R2
The new version is: Version (2.0) .NET with windows 8 support! However Windows Security always remove the exe file, and I can't have the new version! Regards -
Windows 7 Unattended DiskConfiguration
myselfidem replied to b1nb4sh's topic in Unattended Windows 7/Server 2008R2
Remember to change the size for the partition C:\ when you use with VirtualBox or on a real HDD! <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="[url="http://schemas.microsoft.com/WMIConfig/2002/State"]http://schemas.microsoft.com/WMIConfig/2002/State[/url]" xmlns:xsi="[url="http://www.w3.org/2001/XMLSchema-instance"]http://www.w3.org/2001/XMLSchema-instance[/url]"> <Diagnostics> <OptIn>false</OptIn> </Diagnostics> <DiskConfiguration> <WillShowUI>OnError</WillShowUI> <Disk wcm:action="add"> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Type>Primary</Type> <Size>100</Size> </CreatePartition> <CreatePartition wcm:action="add"> <Order>2</Order> <Size>10000</Size> <Type>Primary</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Order>3</Order> <Type>Primary</Type> <Extend>true</Extend> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Order>1</Order> <PartitionID>1</PartitionID> <Label>System</Label> <Format>NTFS</Format> <Active>true</Active> </ModifyPartition> <ModifyPartition wcm:action="add"> <Order>2</Order> <PartitionID>2</PartitionID> <Letter>C</Letter> <Label>SEVEN</Label> <Format>NTFS</Format> </ModifyPartition> <ModifyPartition wcm:action="add"> <Order>3</Order> <Format>NTFS</Format> <PartitionID>3</PartitionID> <Label>DATA</Label> <Letter>D</Letter> </ModifyPartition> </ModifyPartitions> </Disk> </DiskConfiguration> Example here with: C:\ partition with 10GB. When you want use with a real HDD, adapt the size to suit your needs! More help about Autounattend.xml file: http://www.msfn.org/board/topic/139572-ask-your-seven-xml-here/ -
SFXMaker 1.3.1 Final - a Switchless Installer maker
myselfidem replied to iuli_kyle's topic in Application Installs
Hello iuli_kyle! Here is the new translated file "French.lng" for the new Final 1.3 release! Regards -
Many thanks! 1 - The names for msi packages are random names and changes with a new installation. 2 - After many tests (using SFX installer) I see that it's needed first to install the language file ! Cheers and regards
-
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
Yes, you can. I tested and works fine for me, changing only install.wim customized (using sysprep and capture) inside Windows 7 Ultimate SP1 MSDN. Works also if you keep your original Windows 7 SP0 and changing only install.wim SP1 customized (using reverse integration). -
Yes! Remove like said Tripedacus the two deprecated values! Thanks
-
Lol...Read my post above, and ricktendo64 answer ! Thanks
-
Oh, yes I can see now! If needed we can also use Keyfinder...Works fine: KeyFinder
-
The question is not to find the key but how to have a script backup Office 2007 activation !
-
how i can change de image setup background?
myselfidem replied to Sacriestory's topic in Setup Billboard Screens for Windows
However some our customizations will be changed with original files if we us: sfc /scannow The boot logon session customized disappears and the "little Microsoft bird" appears a new time ! Because the files need also to be replaced inside winsxs folder! And it seems the files must match the Edition (SP0 or SP1). Cheers -
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
We can also read useful infos here: The Microsoft Customer Experience Improvement Program -
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
I will try... -
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
Yes...Weird...And we can also read here: Microsoft-Windows-SQMAPI <CEIPEnabled>true</CEIPEnabled> Maybe that can help you : Allow Microsoft to collect information about how I use Lync Look at this link also: Windows Customer Experience Improvement Program Maybre you can use this reg file: Disable_CEIP.reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SQMClient\Windows] "CEIPEnable"=dword:00000000 -
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
Have you set this value on setting pass specialize ? However: And I can read also another value: Maybe you can also try the value: false ? -
For an Autounattend.xml file AIO you need to duplicate all passes x86 for amd64 and save your new file! Only check your file with WSIM, if there is errors! Remember during silent installation all passes are executed! I made many tests without errors.
-
I see there is an error trying to integrate some dll's with Se7en_UA but I think this will be solved using: /grant:r *S-1-5-32-544:F Example working for these two dll's: ECHO %WIMTMP%\Windows\System32\imageres.dll CMD /C TAKEOWN /F %WIMTMP%\Windows\System32\imageres.dll CMD /C ICACLS %WIMTMP%\Windows\System32\imageres.dll /grant:r *S-1-5-32-544:F Copy /Y "%~dp0imageres.dll" "%WIMTMP%\Windows\System32\imageres.dll" ECHO %WIMTMP%\Windows\System32\spwizimg.dll CMD /C TAKEOWN /F %WIMTMP%\Windows\System32\spwizimg.dll CMD /C ICACLS %WIMTMP%\Windows\System32\spwizimg.dll /grant:r *S-1-5-32-544:F Copy /Y "%~dp0spwizimg.dll" "%WIMTMP%\Windows\System32\spwizimg.dll" Regards
-
I think we can use "Trustee" value with SetACL.exe Found also some help here: posted by justibus http://www.msfn.org/...post__p__979320 I think we can do that using: setowner -ownr "n:S-1-5-32-544;s:y" I tried on my french Windows 7 OS and works. Example:SetACL.cmd @echo off cmd /c C:\Se7en_UA\Tools\x86\SetACL.exe -on "HKLM\SOFTWARE\Microsoft\CTF\TIP\{3697C5FA-60DD-4B56-92D4-74A569205C16}\LanguageProfile\0x0000ffff\{B77BF1FB-C8B4-490F-A5FE-AFE99BBBB490}" -ot reg -actn setowner -ownr "n:S-1-5-32-544;s:y" -rec yes cmd /c C:\Se7en_UA\Tools\x86\SetACL.exe -on "HKLM\SOFTWARE\Microsoft\CTF\TIP\{3697C5FA-60DD-4B56-92D4-74A569205C16}\LanguageProfile\0x0000ffff\{B77BF1FB-C8B4-490F-A5FE-AFE99BBBB490}" -ot reg -actn ace -ace "n:S-1-5-32-544;p:full;s:y;i:so,sc;m:set;w:dacl" -rec yes reg delete "HKLM\SOFTWARE\Microsoft\CTF\TIP\{3697C5FA-60DD-4B56-92D4-74A569205C16}\LanguageProfile\0x0000ffff\{B77BF1FB-C8B4-490F-A5FE-AFE99BBBB490}" /f pause to see if errors Command prompt result: --------------------------------------------------------------------------------------------------------------------------- INFO: Processing ACL of: <machine\SOFTWARE\Microsoft\CTF\TIP\{3697C5FA-60DD-4B56 -92D4-74A569205C16}\LanguageProfile\0x0000ffff\{B77BF1FB-C8B4-490F-A5FE-AFE99BBB B490}> SetACL finished successfully. INFO: Processing ACL of: <machine\SOFTWARE\Microsoft\CTF\TIP\{3697C5FA-60DD-4B56 -92D4-74A569205C16}\LanguageProfile\0x0000ffff\{B77BF1FB-C8B4-490F-A5FE-AFE99BBB B490}> SetACL finished successfully. Appuyez sur une touche pour continuer... --------------------------------------------------------------------------------------------------------------------------- Regards
-
How can i change the font of the windows installation
myselfidem replied to beatmaster's topic in Customizing Windows
Maybe that can help you? : http://www.msfn.org/board/topic/149557-windows-7-setup-font/