注册 | 登录

游侠NETSHOW论坛





查看: 4825|回复: 1
打印 上一主题 下一主题

[下载] 火影-革命nsi解决求助 [复制链接]

帖子
2
精华
0
积分
1
金钱
18
荣誉
0
人气
0
评议
0
跳转到指定楼层
楼主
发表于 2015-6-1 23:28:53 |只看该作者 |倒序浏览
本帖最后由 qq4709 于 2015-6-1 23:46 编辑

版主你好。。下载了 火影-革命之后安装不了。
RAR内文件是:
1.Data.7z
2.火影忍者疾风传:究极忍者风暴-革命 中文版.nsi
nsi我用Nsis打开全是代码,
用Zip2Exe 0.35 也创建不了EXE安装文件,错误提示:打开ZIP文件时错误


以下是文件原代码

; 该脚本使用 HM VNISEdit 脚本编辑器向导产生
;!define USE_STANDARD_FILE
!define TOTAL_SIZE "8476236216"
#网站类型
!define DOWNLOAD_SITE "1"
#游戏名称
!define Text_Game_Name "火影忍者疾风传:究极忍者风暴-革命 中文版"
#游戏简介
!define Text_Game_Info "本作着重强调合体奥义元素,第7班的小樱,鸣人,佐助将有酷炫的合体奥义。除了奥义合体之外,包括二代土影,三代雷影,二代水影,四代风影等角色在内的118名角色将参展!值得一提的是,还有一名特殊角色,那就是传说中的机甲鸣人他的身体完全是由金属打造,全身都是武器,并且拥有两种形态:机甲鸣人(九尾模式)和机甲藏马。"
#安装协议
!define Text_Agreement_Info "安装协议                                                                      \
  1、本游戏的游戏文件转载自互联网,我们不为游戏文件导致的问题承担责任。            \
  2、安装包在制作前已经过测试,不含病毒木马,但由于条件限制,我们不保证安装包在所有电脑上都不被报毒,请酌情使用。                                                \
  3、游戏安装时会连接互联网,因此可能导致一些安全软件提示,如果您觉得不安全可以立即停止安装。                                                                   \
  4、如果您选择安装本游戏,则表示您同意上述协议的内容。"
; 安装程序初始定义常量
!define PRODUCT_NAME "火影忍者疾风传:究极忍者风暴-革命 中文版"
!define PRODUCT_VERSION ""
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\火影忍者疾风传:究极忍者风暴-革命.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
SetCompressor lzma
; ------ MUI 现代界面定义 (1.67 版本以上兼容) ------
!include "MUI.nsh"
; MUI 预定义常量
!define MUI_ABORTWARNING
!define MUI_ICON "game.ico"
!define MUI_UNICON "game.ico"
; 安装预释放文件
!insertmacro MUI_RESERVEFILE_INSTALLOPTIONS
; ------ MUI 现代界面定义结束 ------
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
OutFile "火影忍者疾风传:究极忍者风暴-革命 中文版.exe"
InstallDir "c:\game\NARUTO SHIPPUDEN ULTIMATE NINJA STORM REVOLUTION"
InstallDirRegKey HKLM "${PRODUCT_UNINST_KEY}" "UninstallString"
ShowInstDetails show
ShowUnInstDetails show
BrandingText " "
!include "52zyx.nsh"
Section "MainSection" SEC01
  SetOutPath "$INSTDIR"
  SetOverwrite ifnewer
  ${MyFile} "火影忍者疾风传:究极忍者风暴-革命 中文版\ALI213.ini"
  ${MyFile} "火影忍者疾风传:究极忍者风暴-革命 中文版\bnusCore_win.dll"
  ${MyFile} "火影忍者疾风传:究极忍者风暴-革命 中文版\D3DCompiler_43.dll"
  ${MyFile} "火影忍者疾风传:究极忍者风暴-革命 中文版\D3DX9_43.dll"
  ${MyFile} "火影忍者疾风传:究极忍者风暴-革命 中文版\ExeConfig.ini"
  ${MyFile} "火影忍者疾风传:究极忍者风暴-革命 中文版\game.ico"
  ${MyFile} "火影忍者疾风传:究极忍者风暴-革命 中文版\launcher.png"
  ${MyFile} "火影忍者疾风传:究极忍者风暴-革命 中文版\NSUNSR.exe"
  ${MyFile} "火影忍者疾风传:究极忍者风暴-革命 中文版\NSUNSR.ini"
  ${MyFile} "火影忍者疾风传:究极忍者风暴-革命 中文版\NSUNSR_launcher.exe"
  ${MyFile} "火影忍者疾风传:究极忍者风暴-革命 中文版\NSUNSR_option1.exe"
  ${MyFile} "火影忍者疾风传:究极忍者风暴-革命 中文版\NSUNSR_option2.exe"
  ${MyFile} "火影忍者疾风传:究极忍者风暴-革命 中文版\nuSound2_win.dll"
  ${MyFile} "火影忍者疾风传:究极忍者风暴-革命 中文版\sdkencryptedappticket.dll"
  ${MyFile} "火影忍者疾风传:究极忍者风暴-革命 中文版\SharpDX.DirectInput.dll"
  ${MyFile} "火影忍者疾风传:究极忍者风暴-革命 中文版\SharpDX.dll"
  ${MyFile} "火影忍者疾风传:究极忍者风暴-革命 中文版\SharpDX.XInput.dll"
  ${MyFile} "火影忍者疾风传:究极忍者风暴-革命 中文版\steam_api.dll"
  ${MyFile} "火影忍者疾风传:究极忍者风暴-革命 中文版\xinput1_3.dll"
  ${MyFile} "火影忍者疾风传:究极忍者风暴-革命 中文版\火影忍者疾风传:究极忍者风暴-革命.exe"

