Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. Yes, I use also like this! useroptions.js // Tools tab ExecuteAfter=['"%systemdrive%\\Windows\\SETUP\\SCRIPTS\\clean.vbs"'];
  2. @kayo90 A member created an NSIS package for "Ashampoo Burning Rom 6 FULL FREE (6.81)" silent install: http://www.msfn.org/board/topic/160839-ashampoo-burning-studio-12-trial-switchless/page__view__findpost__p__1023952 Thanks to him!
  3. @Kels On the WPI Web Site, on ChangeLog page (Tab), the link at last, to see the full ChangeLog.txt is: http://www.wpiw.net/downloads/ChangeLog.txt Thanks and regards.
  4. Some help about path for batch files using WPI: http://www.msfn.org/...ost__p__1007716 *Edit: Tested the batch file using with WPI and works fine! Batch file set inside:.\sources\$OEM$\$$\Setup\scripts\Clean.cmd
  5. Could you attach your config.js file please? Or check the installation path for your batch file!
  6. myselfidem

    wifi?

    Go to Control Panel. Select: Category. Click on Display Network near the Network icon! Or you can use: Start | Run explorer shell:::{ED7BA470-8E54-465E-825C-99712043E01C} (God Mode)
  7. myselfidem

    wifi?

    Like bphlpt said when we have multiple connections (wired and wireless activated) we can see all them but the wireless connection takes precedence!
  8. @chymax3m You can also remove 2 images inside the folder: .\ua\images - donate-to-kel.png - Logo.png Because they are already inside: WPI\Manual\images *Edit: Or you can copy/paste the two images inside Manual\ua\images from WPI\Manual\images...because they aren't the same. And you need to change the paths for those 2 images inside all html pages! Like this a user can remove all Manuals except ua Manual. @Kels Could you please, when you can, check the order number on the help page inside the web site: WPI Help Many thanks
  9. All seems OK now! Thanks *Edit: you can remove old attachments and past the good one!
  10. Nice! You can center the images inside Chapter-4 (ua). See attachment! *Edit: On Chapter - 1 : (Open Chapter 5) and not Chapter 6 And it's needed to change the title translated to : <li>Opens the Theme Wizard. (<a href="Chapter-5.html">Chapter 5</a>)</li> *Edit2:file given
  11. @chymax3m You need to check your Manual first using the English Manual include inside WPI 8.6.3, because there is some errors: Home page: Chapter-5 open Chapter-6 Chapter-6 open Chapter-5 Chapter-1: Chapter-6 open Chapter-5 Chapter-8 : isn't up to date Chapter-10 : is the old one Chapter-11: Title you can change: Home to Bcryn And I see on the main page Manual with your language: Настанова. This OK Have you set the folder language "ua" inside the folder: .\WPI\Manual\ua to open it clicking the button Manual ? Thanks for your work!
  12. Here is the au3 file available for 32-bits or 64-bits OS. Thanks to radix for the examples! Adapt to your language. Example is French.
  13. You can also upgrade your firmware for your CD/DVD burner and try to use DVD-R or DVD+R! Look at your CD/DVD capabilities on your Laptop!
  14. If you want install ashampoo_burning_studio_6_free_6.81_4312.exe using AutoIt: 1 - Download and install AutoIt v 3.3.8.1: http://www.autoitscript.com/site/autoit/downloads/ 2 - Launch: ashampoo_burning_studio_6_free_6.81_4312.exe and to know the settings needed to create your au3 file you can use: AutoIt Window Info (inside the Tab Options: uncheck Freeze) 3 - Here is my AShampoo_Burning_Studio_6.81_FREE.au3 but it is in French 4 - The installation windows will be displayed but the installation is fully silent with custom options! a. Does not install the MyAshampoo toolbar b. Does not autostart IE (or any browser) c. Does not change default search scope d. Does not install gadgets e. Does not autostart ASBS after install. 5 - To close at last IE window, I used another script because the previous one doesn't work. 6 - It's needed to change the language script to your needs (example here is French) 7 - You can compile the script using AutoIt (Compile script to exe) to create an exe file to use with WPI: AShampoo_Burning_Studio_6.81_FREE.exe 8 - Set the program 'ashampoo_burning_studio_6_free_6.81_4312.exe' and 'AShampoo_Burning_Studio_6.81_FREE.exe' files inside the same folder (example: ASHAMPOO) and use WPI to launch: AShampoo_Burning_Studio_6.81_FREE.exe #cs ---------------------------------------------------------------------------------------- AutoIt Version: 3.3.8.1 Language: French Author: myselfidem @ MSFN OS: WinXP, Vista, Windows 7, Windows 8 Ashampoo Burning Studio 6.8.1 Free Application site: http://www.ashampoo.com/fr/usd/pin/0710/Offline/Ashampoo-Burning-Studio-6 Script Function: Template AutoIt script. #ce ---------------------------------------------------------------------------------------- ; Script Start - Add your code below here #include <Misc.au3> #Include <File.au3> #Include <Array.au3> If _Singleton("Ashampoo Burning Studio 6.81 FREE",1) = 0 Then Exit EndIf Opt("TrayIconDebug", 1) ; Installer file name $Installer = "ashampoo_burning_studio_6_free_6.81_4312.exe" ; Disable InfoChannel $DisableInfoChannel = 1 $PreviousInstallation = RegRead("HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\Ashampoo Burning Studio 6 FREE_is1", "InstallLocation") If StringRight($PreviousInstallation, 1) = '\' Then $PreviousInstallation = StringTrimRight($PreviousInstallation, 1) EndIf If FileExists($PreviousInstallation & "\burningstudio.exe") Then MsgBox(0x40010, @ScriptName, "Veuillez supprimer la version Ashampoo Burning Studio existante avant d'utiliser ce script", 4) Exit EndIf ; Save the default internet browser (to prevent Ashampoo Burning Studio installer to open it at the end of installation) $DefaultHttpBrowser = RegRead("HKCR\http\shell\open\command\", "") $DefaultHttpsBrowser = RegRead("HKCR\https\shell\open\command\", "") RegDelete("HKCR\http\shell\open\command\", "") RegDelete("HKCR\https\shell\open\command\", "") ; Start checking AdlibRegister("_Adlib") ; Run the installer Run( "ashampoo_burning_studio_6_free_6.81_4312.exe" ) WinWaitActive("Langue de l'assistant d'installation", "Veuillez sélectionner la langue qui sera utilisée par l'assistant d'installation :") ControlClick("Langue de l'assistant d'installation", "Français", "TNewComboBox1") ControlClick("Langue de l'assistant d'installation", "OK", "TNewButton1") WinWaitActive("Installation - Ashampoo Burning Studio 6 FREE", "Bienvenue dans l'assistant d'installation de Ashampoo Burning Studio 6 FREE") ControlClick("Installation - Ashampoo Burning Studio 6 FREE", "&Suivant >", "TNewButton1") WinActivate("Installation - Ashampoo Burning Studio 6 FREE", "Veuillez lire le contrat de licence suivant. Vous devez en accepter tous les termes avant de continuer l'installation.") ControlCommand("Installation - Ashampoo Burning Studio 6 FREE", "Je &refuse les termes du contrat de licence", "TNewRadioButton2", "UnCheck", "") ControlCommand("Installation - Ashampoo Burning Studio 6 FREE", "Je comprends et j'&accepte les termes du contrat de licence", "TNewRadioButton1", "Check", "") ControlClick("Installation - Ashampoo Burning Studio 6 FREE", "Je comprends et j'&accepte les termes du contrat de licence", "TNewRadioButton1") ControlClick("Installation - Ashampoo Burning Studio 6 FREE", "&Suivant >", "TNewButton2") WinActivate("Installation - Ashampoo Burning Studio 6 FREE", "Type d'installation") ControlCommand("Installation - Ashampoo Burning Studio 6 FREE", "Installation Express (recommandée)", "TRadioButton4", "UnCheck", "") ControlCommand("Installation - Ashampoo Burning Studio 6 FREE", "Installation Custom (personnalisée) pour utilisateurs expérimentés", "TRadioButton3", "Check", "") ControlClick("Installation - Ashampoo Burning Studio 6 FREE", "Installer Barre d'Outils MyAshampoo", "TCheckBox1") ControlClick("Installation - Ashampoo Burning Studio 6 FREE", "&Suivant >", "TNewButton2") WinWaitActive("Installation - Ashampoo Burning Studio 6 FREE", "Fin de l'installation de Ashampoo Burning Studio 6 FREE") ControlCommand("Installation - Ashampoo Burning Studio 6 FREE", "&Terminer", "TNewButton2", "Check", "") ControlClick("Installation - Ashampoo Burning Studio 6 FREE", "&Terminer", "TNewButton2") WinWaitActive( "", "http://www.ashampoo.com/frontend/registration/php/regpopinstall.php?session_langid=4&edition_id=ksavpnz5ch0g18tmnvngykflnko14zzg") Opt("SendKeyDelay", 5) Send("!+{F4} 2") Sleep (2000) ; Disable InfoChannel If $DisableInfoChannel = 1 Then RegWrite("HKCU\Software\Ashampoo\Ashampoo Burning Studio 6\ash_inet", "InfoChannel_-updates-_Enabled", "REG_DWORD", 0) RegWrite("HKCU\Software\Ashampoo\Ashampoo Burning Studio 6\ash_inet", "InfoChannel_ashnews_Enabled", "REG_DWORD", 0) RegWrite("HKLM\Software\Ashampoo\Ashampoo Burning Studio 6", "InfoChannelsEnabled", "REG_DWORD", 0) RegWrite("HKLM\Software\Ashampoo\Ashampoo Burning Studio 6\ash_inet", "Enabled", "REG_DWORD", 0) EndIf ; Restore the default internet browser RegWrite("HKCR\http\shell\open\command\", "", "REG_SZ", $DefaultHttpBrowser) RegWrite("HKCR\https\shell\open\command\", "", "REG_SZ", $DefaultHttpsBrowser) ; Stop checking AdlibUnRegister("_Adlib") Func _Adlib() $FileList = _FileListToArray(@TempDir, "is*.tmp", 2) If IsArray($FileList) Then For $i = 1 to $FileList[0] $Path = @TempDir & "\" & $FileList[$i] & "\ConduitInstaller.exe" FileDelete($Path) Next EndIf EndFunc HTH
  15. With your example, I used DISM.exe and Windows AIK for Windows 7 is installed on my computer. You can try like this: tested and works fine! 1 - Create a temp folder to mount the image : C:\zMount 2 - Create a temp folder for the registry key location path : C:\DISM_Temp 3 - Registry key named : RegistyTweaks.reg and set inside C:\DISM_Temp RegistryTweaks.reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\WIM_Default\Control Panel\Desktop] "TileWallpaper"="0" "WallpaperOriginX"=dword:00000000 "WallpaperOriginY"=dword:00000000 "WallpaperStyle"="10" "Wallpaper"="C:\\Windows\\web\\wallpaper\\Windows\\img1.jpg" [HKEY_LOCAL_MACHINE\WIM_Default\Software\Microsoft\Internet Explorer\Desktop\General] "WallpaperSource"="C:\\Windows\\web\\wallpaper\\Windows\\img1.jpg" [HKEY_LOCAL_MACHINE\WIM_Default\Software\Microsoft\Internet Explorer\Main] "Start Page Redirect Cache"="http://www.google.com" 4 - Using this batch file: Reg_Hive.cmd @echo off Color 0A echo. "C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Mount-Wim /Wimfile:"C:\Win7_SP1\sources\install.wim" /index:5 /MountDir:"C:\zMount" pause reg.exe load HKLM\WIM_Default "C:\zMount\Users\Default\NTUSER.DAT" echo. reg.exe import "C:\DISM_Temp\RegistryTweaks.reg" echo. reg.exe unload HKLM\WIM_Default echo. pause "C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Unmount-Wim /MountDir:"C:\zMount" /Commit pause Adapt the Windows 7 name location, index number and version (x86 or amd64) to suit your needs inside the batch file! *Edit: I made a little tutorial but it is in French: http://www.mediafire.com/view/?imhl4q94eojfb8a HTH
  16. Take a look here to know how to make changes inside: .\WPI\Themes\Win7\wpi.css script http://www.msfn.org/board/topic/156790-solved-change-text-color/page__view__findpost__p__998682
  17. You need to use the updated language: http://www.msfn.org/board/topic/158272-languages-themes-manuals-mods/page__view__findpost__p__1016214
  18. I made some search on the Web about this window to choose the Windows 8 Editions! Have you an ei.cfg file inside the folder sources ? Take a look here, and remove EI.CFG (or create one if you want select Windows 8 Pro or Windows 8 Core): http://www.windowsva...ws-8-iso-image/ http://www.windowsva...ut-product-key/ The ei.cfg file doesn't exist inside Windows 8 Pro ! HTH
  19. Change inside your Autounattend.xml the Key value to: <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows 8 Pro</Value> </MetaData> </InstallFrom>
  20. Noewin Well, installing some programs with silent mode, WPI doesn't install additional toolbars. Those ones are included inside the program itself, like ImgBurn; MiPony, etc. And condor gives a way to avoid installing those toolbars using AutoIt ! Neowin
  21. You can try this file and checked with WSIM! Always check your file first using WSIM. HTH <?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="amd64" 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>en-US</UILanguage> </SetupUILanguage> <InputLocale>1809:00001809</InputLocale> <UserLocale>en-IE</UserLocale> <UILanguage>en-US</UILanguage> <SystemLocale>en-US</SystemLocale> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <value>Windows 7 HOMEPREMIUM</value> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <UserData> <ProductKey> <Key>xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <Organization>QED</Organization> <FullName>Administrator</FullName> <AcceptEula>true</AcceptEula> </UserData> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AutoLogon> <Password> <Value></Value> <PlainText>true</PlainText> </Password> <Username>Administrator</Username> <Enabled>true</Enabled> <LogonCount>5</LogonCount> </AutoLogon> <UserAccounts> <AdministratorPassword> <Value></Value> <PlainText>true</PlainText> </AdministratorPassword> </UserAccounts> <OOBE> <NetworkLocation>Home</NetworkLocation> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <TimeZone>Romance Standard Time</TimeZone> </component> </settings> <settings pass="generalize"> <component name="Microsoft-Windows-PnpSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls> </component> <component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <skiprearm>1</skiprearm> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <donotcleantaskbar>true</donotcleantaskbar> <showwindowslive>false</showwindowslive> <ComputerName>Toulouse</ComputerName> <Copyprofile>true</Copyprofile> </component> <component name="Microsoft-Windows-PnpSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <donotcleanupnonpresentdevices>true</donotcleanupnonpresentdevices> </component> </settings> </unattend>
×
×
  • Create New...