无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站广告联系 微信:wuyouceo QQ:184822951
查看: 2559|回复: 2
打印 上一主题 下一主题

[已解决] winbuilder制作win7PE时弄到IE9是复制文件出错。

[复制链接]
跳转到指定楼层
1#
发表于 2013-6-16 21:02:16 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 2012852253701 于 2013-6-18 23:07 编辑

各位大神帮助一下详细信息在图片,错误代码I/O error 183:  [FileCopy,"%pFileBox1%Files_%SourceArch%\SysWOW64\*.*","%Target_Win%\SysWOW64"] 脚本代码如下:[Main]
Title=Internet Explorer 9
Type=script
Author=Aeolis
Level=3
Version=006
Description=Windows Internet Explorer 9 makes Web sites look and perform as if they were native to Microsoft Windows. Internet Explorer 9 lets you tap into the power of your whole PC so your Web sites shine. Taking full advantage of your PC's hardware through Windows, IE9 lets you enjoy graphically rich and immersive experiences that are as fast and responsive as native applications installed on your PC. A robust set of built-in security, privacy, and reliability technologies keep you safer and your browsing experience uninterrupted.
Locked=false
Contact=reboot.pro
Date=16/FEB/2013
Selected=True
Download_Level=2
Mandatory=False
NoWarning=False
Credits=My BIG THANK YOU for Lancelot! His ideas improved this script a lot.
Disable="%ProjectDir%\Components\IE Internet Explorer.script"
Depend="%ProjectDir%\Components\DirectX11.script"
CertifiedBy=
Certification=
HistoryNotes=v1: First release.
History001=v2: Implemented Lancelot suggestions. Included dependencies and tested it further.
History002=v3: Small change to avoid Windows dialog confirmation when extracting IE installer files.
History003=v3: Fixed the IE first run lag problem.
History004=v4: Removed the "Additional Fonts and Codepages" script dependency.
History005=v5: Improved IEPECreator and minor changes.
History006=v6: Fixed the IE first run lag and input boxes problems.
History007=v6: Enforced dependencies.
History008=

[Variables]
%ProgramEXE%=iexplore.exe
%ProgramTitle%=Internet Explorer 9
%DependenciesList%=activeds.dll,adsldpc.dll,advapi32.dll,apphelp.dll,atl.dll,bcrypt.dll,bcryptprimitives.dll,cabinet.dll,cmd.exe,comctl32.dll,cryptnet.dll,cryptsp.dll,cryptui.dll,d2d1.dll,d3d10.dll,d3d10core.dll,d3d10level9.dll,d3d10warp.dll,d3d10_1.dll,d3d10_1core.dll,dciman32.dll,ddraw.dll,ddrawex.dll,devrtl.dll,dhcpcsvc.dll,dhcpcsvc6.dll,dnsapi.dll,dui70.dll,duser.dll,dwmapi.dll,dwrite.dll,dxgi.dll,dxtmsft.dll,dxtrans.dll,evr.dll,explorerframe.dll,fwpuclnt.dll,gdi32.dll,gpapi.dll,ieframe.dll,iepeers.dll,iertutil.dll,ieui.dll,imm32.dll,iphlpapi.dll,kernel32.dll,mf.dll,mfc42u.dll,mfplat.dll,mfreadwrite.dll,mlang.dll,msfeeds.dll,msfeedsbs.dll,mshtml.dll,msiltcfg.dll,msimg32.dll,msimtf.dll,msls31.dll,msrating.dll,mstask.dll,msvcrt.dll,mswsock.dll,msxml3.dll,msxml3r.dll,NaturalLanguage6.dll,ncrypt.dll,netprofm.dll,nlaapi.dll,npmproxy.dll,ntmarta.dll,ole32.dll,oleacc.dll,oleaccrc.dll,oleaut32.dll,p2pcollab.dll,peerdist.dll,powrprof.dll,prntvpt.dll,profapi.dll,propsys.dll,rasadhlp.dll,rasapi32.dll,rasdlg.dll,rasman.dll,rpcrtremote.dll,rsaenh.dll,rtutils.dll,sc.exe,schannel.dll,sechost.dll,secur32.dll,sensapi.dll,setupapi.dll,shell32.dll,shlwapi.dll,spinf.dll,sqmapi.dll,sxs.dll,taskschd.dll,tzres.dll,url.dll,urlmon.dll,user32.dll,userenv.dll,uxtheme.dll,version.dll,webio.dll,wer.dll,windowscodecs.dll,winhttp.dll,wininet.dll,winnsi.dll,wintrust.dll,ws2_32.dll,wship6.dll,wshtcpip.dll,wtsapi32.dll,xmllite.dll
%hash%=#