SetOutPath "$INSTDIR"
${MyExtra7z} "$exedir\data.7z"

SetOutPath "$INSTDIR"
CreateShortCut "$DESKTOP\火影忍者疾风传:究极忍者风暴-革命 中文版.lnk" "$INSTDIR\火影忍者疾风传:究极忍者风暴-革命.exe" "" "$INSTDIR\game.ico"
SectionEnd
section -AdditionalIcons
SetOutPath "$INSTDIR"
CreateDirectory "$SMPROGRAMS\火影忍者疾风传:究极忍者风暴-革命 中文版"
CreateShortCut "$SMPROGRAMS\火影忍者疾风传:究极忍者风暴-革命 中文版\火影忍者疾风传:究极忍者风暴-革命 中文版.lnk" "$INSTDIR\火影忍者疾风传:究极忍者风暴-革命.exe" "" "$INSTDIR\game.ico"
SetOutPath "$INSTDIR"
CreateShortCut "$SMPROGRAMS\火影忍者疾风传:究极忍者风暴-革命 中文版\卸载火影忍者疾风传:究极忍者风暴-革命 中文版.lnk" "$INSTDIR\uninst.exe"
SectionEnd

Section - Post
  WriteUninstaller "$INSTDIR\uninst.exe"
  WriteRegStr HKLM "${PRODUCT_DIR_REGKEY}" "" "$INSTDIR\火影忍者疾风传:究极忍者风暴-革命.exe"
  WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayName" "$(^Name)"
  WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "UninstallString" "$INSTDIR\uninst.exe"
  WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayIcon" "$INSTDIR\火影忍者疾风传:究极忍者风暴-革命.exe"
SectionEnd

