[Files]

//+++++++++++++++++++
//----DATEIEN | FILES
//+++++++++++++++++++
// INSTALL.WIM
// +++++++++++
// Windows Vista, 7
// ++++++++++++++++
Echo,%tEcho_3%

SetReqFile,%Install_win%,%Distlang%,%FallBack%,%target_win%
ReqFile,explorer.exe,1

// WILDCARDS
// ---------
FileCopy,%Install_sys%\*cpl.dll,%target_sys%
FileCopy,%Install_sys%\*.cpl,%target_sys%
FileCopy,%Install_sys%\%Distlang%\*cpl.dll.mui,%target_sys%\%Distlang%
FileCopy,%Install_sys%\%Distlang%\*.cpl.mui,%target_sys%\%Distlang%
FileCopy,%Install_sys%\des*.*,%target_sys%
FileCopy,%Install_sys%\%Distlang%\des*.*.mui,%target_sys%\%Distlang%
FileCopy,%Install_sys%\dm*.*,%target_sys%
FileCopy,%Install_sys%\ie*.*,%target_sys%
//FileCopy,%Install_sys%\%Distlang%\ie*.*.mui,%target_sys%\%Distlang%
FileCopy,%Install_sys%\msv*.dll,%target_sys%
FileCopy,%Install_sys%\net*.dll,%target_sys%
FileCopy,%Install_sys%\%Distlang%\net*.*.mui,%target_sys%\%Distlang%
FileCopy,%Install_sys%\ole*.dll,%target_sys%
FileCopy,%Install_sys%\%Distlang%\ole*.*.mui,%target_sys%\%Distlang%
FileCopy,%Install_sys%\PnP*.dll,%target_sys%
FileCopy,%Install_sys%\wmd*.dll,%target_sys%

// DLL
// ---
SetReqFile,%Install_sys%,%Distlang%,%FallBack%,%target_sys%
ReqFile,actxprxy.dll
ReqFile,adsldp.dll,1
ReqFile,apphelp.dll,1
ReqFile,AuxiliaryDisplayApi.dll
ReqFile,avrt.dll
ReqFile,browseui.dll
ReqFile,catsrv.dll
ReqFile,catsrvps.dll
ReqFile,catsrvut.dll
ReqFile,certEnroll.dll
ReqFile,clbcatq.dll
ReqFile,colbact.dll
ReqFile,comctl32.dll,1
ReqFile,comrepl.dll
ReqFile,comsnap.dll
ReqFile,comsvcs.dll
ReqFile,comuid.dll
ReqFile,corpol.dll
ReqFile,cscapi.dll
//ReqFile,d3d9.dll
ReqFile,devmgr.dll
ReqFile,diskcopy.dll,1
ReqFile,dhcpsapi.dll,1
ReqFile,dsound.dll
ReqFile,dwmapi.dll,1
ReqFile,Dwmredir.dll,1
ReqFile,efsadu.dll
ReqFile,es.dll
ReqFile,explorerframe.dll
ReqFile,hlink.dll
ReqFile,imgutil.dll
ReqFile,inetcomm.dll
ReqFile,IoLogMsg.dll
ReqFile,IPHLPAPI.DLL
ReqFile,jscript.dll,1
ReqFile,jsproxy.dll
If,ExistFile,%Install_sys%\mfcsubs.dll,Then,ReqFile,mfcsubs.dll
ReqFile,mmdevapi.dll
ReqFile,mscories.dll
ReqFile,msfeeds.dll
ReqFile,mshtml.dll
ReqFile,msoert2.dll
ReqFile,msrating.dll
ReqFile,mstime.dll
ReqFile,msxml3.dll
ReqFile,msxml3r.dll
ReqFile,msxml6.dll
ReqFile,msxml6r.dll
ReqFile,mtxdm.dll
ReqFile,mtxex.dll
ReqFile,ndfapi.dll
ReqFile,occache.dll
ReqFile,osbaseln.dll,1
ReqFile,pdh.dll
ReqFile,puiapi.dll
ReqFile,query.dll,1
ReqFile,rshx32.dll,1
ReqFile,rstrtmgr.dll
ReqFile,sens.dll,1
ReqFile,shimgvw.dll
ReqFile,shsvcs.dll,1
ReqFile,shunimpl.dll
ReqFile,stclient.dll
ReqFile,thumbcache.dll
ReqFile,txflog.dll
ReqFile,UIAutomationCore.dll
ReqFile,urlmon.dll
ReqFile,uxsms.dll
ReqFile,van.dll,1
ReqFile,vbscript.dll,1
ReqFile,WcsPlugInService.dll
ReqFile,wecapi.dll
ReqFile,wecsvc.dll
ReqFile,WindowsCodecs.dll
ReqFile,WindowsCodecsExt.dll
ReqFile,winrnr.dll
ReqFile,wpdshext.dll,1

If,%Arch%,=,x86,Then
	ReqFile,avicap.dll
	ReqFile,mtxlegih.dll
End

// Sonstige Dateien | Other files
// ------------------------------
ReqFile,appwiz.cpl,2

ReqFile,control.exe
ReqFile,dcomcnfg.exe
ReqFile,dwm.exe
ReqFile,eventcreate.exe
ReqFile,eventvwr.exe
ReqFile,lpksetup.exe
ReqFile,mtstocom.exe
FileCopy,%Install_sys%\PnP*.exe,%target_sys%
FileCopy,%Install_sys%\SystemProperties*.exe,%target_sys%
FileCopy,%Install_sys%\%Distlang%\SystemProperties*.exe.mui,%target_sys%\%Distlang%
ReqFile,tracerpt.exe
ReqFile,verclsid.exe
ReqFile,wecutil.exe

If,%Arch%,=,x86,Then
	ReqFile,comm.drv
	ReqFile,user.exe
End

// Windows 7
// +++++++++
If,%OS%,=,Win7,Then
	ReqFile,AxInstSv.dll
	ReqFile,display.dll
	ReqFile,lpksetupproxyserv.dll
	ReqFile,twext.dll,1
	ReqFile,vaultcli.dll
	FileCopy,%BootSRC%\Program Files\Internet Explorer\sqmapi.dll,%TargetDir%\Program Files\Internet Explorer
	FileCopy,%InstallSRC%\Program Files\Internet Explorer\ieproxy.dll,%TargetDir%\Program Files\Internet Explorer
	FileCopy,%InstallSRC%\Program Files\Internet Explorer\ieshims.dll,%TargetDir%\Program Files\Internet Explorer

	// Sonstige Dateien | Other files
	// ------------------------------
	ReqFile,cttune.exe,1
	ReqFile,DisplaySwitch.exe
End