[Process]
Echo,Processing %ProgramTitle%...
//These lines will require the necessary files.
StrFormat,SPLIT,%DependenciesList%,#$c,0,%Count%
Loop,%ScriptFile%,Process-Dependencies,1,%Count%
If,%SourceArch%,Equal,x64,Begin
Set,%PluginArch%,x86
StrFormat,SPLIT,%DependenciesList%,#$c,0,%Countx86x64%
Loop,%ScriptFile%,Process-Dependenciesx86x64,1,%Countx86x64%
Set,%PluginArch%,%SourceArch%
End
//This is the end of requiring files.
//These lines will require the Arial font and register it.
If,NOT,EXISTFILE,"%Target_Win%\Fonts\arial.ttf",Require,Font,arial.ttf
RegHiveLoad,Tmp_Software,%RegSoftware%
RegWrite,HKLM,0x1,"Tmp_Software\Microsoft\Windows NT\CurrentVersion\Fonts","Arial (TrueType)",arial.ttf
If,%SourceArch%,Equal,x64,RegWrite,HKLM,0x1,"Tmp_Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Fonts","Arial (TrueType)",arial.ttf
RegHiveUnLoad,Tmp_Software
//This is the end of requiring Arial font and registering it.
RunFromRam,True
If,Not,ExistFile,"%pFileBox1%%SourceArch%_EXTRACTION_OK!",Run,%ScriptFile%,Process-ExtractFiles_IE9
//x86 section.
If,%SourceArch%,Equal,x86,Begin
FileCopy,"%pFileBox1%Files_%SourceArch%\Program Files (x86)\*.*","%TargetDir%\Program Files"
FileCopy,"%pFileBox1%Files_%SourceArch%\Program Files (x86)\Internet Explorer\ieshims.dll","%Target_Win%\System32"
FileCopy,"%pFileBox1%Files_%SourceArch%\Windows\*.*","%Target_Win%"
FileCopy,"%pFileBox1%Files_%SourceArch%\SysWOW64\*.*","%Target_Win%\System32"
If,%pCheckBox1%,Equal,True,Begin
If,%pCheckBox3%,Equal,False,Add_Shortcut,StartMenu,%ProgramTitle%,"%SystemDrive%\Program Files\Internet Explorer\%ProgramEXE%","Internet Explorer"
If,%pCheckBox3%,Equal,True,Add_Shortcut,StartMenu,%pTextBox1%,"%SystemDrive%\Program Files\Internet Explorer\%ProgramEXE%","Internet Explorer"
End
If,%pCheckBox2%,Equal,True,Add_Shortcut,Desktop,,"%SystemDrive%\Program Files\Internet Explorer\%ProgramEXE%","Internet Explorer",,,,
End
//This is the end of x86 section.
//x64 section.
If,%SourceArch%,Equal,x64,Begin
If,%pCheckBox4%,Equal,True,FileCopy,"%pFileBox1%Files_%SourceArch%\Program Files\*.*","%TargetDir%\Program Files"
FileCopy,"%pFileBox1%Files_%SourceArch%\Program Files (x86)\*.*","%TargetDir%\Program Files (x86)"
FileCopy,"%pFileBox1%Files_%SourceArch%\Program Files\Internet Explorer\ieshims.dll","%Target_Win%\System32"
FileCopy,"%pFileBox1%Files_%SourceArch%\Program Files (x86)\Internet Explorer\ieshims.dll","%Target_Win%\SysWOW64"
FileCopy,"%pFileBox1%Files_%SourceArch%\Windows\*.*","%Target_Win%"
If,%pCheckBox4%,Equal,True,FileCopy,"%pFileBox1%Files_%SourceArch%\System32\*.*","%Target_Win%\System32"
FileCopy,"%pFileBox1%Files_%SourceArch%\SysWOW64\*.*","%Target_Win%\SysWOW64"
If,%pCheckBox1%,Equal,True,Begin
If,%pCheckBox4%,Equal,True,If,%pCheckBox3%,Equal,False,Add_Shortcut,StartMenu,%ProgramTitle%,"%SystemDrive%\Program Files\Internet Explorer\%ProgramEXE%","Internet Explorer (64 bits)"
If,%pCheckBox4%,Equal,True,If,%pCheckBox3%,Equal,True,Add_Shortcut,StartMenu,%pTextBox1%,"%SystemDrive%\Program Files\Internet Explorer\%ProgramEXE%","Internet Explorer (64 bits)"
If,%pCheckBox3%,Equal,False,Add_Shortcut,StartMenu,%ProgramTitle%,"%SystemDrive%\Program Files (x86)\Internet Explorer\%ProgramEXE%","Internet Explorer"
If,%pCheckBox3%,Equal,True,Add_Shortcut,StartMenu,%pTextBox1%,"%SystemDrive%\Program Files (x86)\Internet Explorer\%ProgramEXE%","Internet Explorer"
End
If,%pCheckBox4%,Equal,True,If,%pCheckBox2%,Equal,True,Add_Shortcut,Desktop,,"%SystemDrive%\Program Files\Internet Explorer\%ProgramEXE%","Internet Explorer (64 bits)",,,,
If,%pCheckBox2%,Equal,True,Add_Shortcut,Desktop,,"%SystemDrive%\Program Files (x86)\Internet Explorer\%ProgramEXE%","Internet Explorer",,,,
End
//This is the end of x64 section.
Echo,"Creating Registry entries..."
//These lines will create the necessary Registry entries.
Exec,"%pFileBox1%Files_%SourceArch%\IEPERegistry.script",Process
//This is the creation of Registry entries end.
//These lines will create the necessary configuration Registry entries.
RegHiveLoad,Tmp_Default,%RegDefault%
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",StatusBarOther,1
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",StatusBarWeb,1
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main","Disable Script Debugger",yes
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main","Start Page",%Homepage%
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main","Anchor Underline",yes
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",Cache_Update_Frequency,Once_Per_Session
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main","Display Inline Images",yes
RegWrite,HKLM,0x3,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",Do404Search,01,00,00,00
RegWrite,HKLM,0x2,"Tmp_Default\Software\Microsoft\Internet Explorer\Main","Local Page",%SystemDrive%\windows\system32\blank.htm
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",Save_Session_History_On_Exit,no
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",Show_FullURL,no
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",Show_StatusBar,yes
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",Show_ToolBar,yes
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",Show_URLinStatusBar,yes
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",Show_URLToolBar,yes
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",Use_DlgBox_Colors,yes
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main","Search Page",http://go.microsoft.com/fwlink/?LinkId=54896
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",XMLHTTP,1
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",NoUpdateCheck,1
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",DisableScriptDebuggerIE,yes
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",UseClearType,no
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main","Enable Browser Extensions",yes
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",Play_Background_Sounds,yes
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",Play_Animations,yes
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",CompatibilityFlags,0
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",FullScreen,no
RegWrite,HKLM,0x3,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",Window_Placement,2c,00,00,00,02,00,00,00,03,00,00,00,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,36,00,00,00,26,00,00,00,56,03,00,00,a6,02,00,00
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main","Start Page Redirect Cache",http://br.msn.com/?ocid=iehp
RegWrite,HKLM,0x3,"Tmp_Default\Software\Microsoft\Internet Explorer\Main","Start Page Redirect Cache_TIMESTAMP",ff,ff,95,26,e6,cf,cd,01
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main","Start Page Redirect Cache AcceptLangs",pt-BR
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",IE9RunOncePerInstallCompleted,1
RegWrite,HKLM,0x3,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",IE9RunOnceCompletionTime,1b,da,f7,2c,e6,cf,cd,01
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",IE9TourShown,1
RegWrite,HKLM,0x3,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",IE9TourShownTime,56,c0,fa,2c,e6,cf,cd,01
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",IconCache,2p0qyi8
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Main",Check_Associations,no
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\TabbedBrowsing",NTPFirstRun,1
If,%pScrollBox1%,Equal,"Blank page",RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\TabbedBrowsing",NewTabPageShow,0
If,%pScrollBox1%,Equal,"Homepage",RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\TabbedBrowsing",NewTabPageShow,1
If,%pScrollBox1%,Equal,"New Tab page",RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\TabbedBrowsing",NewTabPageShow,2
If,%pCheckBox8%,Equal,False,RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\MINIE",ShowStatusBar,0
If,%pCheckBox8%,Equal,True,RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\MINIE",ShowStatusBar,1
If,%pCheckBox7%,Equal,False,RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\MINIE",CommandBarEnabled,0
If,%pCheckBox7%,Equal,True,RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\MINIE",CommandBarEnabled,1
If,%pCheckBox5%,Equal,False,RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\MINIE",LinksBandEnabled,0
If,%pCheckBox5%,Equal,True,RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\MINIE",LinksBandEnabled,1
If,%pCheckBox6%,Equal,False,RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\MINIE",AlwaysShowMenus,0
If,%pCheckBox6%,Equal,True,RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\MINIE",AlwaysShowMenus,1
//This will fix the search engines bug.
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes",DefaultScope,{F486D74E-8CB0-4574-8474-9C6FD529CBD2}
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes",DownloadUpdates,1
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes",Version,3
RegWrite,HKLM,0x3,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes",UpgradeTime,a4,f3,ae,4e,5c,75,cc,01
RegWrite,HKLM,0x3,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes",KnownProvidersUpgradeTime,83,4e,91,4d,5c,75,cc,01
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes\{0633EE93-D776-472f-A0FF-E1416B8B2E3A}",Deleted,1
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes\{6B21DEEF-DE60-4955-B633-3FE5227A0609}",DisplayName,Bing
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes\{6B21DEEF-DE60-4955-B633-3FE5227A0609}",URL,http://www.bing.com/search?q={searchTerms}&form=IE8SRC&src=IE-SearchBox
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes\{6B21DEEF-DE60-4955-B633-3FE5227A0609}",ShowSearchSuggestions,1
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes\{6B21DEEF-DE60-4955-B633-3FE5227A0609}",SuggestionsURL,http://api.bing.com/qsml.aspx?query={searchTerms}&market={Language}&form=IE8SSC&maxwidth={ie:maxWidth}&rowheight={ie:rowHeight}&sectionHeight={ie:sectionHeight}
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes\{6B21DEEF-DE60-4955-B633-3FE5227A0609}",Codepage,65001
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes\{6B21DEEF-DE60-4955-B633-3FE5227A0609}",OSDFileURL,http://www.iegallery.com/pt-br/A ... dOn?resourceId=1710
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes\{6B21DEEF-DE60-4955-B633-3FE5227A0609}",FaviconURL,http://www.bing.com/favicon.ico
RegWrite,HKLM,0x2,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes\{6B21DEEF-DE60-4955-B633-3FE5227A0609}",FaviconPath,"%USERPROFILE%\AppData\LocalLow\Microsoft\Internet Explorer\Services\search_{6B21DEEF-DE60-4955-B633-3FE5227A0609}.ico"
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes\{6B21DEEF-DE60-4955-B633-3FE5227A0609}",SortIndex,2
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes\{F486D74E-8CB0-4574-8474-9C6FD529CBD2}",DisplayName,Google
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes\{F486D74E-8CB0-4574-8474-9C6FD529CBD2}",URL,http://www.google.com/search?hl=lang&q={searchTerms}
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes\{F486D74E-8CB0-4574-8474-9C6FD529CBD2}",ShowSearchSuggestions,1
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes\{F486D74E-8CB0-4574-8474-9C6FD529CBD2}",SuggestionsURL_JSON,http://suggestqueries.google.com ... ent=firefox&qu={searchTerms}
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes\{F486D74E-8CB0-4574-8474-9C6FD529CBD2}",OSDFileURL,http://www.iegallery.com/pt-br/A ... dOn?resourceId=1671
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes\{F486D74E-8CB0-4574-8474-9C6FD529CBD2}",FaviconURL,http://www.google.com/favicon.ico
RegWrite,HKLM,0x2,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes\{F486D74E-8CB0-4574-8474-9C6FD529CBD2}",FaviconPath,"%USERPROFILE%\AppData\LocalLow\Microsoft\Internet Explorer\Services\search_{F486D74E-8CB0-4574-8474-9C6FD529CBD2}.ico"
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Internet Explorer\SearchScopes\{F486D74E-8CB0-4574-8474-9C6FD529CBD2}",SortIndex,1
//This is the end of search engines bug fix.
//This will fix the first run lag. It was found at http://www.techtopeace.com/2011/ ... tically-detect.html
RegWrite,HKLM,0x3,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections",DefaultConnectionSettings,3c,00,00,00,11,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
//This is the end of first run lag fix.
//This will fix the first run input boxes bug.
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones",,
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones",SelfHealCount,1
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0",,
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0",DisplayName,Computer
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0",PMDisplayName,"Computer [Protected Mode]"
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0",Description,"Your computer"
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0",Icon,shell32.dll%hash%0016
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0",LowIcon,inetcpl.cpl%hash%005422
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0",CurrentLevel,0
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0",Flags,33
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0",1200,0
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0",1400,0
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1",,
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1",DisplayName,"Local intranet"
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1",PMDisplayName,"Local intranet [Protected Mode]"
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1",Description,"This zone contains all Web sites that are on your organization's intranet."
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1",Icon,shell32.dll%hash%0018
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1",LowIcon,inetcpl.cpl%hash%005423
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1",CurrentLevel,66816
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1",Flags,323
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1",1200,0
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1",1400,0
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1",2500,3
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2",,
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2",DisplayName,"Trusted sites"
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2",PMDisplayName,"Trusted sites [Protected Mode]"
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2",Description,"This zone contains Web sites that you trust not to damage your computer or data."
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2",Icon,inetcpl.cpl%hash%00004480
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2",LowIcon,inetcpl.cpl%hash%005424
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2",CurrentLevel,69632
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2",Flags,71
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2",1200,0
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2",1400,0
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3",,
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3",DisplayName,Internet
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3",PMDisplayName,"Internet [Protected Mode]"
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3",Description,"This zone contains all Web sites you haven't placed in other zones"
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3",Icon,inetcpl.cpl%hash%001313
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3",LowIcon,inetcpl.cpl%hash%005425
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3",CurrentLevel,70912
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3",Flags,1
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3",1200,0
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3",1400,0
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4",,
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4",DisplayName,"Restricted sites"
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4",PMDisplayName,"Restricted sites [Protected Mode]"
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4",Description,"This zone contains Web sites that could potentially damage your computer or data."
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4",Icon,inetcpl.cpl%hash%00004481
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4",LowIcon,inetcpl.cpl%hash%005426
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4",CurrentLevel,73728
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4",Flags,3
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4",1200,3
RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4",1400,3
//This is the end of first run input boxes bug fix.
RegHiveUnLoad,Tmp_Default
//This is the creation of configuration Registry entries end.