Section Uninstall
  Delete "$INSTDIR\uninst.exe"
  Delete "$INSTDIR\ALI213.ini"
  Delete "$INSTDIR\bnusCore_win.dll"
  Delete "$INSTDIR\D3DCompiler_43.dll"
  Delete "$INSTDIR\D3DX9_43.dll"
  Delete "$INSTDIR\ExeConfig.ini"
  Delete "$INSTDIR\game.ico"
  Delete "$INSTDIR\launcher.png"
  Delete "$INSTDIR\NSUNSR.exe"
  Delete "$INSTDIR\NSUNSR.ini"
  Delete "$INSTDIR\NSUNSR_launcher.exe"
  Delete "$INSTDIR\NSUNSR_option1.exe"
  Delete "$INSTDIR\NSUNSR_option2.exe"
  Delete "$INSTDIR\nuSound2_win.dll"
  Delete "$INSTDIR\sdkencryptedappticket.dll"
  Delete "$INSTDIR\SharpDX.DirectInput.dll"
  Delete "$INSTDIR\SharpDX.dll"
  Delete "$INSTDIR\SharpDX.XInput.dll"
  Delete "$INSTDIR\steam_api.dll"
  Delete "$INSTDIR\xinput1_3.dll"
  Delete "$INSTDIR\火影忍者疾风传:究极忍者风暴-革命.exe"
  Delete "$INSTDIR\br\NSUNSR_launcher.resources.dll"
  Delete "$INSTDIR\br\NSUNSR_option1.resources.dll"
  Delete "$INSTDIR\br\NSUNSR_option2.resources.dll"
  RmDir "$INSTDIR\br"
  Delete "$INSTDIR\data\disc\adx2.cpk"
  Delete "$INSTDIR\data\disc\movie.cpk"
  RmDir "$INSTDIR\data\disc"
  Delete "$INSTDIR\data\sim\data.cpk"
  Delete "$INSTDIR\data\sim\dataRegion.cpk"
  Delete "$INSTDIR\data\sim\dataRegion_win32.cpk"
  Delete "$INSTDIR\data\sim\data_win32.cpk"
  Delete "$INSTDIR\data\sim\sound.cpk"
  Delete "$INSTDIR\data\sim\stage.cpk"
  Delete "$INSTDIR\data\sim\stage_win32.cpk"
  RmDir "$INSTDIR\data\sim"
  RmDir "$INSTDIR\data\sound\sndev"
  Delete "$INSTDIR\data\sound\WIN32\config.bin"
  Delete "$INSTDIR\data\sound\WIN32\config_3d.bin"
  RmDir "$INSTDIR\data\sound\WIN32\chara_se"
  RmDir "$INSTDIR\data\sound\WIN32"
  RmDir "$INSTDIR\data\sound"
  Delete "$INSTDIR\data\system\celshade.tex.xfbin"
  Delete "$INSTDIR\data\system\grd00.tex.xfbin"
  Delete "$INSTDIR\data\system\nuccMaterial_win32.nsh"
  Delete "$INSTDIR\data\system\nuccPostEffect_win32.nsh"
  RmDir "$INSTDIR\data\system"
  RmDir "$INSTDIR\data"
  Delete "$INSTDIR\de\NSUNSR_launcher.resources.dll"
  Delete "$INSTDIR\de\NSUNSR_option1.resources.dll"
  Delete "$INSTDIR\de\NSUNSR_option2.resources.dll"
  RmDir "$INSTDIR\de"
  Delete "$INSTDIR\es\NSUNSR_launcher.resources.dll"
  Delete "$INSTDIR\es\NSUNSR_option1.resources.dll"
  Delete "$INSTDIR\es\NSUNSR_option2.resources.dll"
  RmDir "$INSTDIR\es"
  Delete "$INSTDIR\fr\NSUNSR_launcher.resources.dll"
  Delete "$INSTDIR\fr\NSUNSR_option1.resources.dll"
  Delete "$INSTDIR\fr\NSUNSR_option2.resources.dll"
  RmDir "$INSTDIR\fr"
  Delete "$INSTDIR\it\NSUNSR_launcher.resources.dll"
  Delete "$INSTDIR\it\NSUNSR_option1.resources.dll"
  Delete "$INSTDIR\it\NSUNSR_option2.resources.dll"
  RmDir "$INSTDIR\it"
  Delete "$INSTDIR\pl\NSUNSR_launcher.resources.dll"
  Delete "$INSTDIR\pl\NSUNSR_option1.resources.dll"
  Delete "$INSTDIR\pl\NSUNSR_option2.resources.dll"
  RmDir "$INSTDIR\pl"
  RmDir "$INSTDIR\Profile\ALI213\Saves"
  RmDir "$INSTDIR\Profile\ALI213\SavesBackup"
  RmDir "$INSTDIR\Profile\ALI213\Screenshots"
  RmDir "$INSTDIR\Profile\ALI213\Stats"
  RmDir "$INSTDIR\Profile\ALI213\UGC"
  RmDir "$INSTDIR\Profile\ALI213"
  RmDir "$INSTDIR\Profile"
  Delete "$INSTDIR\pt\NSUNSR_launcher.resources.dll"
  Delete "$INSTDIR\pt\NSUNSR_option1.resources.dll"
  Delete "$INSTDIR\pt\NSUNSR_option2.resources.dll"
  RmDir "$INSTDIR\pt"
  Delete "$INSTDIR\ru\NSUNSR_launcher.resources.dll"
  Delete "$INSTDIR\ru\NSUNSR_option1.resources.dll"
  Delete "$INSTDIR\ru\NSUNSR_option2.resources.dll"
  RmDir "$INSTDIR\ru"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Apr2005_d3dx9_25_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Apr2005_d3dx9_25_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Apr2006_d3dx9_30_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Apr2006_d3dx9_30_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Apr2006_MDX1_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Apr2006_MDX1_x86_Archive.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Apr2006_XACT_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Apr2006_XACT_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Apr2006_xinput_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Apr2006_xinput_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\APR2007_d3dx10_33_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\APR2007_d3dx10_33_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\APR2007_d3dx9_33_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\APR2007_d3dx9_33_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\APR2007_XACT_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\APR2007_XACT_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\APR2007_xinput_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\APR2007_xinput_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2005_d3dx9_27_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2005_d3dx9_27_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\AUG2006_XACT_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\AUG2006_XACT_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\AUG2006_xinput_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\AUG2006_xinput_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\AUG2007_d3dx10_35_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\AUG2007_d3dx10_35_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\AUG2007_d3dx9_35_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\AUG2007_d3dx9_35_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\AUG2007_XACT_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\AUG2007_XACT_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2008_d3dx10_39_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2008_d3dx10_39_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2008_d3dx9_39_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2008_d3dx9_39_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2008_XACT_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2008_XACT_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2008_XAudio_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2008_XAudio_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2009_D3DCompiler_42_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2009_D3DCompiler_42_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2009_d3dcsx_42_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2009_d3dcsx_42_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2009_d3dx10_42_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2009_d3dx10_42_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2009_d3dx11_42_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2009_d3dx11_42_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2009_d3dx9_42_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2009_d3dx9_42_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2009_XACT_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2009_XACT_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2009_XAudio_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Aug2009_XAudio_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Dec2005_d3dx9_28_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Dec2005_d3dx9_28_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\DEC2006_d3dx10_00_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\DEC2006_d3dx10_00_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\DEC2006_d3dx9_32_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\DEC2006_d3dx9_32_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\DEC2006_XACT_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\DEC2006_XACT_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\DSETUP.dll"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\dsetup32.dll"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\dxdllreg_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\DXSETUP.exe"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\dxupdate.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Feb2005_d3dx9_24_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Feb2005_d3dx9_24_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Feb2006_d3dx9_29_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Feb2006_d3dx9_29_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Feb2006_XACT_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Feb2006_XACT_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\FEB2007_XACT_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\FEB2007_XACT_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Feb2010_X3DAudio_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Feb2010_X3DAudio_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Feb2010_XACT_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Feb2010_XACT_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Feb2010_XAudio_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Feb2010_XAudio_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\installscript.vdf"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Jun2005_d3dx9_26_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Jun2005_d3dx9_26_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\JUN2006_XACT_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\JUN2006_XACT_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\JUN2007_d3dx10_34_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\JUN2007_d3dx10_34_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\JUN2007_d3dx9_34_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\JUN2007_d3dx9_34_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\JUN2007_XACT_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\JUN2007_XACT_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\JUN2008_d3dx10_38_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\JUN2008_d3dx10_38_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\JUN2008_d3dx9_38_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\JUN2008_d3dx9_38_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\JUN2008_X3DAudio_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\JUN2008_X3DAudio_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\JUN2008_XACT_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\JUN2008_XACT_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\JUN2008_XAudio_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\JUN2008_XAudio_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Jun2010_D3DCompiler_43_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Jun2010_D3DCompiler_43_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Jun2010_d3dcsx_43_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Jun2010_d3dcsx_43_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Jun2010_d3dx10_43_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Jun2010_d3dx10_43_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Jun2010_d3dx11_43_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Jun2010_d3dx11_43_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Jun2010_d3dx9_43_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Jun2010_d3dx9_43_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Jun2010_XACT_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Jun2010_XACT_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Jun2010_XAudio_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Jun2010_XAudio_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Mar2008_d3dx10_37_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Mar2008_d3dx10_37_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Mar2008_d3dx9_37_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Mar2008_d3dx9_37_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Mar2008_X3DAudio_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Mar2008_X3DAudio_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Mar2008_XACT_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Mar2008_XACT_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Mar2008_XAudio_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Mar2008_XAudio_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Mar2009_d3dx10_41_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Mar2009_d3dx10_41_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Mar2009_d3dx9_41_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Mar2009_d3dx9_41_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Mar2009_X3DAudio_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Mar2009_X3DAudio_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Mar2009_XACT_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Mar2009_XACT_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Mar2009_XAudio_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Mar2009_XAudio_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Nov2007_d3dx10_36_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Nov2007_d3dx10_36_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Nov2007_d3dx9_36_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Nov2007_d3dx9_36_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\NOV2007_X3DAudio_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\NOV2007_X3DAudio_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\NOV2007_XACT_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\NOV2007_XACT_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Nov2008_d3dx10_40_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Nov2008_d3dx10_40_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Nov2008_d3dx9_40_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Nov2008_d3dx9_40_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Nov2008_X3DAudio_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Nov2008_X3DAudio_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Nov2008_XACT_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Nov2008_XACT_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Nov2008_XAudio_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Nov2008_XAudio_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Oct2005_xinput_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\Oct2005_xinput_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\OCT2006_d3dx9_31_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\OCT2006_d3dx9_31_x86.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\OCT2006_XACT_x64.cab"
  Delete "$INSTDIR\_CommonRedist\DirectX\Jun2010\OCT2006_XACT_x86.cab"
  RmDir "$INSTDIR\_CommonRedist\DirectX\Jun2010"
  RmDir "$INSTDIR\_CommonRedist\DirectX"
  Delete "$INSTDIR\_CommonRedist\DotNet\4.0\dotNetFx40_Full_x86_x64.exe"
  Delete "$INSTDIR\_CommonRedist\DotNet\4.0\installscript.vdf"
  Delete "$INSTDIR\_CommonRedist\DotNet\4.0\Microsoft .NET Framework 4.0.cmd"
  RmDir "$INSTDIR\_CommonRedist\DotNet\4.0"
  Delete "$INSTDIR\_CommonRedist\DotNet\4.5.1\installscript.vdf"
  Delete "$INSTDIR\_CommonRedist\DotNet\4.5.1\Microsoft .NET Framework 4.5.1.cmd"
  Delete "$INSTDIR\_CommonRedist\DotNet\4.5.1\NDP451-KB2872776-x86-x64-AllOS-ENU.exe"
  Delete "$INSTDIR\_CommonRedist\DotNet\4.5.1\noop.cmd"
  RmDir "$INSTDIR\_CommonRedist\DotNet\4.5.1"
  RmDir "$INSTDIR\_CommonRedist\DotNet"
  Delete "$INSTDIR\_CommonRedist\vcredist\2010\installscript.vdf"
  Delete "$INSTDIR\_CommonRedist\vcredist\2010\vcredist_x64.exe"
  Delete "$INSTDIR\_CommonRedist\vcredist\2010\vcredist_x86.exe"
  RmDir "$INSTDIR\_CommonRedist\vcredist\2010"
  RmDir "$INSTDIR\_CommonRedist\vcredist"
  RmDir "$INSTDIR\_CommonRedist"
  RmDir /r "$SMPROGRAMS\火影忍者疾风传:究极忍者风暴-革命 中文版"
  SetShellVarContext all
  RmDir /r "$SMPROGRAMS\火影忍者疾风传:究极忍者风暴-革命 中文版"
  SetShellVarContext current
  Delete "$DESKTOP\火影忍者疾风传:究极忍者风暴-革命 中文版.lnk"
  RmDir "$INSTDIR"
    DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}"
    DeleteRegKey HKLM "${PRODUCT_DIR_REGKEY}"
SectionEnd



附件: 你需要登录才可以下载或查看附件。没有帐号?注册

使用道具 举报

格斗☆一发入魂
游侠资深版主
『动作游戏区』
LV9 至尊王者·壬无月斩红郎

版主勋章资深版主勋章2015年杰出版主勋章

帖子
2942
精华
3
积分
2487
金钱
51025
荣誉
36
人气
564
评议
1
沙发
发表于 2015-6-2 11:28:47 |只看该作者
data里面是不是有一个6个多G的文件,用7Z解压试试?

使用道具 举报

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

手机版|Archiver|游侠NETSHOW论坛 ( 苏ICP备2023007791号 )

GMT+8, 2025-6-7 06:29 , Processed in 0.268647 second(s), 12 queries , Gzip On, Memcache On.

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

分享到