
myselfidem
MemberContent Type
Profiles
Forums
Events
Everything posted by myselfidem
-
WPI v8.4.6 Release thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
YES! I think so... Thanks for your answer! Btw, could you tell me how I can translate the WPI manual for French people! Thanks -
WPI v8.4.6 Release thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
With Norton Internet Security, I have a warning popup about wpiw.net web site. But when I access to the welcome page and WPI is downloaded the file is secure and validate by Norton! http://safeweb.norto...www.wpiw.net%2F Many thanks Kels for the new WPI v8.4.6 working fine! -
SFXMaker 1.3.1 Final - a Switchless Installer maker
myselfidem replied to iuli_kyle's topic in Application Installs
I see a message with Windows 7 that: This program could harm your computer! It's a security warning with Windows 7 Security and not my Norton Security... What's the problem? -
WPI with Multi-boot dvd problem
myselfidem replied to kingamir79's topic in Windows Post-Install Wizard (WPI)
You can use the new version: WPI v8.4.2.6: http://www.wpiw.net/ http://www.wincert.n...8248#entry78248 Extract the rar file here and rename as: WPI -
You can keep boot.ini file with Read only! If you want change the boot.ini file you can browse to: Control Panel | System | Properties Select: Advanced Tab At the bottom => Startup and Recovery. Choose: Settings Change The boot.ini file will be opened and you can write the new line: Boot.ini [boot loader] timeout=5 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professionnel" /NOEXECUTE=OPTIN /FASTDETECT /NOGUIBOOT http://support.micro...kb/289022/en-us Save and exit! Restart the computer! You can first save the original boot.ini with notepad (for example) with copy/paste: Example: my Original Boot.ini file (Multiple boot: Windows XP, Windows Vista and Windows 7) ; ;Warning: Boot.ini is used on Windows XP and earlier operating systems. ;Warning: Use BCDEDIT.exe to modify Windows Vista boot options. ; [boot loader] timeout=5 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professionnel" /NOEXECUTE=OPTIN /FASTDETECT c:\CMDCONS\BOOTSECT.DAT="Console de r‚cup‚ration Microsoft Windows XP" /CMDCONS http://support.micro...kb/102873/en-us http://support.micro...kb/314081/en-us
-
Have you unchecked: Hide protected system files (recommanded)? And, you could see the boot.ini file at the root of your Oprerating System - HDD (C:\) -
-
Maybe you can try this registry key for USB drive: WriteProtect.reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies] @="UserAccountControlSettings" "WriteProtect"=dword:00000001
-
You can find help here: http://www.wincert.net/forum/index.php?/topic/7384-video-windows-7-aikopk-deployment-101-updated/
-
Reinstalling windows 7 on a laptop using a OEM DVD with a legal key
myselfidem replied to albator's topic in Windows 7
You could find some help about: How to preserve your Windows 7 copy activated, reinstalling on the SAME COMPUTER and same architecture: My exampel: http://www.msfn.org/board/topic/139572-ask-your-seven-xml-here/page__view__findpost__p__967168 http://www.msfn.org/board/topic/139572-ask-your-seven-xml-here/page__view__findpost__p__967448 -
You can find help about Addons with Windows 7 using Windows 7 Toolkit here: http://www.msfn.org/board/topic/149178-windows-7-toolkit-v13046a-2-sep-2011/ http://www.wincert.net/forum/index.php?/topic/9056-windows-7-toolkit-v130-beta/ http://www.wincert.net/forum/index.php?/files/file/5-windows-7-toolkit/
-
You can also change inside the bootorder.txt the line: boot\fr-fr\bootsect.exe.mui (with your language!) I hope you plan to fix that in the future BTW: I moved 7Customizer to the root, and I still get those errors. Don't worry about the bootorder.txt, it's not an issue, but you can make the change if you want! You can remove that key inside the registry: Remove_Wim.reg Windows Registry Editor Version 5.00 [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WIMMount\Mounted Images] Remove all the files and folders "7Customizer_0.5.0a". Expand a new time 7Customizer_0.5.0a.rar at the root of your HDD, and try again!
-
Can't create an unattended install
myselfidem replied to darks0ul's topic in Unattended Windows 7/Server 2008R2
What errors have you with your autounattend file? You can post to the right topic for 7Customizer: http://www.msfn.org/.../page__st__1520 If you want an Original Windows 7 Professional SP1, you can download here: http://www.askvg.com...bit-and-64-bit/ -
Same trouble with last updates (7 updates) NET FRAMEWORKS !!!!! Installation always fails But solved like this in my case: - Removing all the Net Frameworks on my computer exept NET FRAMEWORK 1.1 - Installing Windows Installer 4.5 for Win XP (KB 942288-v3-x86.exe): (Choose the one you need) http://www.microsoft.com/download/en/details.aspx?id=8483 - Downloading and installing NET FRAMEWORK 2 and langpack (French for me) - Using Microsoft Update and all the updates was installed successfully! More help: http://blogs.msdn.co...ting-guide.aspx Windows Installer error code: http://support.microsoft.com/kb/923100/en-us
-
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
Yes! Another example with 3 partitions: <?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"> <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>20000</Size> <Type>Primary</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Extend>true</Extend> <Order>3</Order> <Type>Extended</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Extend>false</Extend> <Order>4</Order> <Type>Logical</Type> <Size>15000</Size> </CreatePartition> <CreatePartition wcm:action="add"> <Size>10</Size> <Order>5</Order> <Type>Logical</Type> </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"> <Extend>false</Extend> <Format>NTFS</Format> <Label>SEVEN</Label> <Letter>C</Letter> <Order>2</Order> <PartitionID>2</PartitionID> </ModifyPartition> <ModifyPartition wcm:action="add"> <Active>false</Active> <Extend>false</Extend> <Format>NTFS</Format> <Label>Programme</Label> <Letter>D</Letter> <Order>3</Order> <PartitionID>3</PartitionID> </ModifyPartition> <ModifyPartition wcm:action="add"> <PartitionID>4</PartitionID> <Order>4</Order> <Label>DATA</Label> <Format>NTFS</Format> <Active>false</Active> <Extend>true</Extend> <Letter>E</Letter> </ModifyPartition> </ModifyPartitions> </Disk> </DiskConfiguration> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> <RefreshRate>60</RefreshRate> </Display> <DynamicUpdate> <Enable>false</Enable> <WillShowUI>Never</WillShowUI> </DynamicUpdate> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows 7 ULTIMATE</Value> </MetaData> </InstallFrom> <InstallTo> <DiskID>0</DiskID> <PartitionID>2</PartitionID> </InstallTo> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> -
WPI Bug Report Thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
It seems the same problem here (about IE9): http://www.msfn.org/board/topic/150585-issues-with-internet-explorer-9/ Thanks -
Vista reverse integration + Multiboot issues
myselfidem replied to mjedman1's topic in Multi-Boot CD/DVDs
Maybe that can help you (example for Windows 7 AIO): http://www.msfn.org/board/topic/151156-rt7lite-and-aio-x86-x64/page__view__findpost__p__964713 You can inject the default keys inside images or Skip the product key! -
Troublesome Sysprep answer file
myselfidem replied to rojanu's topic in Unattended Windows 7/Server 2008R2
I experienced the same thing for Windows 7 Ultimate! Open a Windows Image or Catalog File Create or Recreate a Catalog Regards -
Interesting post about Winsxs folders: Should you delete files in the \WinSXS directory? And what’s the deal with VSS? http://blogs.technet.com/b/joscon/archive/2010/08/06/should-you-delete-files-in-the-winsxs-directory-and-what-s-the-deal-with-vss.aspx