[Process-Dependencies]
StrFormat,SPLIT,%DependenciesList%,#$c,#c,%Dependency%
If,NOT,EXISTFILE,"%Target_Win%\System32\%Dependency%",Require_FileQ,%Dependency%

[Process-Dependenciesx86x64]
StrFormat,SPLIT,%DependenciesList%,#$c,#c,%Dependencyx86x64%
If,NOT,EXISTFILE,"%Target_Win%\SysWOW64\%Dependencyx86x64%",Require_FileQ,%Dependencyx86x64%

[Process-OpenFiles_IE9]
If,%pFileBox1%,Equal,"",Exit,"No IE9 files folder path found."
If,Not,ExistDir,%pFileBox1%,DirMake,%pFileBox1%
System,FILEREDIRECT,OFF
ShellExecuteEx,Open,explorer.exe,/e#$c#$q%pFileBox1%#$q
System,FILEREDIRECT,ON

[Process-ExtractFiles_IE9]
Echo,"Please wait. Extracting and filtering installation files (it will take several minutes)..."
If,ExistDir,"%pFileBox1%Files_x86",Begin
DirDelete,"%pFileBox1%Files_x86"
DirMake,"%pFileBox1%Files_%SourceArch%"
Call,FileDelete,"%pFileBox1%\x86_EXTRACTION_OK!",NOWARN
End
If,ExistDir,"%pFileBox1%Files_x64",Begin
DirDelete,"%pFileBox1%Files_x64"
DirMake,"%pFileBox1%Files_%SourceArch%"
Call,FileDelete,"%pFileBox1%\x64_EXTRACTION_OK!",NOWARN
End
If,Not,ExistDir,"%pFileBox1%Files_%SourceArch%",DirMake,"%pFileBox1%Files_%SourceArch%"
ShellExecute,Hide,cmd.exe,/C#$s#$q%pFileBox_%SourceArch%%#$s/X:#$q%pFileBox1%Files_%SourceArch%#$q#$q
ExtractFile,%ScriptFile%,Files,RENAME.exe,"%pFileBox1%Files_%SourceArch%"
ShellExecute,Hide,"%pFileBox1%Files_%SourceArch%\RENAME.exe"
Call,FileDelete,"%pFileBox1%Files_%SourceArch%\RENAME.exe"
Unpack,%pFileBox1%Files_%SourceArch%\IE*-Win7.CAB,UnZip,"%pFileBox1%Files_%SourceArch%\Files"
If,ExistFile,"%pFileBox1%Files_%SourceArch%\ielangpack-LANG.CAB",Expand,"%pFileBox1%Files_%SourceArch%\ielangpack-LANG.CAB","%pFileBox1%Files_%SourceArch%\Files"
Call,FileDelete,%pFileBox1%Files_%SourceArch%\IE*_SUPPORT.CAB
Call,FileDelete,%pFileBox1%Files_%SourceArch%\IE*-Win7.CAB
Call,FileDelete,%pFileBox1%Files_%SourceArch%\SQMAPI.DLL
If,ExistFile,"%pFileBox1%Files_%SourceArch%\ielangpack-LANG.CAB",Call,FileDelete,%pFileBox1%Files_%SourceArch%\ielangpack-LANG.CAB
ExtractFile,%ScriptFile%,Files,IEPECreator.exe,"%pFileBox1%Files_%SourceArch%\Files"
ShellExecute,Hide,"%pFileBox1%Files_%SourceArch%\Files\IEPECreator.exe","%SourceArch%#$s%SystemDrive%","%pFileBox1%Files_%SourceArch%\Files\"
ExtractFile,%ScriptFile%,Files,RegCPE.exe,"%pFileBox1%Files_%SourceArch%\Files\[Filtered]"
ShellExecute,Hide,"%pFileBox1%Files_%SourceArch%\Files\[Filtered]\RegCPE.exe","/S:IEPERegistry.reg /O:SCRIPT /T:IEPERegistry.script","%pFileBox1%Files_%SourceArch%\Files\[Filtered]\"
Call,FileDelete,"%pFileBox1%Files_%SourceArch%\Files\[Filtered]\RegCPE.exe"
Call,FileDelete,"%pFileBox1%Files_%SourceArch%\Files\[Filtered]\RegCPE.ini"
FileCopy,"%pFileBox1%Files_%SourceArch%\Files\[Filtered]\*.*","%pFileBox1%Files_%SourceArch%"
DirDelete,"%pFileBox1%Files_%SourceArch%\Files"
//This line will mark the extraction as successful.
FileCreateBlank,"%pFileBox1%%SourceArch%_EXTRACTION_OK!"
//This is the marking end.

