Jump to content

Snow

Members
  • Posts

    80
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Bavaria, Germany
  • OS
    Windows 7 x64
  • Country
    Germany

Recent Profile Visitors

1,263 profile views

Snow's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Do it with Autounattend.xml and place it in the root of your Windows DVD. Example for German : <?xml version="1.0" encoding="utf-8"?><!--Created by Win Toolkit v1.4.0.75--><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>de-DE</UILanguage> </SetupUILanguage> <InputLocale>0407:00000407</InputLocale> <UserLocale>de-DE</UserLocale> <UILanguage>de-DE</UILanguage> <SystemLocale>de-DE</SystemLocale> </component> <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>de-DE</UILanguage> </SetupUILanguage> <InputLocale>0407:00000407</InputLocale> <UserLocale>de-DE</UserLocale> <UILanguage>de-DE</UILanguage> <SystemLocale>de-DE</SystemLocale> </component> </settings></unattend>
  2. Latest version of WinToolkit is 1.5.3.5. And then i think you should take latest version of .NET 4.5.2 Addon. Then there is no need to integrate updates for it. Renaming the patches could help. AMD64_X86-all-ndp45-kb2972107-x64_338bd55ed27b6897c6bcaa2a6ef9c57e77b95910.exe to NDP45-kb2972107-x64.exe
  3. ok, i will try to show how it works for me : [Config] INSTALLDIR=Sources\WinTK\Apps DRIVERDIR=Sources\WinTK\Treiber #Here are some other samples.#INSTALLDIR=E:\Software#DRIVERDIR=X:\MyDriverCollectionREBOOT=FALSE #Things which will always get installed. Anything after * is a switch i.e. /S /Q /Silent[Automatic]#KBXXXXXX-x64=%DVD%:\WinToolkit_Apps\Windows6.1-KBXXXXXX-x64\Windows6.1-KBXXXXXX-x64.msu #User will be asked to choose which of the following apps to install.[Manual]#Microsoft Office 2013=%DVD%:\WinToolkit_Apps\Office2013\Setup.exe*/config %APP%:\MyConfig.xml#Example 1=%DVD%:\WinToolkit_Apps\ExampleProgram\Example.exe*/s#Adobe-Flash-ActiveX=%DVD%\01-Flash_ActiveX.exe*-install -au 0Adobe-Flash-Plugin=%DVD%\01-Flash_Plugin.exe*-install -au 0Adobe-AIR=%DVD%\02-AdobeAIRInstaller.exe*-silentJava-7-i586=%DVD%\03-Java-7-i586.exeJava-7-x64=%DVD%\03-Java-7-x64.exeJava-8-i586=%DVD%\03-Java-8-i586.exeJava-8-x64=%DVD%\03-Java-8-x64.exeShockwave-Player=%DVD%\04-sw_lic_full_installer.msi*/qn /norestart
  4. Have a look here: http://www.wincert.net/forum/topic/12705-solved-wintoolkitrunonceexe-will-not-start/
  5. Have you ever thought of selling the tabs the user need ? update + driver integration for free and say about 5€ for every additional tab the user really needs (e.g. Wim-Registry Editor, Component Removal, AiO-Disc-Creator and so on) and about 25€ for unrestricted WinToolkit.
  6. I think driver + update integration & tweaks should be free. In my opinion about 15€ - 25€ would be fair.
  7. Maybe because its same folder for User Temp / WTK Temp ?!? User Temp Path: C:\Windows\WinToolkit_Temp WTK Temp Path: C:\Windows\WinToolkit_Temp
×
×
  • Create New...