Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. You can find help about Add-On Maker for nLite: http://www.msfn.org/...pdate-06172006/ Video: http://www.youtube.com/watch?v=mmQymk55ceA
  2. You can find help here about save activated files: http://www.msfn.org/board/topic/82638-oemscan-automated-multi-manufacture-pre-activation-utility/
  3. You need to activate your Windows XP during the silent installation to install fine MSE! MSE checks if your Windows copy is genuine !
  4. Yes, but let Kels finish and at this time you can use the update button with your previous WPI ! *Edit: However I can see a strange issue, because on my computer x86, I can update WPI to the new release and download WPI_v8.6.3 but not on my computer x64 ! On my computer x86 wpi.xml shows WPI_v8.6.3 but on my computer x64 wpi.xml shows WPI_v8.6.2 *Edit 2: Now it's fine with my computer x64 (solved)
  5. Tested like this and works fine for me: Run.bat @echo off echo Installing Java for %%a in (%wpipath%\Install\JAVA\*.exe) do "%%a" /s Run.bat and jre-7u4-windows-i586.exe are inside the same folder JAVA
  6. I can see your video on this link: http://www.youtube.com/watch?v=FfT6h7G0jyc&feature=youtu.be *Edit: could you attach your config.js file, please?
  7. Why do you write with red color and you said you are suspending the development of RT7-Booster ? Be more clear please, when you write! http://www.msfn.org/board/topic/18408-forum-rules-updated-must-read/ Forum rules:
  8. The moderator isn't rude! There is rules inside MSFN forum we must accept! @Winterstorm Change your method! You can use Dism.exe instead imagex.exe and don't use oscdimg.exe with your program! Use the suggestion given by Tripedacus ! Courage, don't let yourself down!
  9. Maybe that can help you: Error: 0x80070645 appears when you try to upgrade Microsoft Security Essentials Don't remove Net Framework 3.5
  10. Have you configured your Disks as Disk0 = Master and Disk1 = Slave ,first ? I think we can also improve the Autounattend.xml file, like this, adding more values: (Using your example): <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>51200</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>WINDOWS</Label> <Format>NTFS</Format> </ModifyPartition> <ModifyPartition wcm:action="add"> <Order>3</Order> <Format>NTFS</Format> <PartitionID>3</PartitionID> <Label>PROGRAMY</Label> <Letter>D</Letter> </ModifyPartition> </ModifyPartitions> </Disk> </DiskConfiguration> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/INDEX</Key> <Value>1</Value> </MetaData> </InstallFrom> <InstallTo> <DiskID>0</DiskID> <PartitionID>2</PartitionID> </InstallTo> <WillShowUI>OnError</WillShowUI> <InstallToAvailablePartition>false</InstallToAvailablePartition> </OSImage> </ImageInstall> Check also the letters for CD\DVD drivers (usually E:\ and F:\) !
  11. Yes, the Comparison operators suggested on my previous post aren't used with WPI. Thanks and regards
  12. Try to remove inside OOBE section: <SkipUserOOBE>true</SkipUserOOBE> *Edit: Oops, sorry it seems I made an error with copy/paste the path: Correct value:
  13. Maybe you can try like this: <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>cmd /c c:\batch.bat</CommandLine> <Description>Description_of_command1</Description> <RequiresUserInput>false</RequiresUserInput> <Order>1</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>cmd /c c:\batch2.bat</CommandLine> <Description>Description_of_command2</Description> <RequiresUserInput>false</RequiresUserInput> <Order>2</Order> </SynchronousCommand> </FirstLogonCommands> *Edit:please attach your Autounattend.xml file because some lines are missing: <settings pass="oobeSystem"> <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">
  14. Create a new time your Windows image, there is an error maybe about the iso creation !?
  15. Yes, it seems possible if some changes has been made with Diskpart when there is 2 Disks (Disk 0 and Disk 1).
  16. It seems the error was to use an Autounattend.xml file with automatic partitioning and all the disk was wiped! Change the value about this question to avoid future loss of data !
  17. If you want create a shorcut(s) using 7zsd.sfx modified module you can read the explanation here: http://7zsfx.info/en/ Configuration file parameters | Shorcut You can also see an example for Tools for 7z SFX inside Usage examples (# 5) As example, I create an sfx file customized (using the example above) with two shorcuts on the Desktop: config.txt ;!@Install@!UTF-8! GUIMode="2" InstallPath="%ProgramFiles%\\7z SFX Tools" OverwriteMode="2" Shortcut="D,{%%T\\7zSD_EN.chm},{},{},{Description Modified 7z SFX module},{7z SFX module chm},{},{%%T\\7zSD_EN.chm},{0}" Shortcut="D,{%%T\\7ZSplit.exe},{},{},{7z SFX module},{7z archive Splitter},{},{%%T\\7z.ico},{0}" ;!@InstallEnd@! I set 7z.ico inside the archive 7z first, to have another one! Two shorcuts are on my Desktop to open 7zSD_EN.chm and another to open 7ZSplit.exe HTH
  18. Thanks, you can also take a look here: Windows Locale Codes - Sortable list Cheers
  19. You can use this OS.vbs to know your OS language code : OS.vbs On Error Resume Next Const wbemFlagReturnImmediately = &h10 Const wbemFlagForwardOnly = &h20 arrComputers = Array(".") For Each strComputer In arrComputers Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\CIMV2") Set colItems = objWMIService.ExecQuery("SELECT * FROM Win32_OperatingSystem", "WQL", _ wbemFlagReturnImmediately + wbemFlagForwardOnly) For Each objItem In colItems WScript.Echo "CountryCode: " & objItem.CountryCode WScript.Echo "Locale: " & objItem.Locale strMUILanguages = Join(objItem.MUILanguages, ",") WScript.Echo "MUILanguages: " & strMUILanguages WScript.Echo "OSLanguage: " & objItem.OSLanguage Next Next Copy/paste inside Notepad and save as OS.vbs
  20. Yes, gives error! You can use 7zsd_All.sfx and this config.txt ;!@Install@!UTF-8! GUIMode="2" RunProgram="x86:hidcon:cmd /c file_x86.cmd" RunProgram="x64:hidcon:cmd /c file_x64.cmd" ;!@InstallEnd@! Or: ;!@Install@!UTF-8! GUIMode="2" RunProgram="x86:hidcon:cmd /c %%T\\file_x86.cmd" RunProgram="x64:hidcon:cmd /c %%T\\file_x64.cmd" ;!@InstallEnd@! Tested for Daemon Tools Lite and works fine!
×
×
  • Create New...