[Interface]
pWebLabel1="Download IE9 here!",1,10,222,309,95,18,http://windows.microsoft.com/en- ... worldwide-languages
pWebLabel2="Terms of Use",1,10,313,610,63,18,http://go.microsoft.com/fwlink/?linkid=123158
pWebLabel4="Forum Topic",1,10,386,629,58,18,http://theoven.org/index.php?topic=106
pFileBox1="%GlobalTemplates%\Internet Explorer 9\",1,13,81,17,418,20,dir
pFileBox_x86=G:\IE9-Windows7-x86-ptb.exe,1,13,102,48,397,20,file
pFileBox_x64=G:\IE9-Windows7-x64-ptb.exe,1,13,102,79,397,20,file
pTextBox1=,1,0,259,110,218,21,"Network\Internet Explorer 9"
pTextLabel1="Work folder:",1,1,11,20,72,18,8,Normal
pTextLabel2=INSTRUCTIONS:,1,1,12,346,94,19,8,Bold
pTextLabel3="Second, to extract the setup files you have to click the #$qExtract Files#$q button. It will extract and prepare all files and registry entries for the right PE build version and architecture you are building. Remember to check the right checkbox if you want to add the Internet Explorer x64 version on a x64 PE build besides the Internet Explorer x86 version.",1,1,13,422,577,52,8,Bold,Normal
pTextLabel6="This Internet Explorer script was developed to work with Internet Explorer 9. First, you will have to get Internet Explorer offline setup file (download the right version for your build or both versions if it's what you need), so just click the #$qDownload IE9 here!#$q link and you will be redirected to Internet Explorer 9 Homepage. Alternatively, you may just point to an already download file, to achieve that, just point to the file in the #$qSource file#$q box.",1,1,13,365,576,72,8,Normal
pTextLabel7="Internet Explorer 9 Homepage:",1,1,13,307,203,18,10,Bold
pTextLabel9="Source file (x86):",1,1,11,49,90,18,8,Normal
pTextLabel10="Currently, this script should be compatible with Windows Vista (x86 and x64) and Windows 7 (x86 and x64) based PE builds.",1,1,12,544,581,29,9,Bold
pTextLabel11=NOTES:,1,1,12,496,94,19,8,Bold
pTextLabel12="Source file (x64):",1,1,11,80,90,18,8,Normal
pTextLabel13="COPYRIGHT NOTICE:",1,1,12,593,119,19,8,Bold
pTextLabel14="Internet Explorer - Copyright ?2012 Microsoft.",1,1,12,610,300,18,9,Bold
pTextLabel15="Reg Convert PE (RegCPE) - Copyright BlueLife and Lancelot.",1,1,12,629,370,18,9,Bold
pTextLabel16="Internet Explorer settings:",1,1,10,176,160,20,8,Bold
pTextLabel17="New Tab opens:",1,1,12,268,80,20,8,Normal
pTextLabel18=Homepage:,1,1,12,240,60,20,8,Normal
pTextLabel19="IE9 needs #$qDirectX 11#$q script to run. You must be sure it is integrated into your build or IE9 will not work as expected.",1,1,12,512,579,29,9,Bold
Homepage=,1,0,72,238,280,20,http://www.google.com
pScrollBox1=Homepage,1,4,95,264,100,21,"Blank page",Homepage,"New Tab page"
pCheckBox1="Add shortcut to Start Menu",1,3,10,111,155,18,True
pCheckBox2="Add shortcut to Desktop",1,3,10,132,200,18,True
pCheckBox3="Custom Group:",1,3,168,111,90,18,True
pCheckBox4="Add IE x64 version",1,3,10,152,120,20,False
pCheckBox5="Show Favorites bar",1,3,10,194,120,20,False
pCheckBox6="Show Menu bar",1,3,10,215,100,20,False
pCheckBox7="Show Command bar",1,3,145,194,120,20,False
pCheckBox8="Show Status bar",1,3,145,215,100,20,False
pButton1="Open Folder",1,8,511,15,80,25,Process-OpenFiles_IE9,0,False,False,_Process-OpenFiles_IE9_,False
pButton2="Extract Files",1,8,511,46,80,25,Process-ExtractFiles_IE9,0,False,False,_Process-ExtractFiles_IE9_,False
pBevel1=pBevel1,1,12,3,9,596,283
pBevel2=pBevel2,1,12,3,340,596,142
pBevel3=pBevel3,1,12,3,300,596,32
pBevel4=pBevel4,1,12,3,490,596,90
pBevel5=pBevel5,1,12,3,588,596,63
2#
 楼主| 发表于 2013-6-17 21:32:54 | 只看该作者
怎么没人帮助我,好伤心啊
回复

使用道具 举报

3#
发表于 2017-1-15 08:33:36 | 只看该作者
樓主後來解決了嗎?
還有有沒有ie11 的腳本? 謝謝
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2024-4-23 18:24

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表