
myselfidem
MemberContent Type
Profiles
Forums
Events
Everything posted by myselfidem
-
GDism ELDI Java and .NET
myselfidem replied to heldigard's topic in Unattended Windows 7/Server 2008R2
Many thanks. Keep your good work! Regards -
Maybe you need to check if your VS.net creating your customized setup.exe is compatible with Windows XP?
-
If the solution given by -X- doesn't solve this trouble, you can browse to: "C:\Windows\SoftwareDistribution\Download" And remove all files inside this folder. Regards
-
WPI Bug Report Thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Many thanks Francesco for your help! Keep your good work! Regards -
I made a new test and this config.txt works fine also. Adapt the ATI version to your needs! Note: We need to create the folder: "C:\Program Files\ATI Technologies", if we want an successful silent installation: config.txt (for ATI Radeon X300 series 9-11) ;!@Install@!UTF-8! ;// Full silent no GUI GUIMode="2" ;// Set environments SetEnvironment="Var1=C:\\ATI\\Support\\9-11_legacy_vista32-64_dd_ccc\\" SetEnvironment="Var2=\"%ProgramFiles%\\ATI Technologies\"" RunProgram="hidcon:cmd /c xcopy \"%%T\" \"%Var1%\" /s /e /i /y" RunProgram="hidcon:cmd /c \"%Var1%\\Setup.exe\" -INSTALL" ;!@InstallEnd@! Cheers *Edit: We can see all switches after extraction, using: (example) C:\ATI\Support\9-11_legacy_vista32-64_dd_ccc\Setup.exe /? (or /help) Silent switches Cheers
-
Autounattend on Virtual Box
myselfidem replied to Edward1983's topic in Unattended Windows 7/Server 2008R2
Try your Autounattend.xml file on your Computer, and not on a WM, and let us know the result! Cheers -
Autounattend on Virtual Box
myselfidem replied to Edward1983's topic in Unattended Windows 7/Server 2008R2
It's not an error with the VM Oracle but the file isn't correct! Use intead: <InstallToAvailablePartition>false</InstallToAvailablePartition> However if you want an fully unattended file, you must add more values, like (example for 64 bits OS): <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]"> <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> <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>Win7</Label> <Format>NTFS</Format> </ModifyPartition> </ModifyPartitions> </Disk> </DiskConfiguration> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>2</PartitionID> </InstallTo> <WillShowUI>OnError</WillShowUI> <InstallToAvailablePartition>false</InstallToAvailablePartition> </OSImage> </ImageInstall> <UserData> <AcceptEula>true</AcceptEula> <ProductKey> <!-- Default key is needed for silent install (or a valid key) --> <!-- Example using Default key for Windows 7 HOMEPREMIUM --> <Key>RHPQ2-RMFJH-74XYM-BH4JX-XM76F</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> </UserData> </component> You can find help here: http://www.msfn.org/board/topic/139572-ask-your-seven-xml-here/ Cheers -
Oh, yes! Well done. Regards
-
I know it's an old thread! However, I was fighting with an old "ATI graphic card X300 series" and I use this method to resolve the silent installation on Windows 7 OS: - 1 - First: integrate drivers "ATI Catalyst Display Driver 9.3" inside install.wim image mounted "C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Image:"C:\work" /Add-Driver /driver:"C:\Drivers" /ForceUnsigned /recurse http://support.amd.com/us/gpudownload/windows/Legacy/Pages/radeonaiw_vista32.aspx?type=2.4.1&product=2.4.1.3.13〈=English 2 - Installed "9-11_legacy_vista32-64_dd_ccc.exe" om my computer 3 - Created an SFX file using (to install silently ATI 9-11): config.txt ;!@Install@!UTF-8! GUIMode="2" RunProgram="hidcon:cmd /c xcopy \"%%T\\*.*\" %SYSTEMDRIVE%\\ATI\\Support\\9-11_legacy_vista32-64_dd_ccc\\ /s /e /i /y" RunProgram="hidcon:cmd /c Path.cmd" RunProgram="%SYSTEMDRIVE%\\ATI\\Support\\9-11_legacy_vista32-64_dd_ccc\\Setup.exe -INSTALL" ;!@InstallEnd@! 4 - Create a batch file Path.cmd @echo off cmd /c mkdir "%SystemDrive%\Program Files\ATI Technologies" exit 5 - Using all the files inside: C:\ATI\Support\9-11_legacy_vista32-64_dd_ccc\ and create an 7z archive 6 - Create an ATI-9-11.exe file Silent installation for ATI 9-11 doesn't work on Oracle VirtualBox, but works really fine on my Computer! Remember: Old timers have a saying:" The newest driver is NOT always the best." Driverpacks Tutorial I hope that can help! Regards
-
How extract sfx module/setting from archive?
myselfidem replied to stefi's topic in Software Hangout
You can also try to use ResourcesExtract v1.17 ResourcesExtract Regards -
WPI Bug Report Thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Solved! Using the previous file inside: WPI\Common\aboutwpitemplate_links.htm Open with notepad2 and removing unwanted name and e-mail. Save the new file and all is OK! Strange because I see that the original file: aboutwpitemplate_links.htm is the same. Weird. Regards -
WPI Bug Report Thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Strange acronyms inside the window: About WPI! Regards -
Where did you found this method? Strange!
-
Many thanks for the new WPI release . I see that there is no more these lines inside lang_en.js: lblMonitorResolution[lang] = ['Résolution de l\'écran']; txtMonitorResolution[lang] = ['Changer la résolution de l\'écran au premier lancement de WPI.']; lblMonitorColorDepth[lang] = ['Profondeur des Couleurs']; txtMonitorColorDepth[lang] = ['Utiliser \'Maximum\' pour de meilleurs résultats.']; lblMonitorRefreshRate[lang] = ['Taux de rafraichissment']; txtMonitorRefreshRate[lang] = ['Utiliser \'Maximum\' pour de meilleurs résultats.']; Do I must remove these lines also inside lang_fr.js ? Regards
-
[Solved] Change text color
myselfidem replied to condor's topic in Windows Post-Install Wizard (WPI)
Thanks Kels! I kept my previous theme and the file wpi.css isn't the same as the new one! Thanks to point me about my slight mistake. Regards -
[Solved] Change text color
myselfidem replied to condor's topic in Windows Post-Install Wizard (WPI)
Could you attach or paste your themeoptions.js? -
You can try to use 7zsd.sfx ! And check if your config.txt is saved in UTF-8 encoding: Downloads Create your batch file config.bat inside your folder location and after you created the archive with 7zip, launch the batch file, to create the exe file: config.bat (example for folder.exe, using 7zsd.sfx module) @copy /b 7zsd.sfx + config.txt + folder.7z folder.exe
-
[Solved] Change text color
myselfidem replied to condor's topic in Windows Post-Install Wizard (WPI)
It's not recommended to make changes inside wpi.css file! Place an previous "themeoptions.js" inside "UserFiles" and launch WPI.exe to make your choices! -
WPI Bug Report Thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Wow..Very nice. Many thanks Kels -
How extract sfx module/setting from archive?
myselfidem replied to stefi's topic in Software Hangout
Yes, you can't because it seems it's not an 7Zip-SFX archive! Could you provide a link about the exe file? However, maybe you can try: Universal Extractor -
I think you need to create an bsplayer.exe with your bsplayer.au3, with AuToIt Autoit (Scripts can also be encoded into standalone executables with the built-in script compiler Aut2Exe.)
-
How extract sfx module/setting from archive?
myselfidem replied to stefi's topic in Software Hangout
You can use 7Zsplit.exe (look at download links): 7z SFX Archive splitter and 7zip for the archive: 7-Zip Archiver French tutorial -
Ask your Seven xml ? here
myselfidem replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
Maybe you can find some help here: (example for Windows 7 AIO): Create your own Autounattend.xml All-In-One (x86/amd64) Regards -
WPI v8.4.6 Release thread
myselfidem replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
I use like this, inside: <settings pass="oobeSystem"> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>1</Order> <Description>Le mot de passe n'expire jamais</Description> <CommandLine>cmd /C wmic useraccount where "name='Antoine'" set PasswordExpires=FALSE</CommandLine> <RequiresUserInput>false</RequiresUserInput> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <Order>2</Order> <Description>Installation des applications avec WPI</Description> <CommandLine>cmd /c for %i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %i:\wpi\wpi.exe start %i:\wpi\wpi.exe</CommandLine> <RequiresUserInput>false</RequiresUserInput> </SynchronousCommand> </FirstLogonCommands> Regards