UniExtract解压某exe安装软件得到的.iss文件是什么语言写的??

来源:百度知道 编辑:UC知道 时间:2024/06/25 04:09:00
解压的是Thunder5.exe
得到一些文件夹和一install_script.iss
记事本打开后如下:

[Setup]
AppName={cm:Thunder}
AppVerName={cm:Thunder}
DefaultDirName={pf}\Thunder Network\Thunder
OutputBaseFilename=setup
Compression=lzma
WizardImageFile=embedded\WizardImage.bmp
WizardSmallImageFile=embedded\WizardSmallImage.bmp

[Files]
Source: "{app}\Thunder.exe"; DestDir: "{app}"; Flags: dontcopy
Source: "{app}\{cm_ProgramPath}\id.dat"; DestDir: "{app}\{cm:ProgramPath}"; BeforeInstall: "DoBeforeCopyFile"; Flags: onlyifdoesntexist ignoreversion
Source: "{app}\{cm_ProgramPath}\atl71.dll"; DestDir: "{app}\{cm:ProgramPath}"; Flags: ignoreversion
Source: "{app}\{cm_ProgramPath}\BHOStub.dll"; DestDir: "{app}\{cm:ProgramPath}"; Flags: ignoreversion

......
install_script.iss 是安装程序的脚本信息,

iss扩展名是软件自定义的,根据你提供的内容上看,它应该和ini,inf类似的文件,就是配置信息文件。

谢谢!

呵呵 鸟语吧. 开完笑的.祝你早早找到