Перейти из форума на сайт.

НовостиФайловые архивы
ПоискАктивные темыТоп лист
ПравилаКто в on-line?
Вход Забыли пароль? Первый раз на этом сайте? Регистрация
Компьютерный форум Ru.Board » Компьютеры » Программы » HaoZip

Модерирует : gyra, Maz

 Версия для печати • ПодписатьсяДобавить в закладки
На первую страницук этому сообщениюк последнему сообщению

Открыть новую тему     Написать ответ в эту тему

RuS_UA



Member
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору

; -- 64BitThreeArch.iss --
; Demonstrates how to install a program built for three different
; architectures (x86, x64, Itanium) using a single installer.
 
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING .ISS SCRIPT FILES!
 
[Setup]
AppName=HaoZip
AppVersion=2.5.8008
DefaultDirName={pf}\HaoZip
DefaultGroupName=HaoZip
SetupIconFile=C:\IS\Other\101.ico
UninstallDisplayIcon=C:\IS\Other\101.ico,5
OutputBaseFilename=HaoZip v2.5.8008(x86-x64)
Compression=lzma2
SolidCompression=yes
OutputDir=c:\IS
ExtraDiskSpaceRequired=20971520
; "ArchitecturesInstallIn64BitMode=x64 ia64" requests that the install
; be done in "64-bit mode" on x64 & Itanium, meaning it should use the
; native 64-bit Program Files directory and the 64-bit view of the
; registry. On all other architectures it will install in "32-bit mode".
ArchitecturesInstallIn64BitMode=x64
 
[Messages]
BeveledLabel=Packaged by RuS_CN
 
[Dirs]
//x64
Name: {app}\icon; Check: Is64BitInstallMode
Name: {app}\skins; Check: Is64BitInstallMode
//x86
Name: {app}\icon; Check: not Is64BitInstallMode
Name: {app}\skins; Check: not Is64BitInstallMode
//common
Name: {app}\Config
Name: {app}\Config\Skins
Name: {app}\Config\Temp
Name: {app}\Config\Themes
Name: {app}\Config\Themes\haoya_wxsh_s
Name: {app}\Config\Themes\haoya_wxsh_s\tool_bar
Name: {app}\Config\Themes\haoya_wxsh_s\tool_bar_gray
Name: {app}\Config\Themes\haoya_XPjdcc_s
Name: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar
Name: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar_gray
Name: {app}\Config\Themes\haoya_XPswlh_l
Name: {app}\Config\Themes\haoya_XPswlh_l\tool_bar
Name: {app}\Config\Themes\haoya_XPswlh_l\tool_bar_gray
Name: {app}\lang
Name: {app}\sfx
 
[Files]
//x64
Source: C:\IS\x64\icon\BMP.ico; DestDir: {app}\icon\; Check: Is64BitInstallMode
Source: C:\IS\x64\icon\COMMON.ico; DestDir: {app}\icon\; Check: Is64BitInstallMode
Source: C:\IS\x64\icon\GIF.ico; DestDir: {app}\icon\; Check: Is64BitInstallMode
Source: C:\IS\x64\icon\JPG.ico; DestDir: {app}\icon\; Check: Is64BitInstallMode
Source: C:\IS\x64\icon\PNG.ico; DestDir: {app}\icon\; Check: Is64BitInstallMode
Source: C:\IS\x64\icon\TIF.ico; DestDir: {app}\icon\; Check: Is64BitInstallMode
Source: C:\IS\x64\skins\HaoZip.dui; DestDir: {app}\skins\; Check: Is64BitInstallMode
Source: C:\IS\x64\skins\HaoZip.skn; DestDir: {app}\skins\; Check: Is64BitInstallMode
Source: C:\IS\x64\skins\HaoZip.xml; DestDir: {app}\skins\; Check: Is64BitInstallMode
Source: C:\IS\x64\7zNew.data; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\HaoZip.dll; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\HaoZip.exe; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\HaoZipAce32Loader.exe; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\HaoZipC.exe; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\HaoZipCompress.dll; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\HaoZipEditor.dll; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\HaoZipExt.dll; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\HaoZipExt32.dll; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\HaoZipFormats.dll; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\HaoZipImage.dll; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\HaoZipImgConvert.exe; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\HaoZipImgViewer.exe; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\HaoZipLoader.exe; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\HaoZipLoader32.exe; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\HaoZipMd5.exe; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\HaoZipRename.exe; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\HaoZipReplace.exe; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\HaoZipScan.exe; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\HaoZipShell.dll; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\HaoZipUI.dll; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\HaoZipUpdate.exe; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\Microsoft.VC80.CRT.manifest; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\msvcr80.dll; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\RarNew.data; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\TarNew.data; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\UNACEV2.DLL; DestDir: {app}; Check: Is64BitInstallMode
Source: C:\IS\x64\ZipNew.data; DestDir: {app}; Check: Is64BitInstallMode
//x86
source: C:\IS\x86\icon\BMP.ico; DestDir: {app}\icon\; Check: not Is64BitInstallMode
Source: C:\IS\x86\icon\COMMON.ico; DestDir: {app}\icon\; Check: not Is64BitInstallMode
Source: C:\IS\x86\icon\GIF.ico; DestDir: {app}\icon\; Check: not Is64BitInstallMode
Source: C:\IS\x86\icon\JPG.ico; DestDir: {app}\icon\; Check: not Is64BitInstallMode
Source: C:\IS\x86\icon\PNG.ico; DestDir: {app}\icon\; Check: not Is64BitInstallMode
Source: C:\IS\x86\icon\TIF.ico; DestDir: {app}\icon\; Check: not Is64BitInstallMode
Source: C:\IS\x86\skins\HaoZip.dui; DestDir: {app}\skins\; Check: not Is64BitInstallMode
Source: C:\IS\x86\skins\HaoZip.skn; DestDir: {app}\skins\; Check: not Is64BitInstallMode
Source: C:\IS\x86\skins\HaoZip.xml; DestDir: {app}\skins\; Check: not Is64BitInstallMode
Source: C:\IS\x86\7zNew.data; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZip.chm; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZip.dll; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZip.exe; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZip-Changelog.txt; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZip-Disclaimer.txt; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZipC.exe; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZipCompress.dll; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZipEditor.dll; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZipExt.dll; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZipExt.dll.tmp; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZipFormats.dll; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZipImage.dll; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZipImgConvert.exe; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZipImgViewer.exe; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZipLoader.exe; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZipMd5.exe; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZipRename.exe; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZipReplace.exe; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZipScan.exe; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZipShell.dll; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZipUI.dll; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\HaoZipUpdate.exe; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\Microsoft.VC80.CRT.manifest; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\msvcr80.dll; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\RarNew.data; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\TarNew.data; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\UNACEV2.DLL; DestDir: {app}; Check: not Is64BitInstallMode
Source: C:\IS\x86\ZipNew.data; DestDir: {app}; Check: not Is64BitInstallMode
//common
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar\Add.bmp; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar\Comment.bmp; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar\Convert.bmp; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar\Delete.bmp; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar\Extract.bmp; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar\Find.bmp; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar\Info.bmp; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar\Repair.bmp; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar\SFX.bmp; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar\Test.bmp; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar\Thumbs.db; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar_gray\Add.bmp; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar_gray\Comment.bmp; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar_gray\Convert.bmp; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar_gray\Delete.bmp; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar_gray\Extract.bmp; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar_gray\Find.bmp; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar_gray\Info.bmp; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar_gray\Repair.bmp; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar_gray\SFX.bmp; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar_gray\Test.bmp; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\tool_bar_gray\Thumbs.db; DestDir: {app}\Config\Themes\haoya_wxsh_s\tool_bar_gray; Attribs: hidden system
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\haozip_theme_description.txt; DestDir: {app}\Config\Themes\haoya_wxsh_s
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\logo.ico; DestDir: {app}\Config\Themes\haoya_wxsh_s
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\preview.bmp; DestDir: {app}\Config\Themes\haoya_wxsh_s
Source: C:\IS\Common\Config\Themes\haoya_wxsh_s\Tray.ico; DestDir: {app}\Config\Themes\haoya_wxsh_s
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar\Add.bmp; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar\Comment.bmp; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar\Convert.bmp; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar\Delete.bmp; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar\Extract.bmp; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar\Find.bmp; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar\Info.bmp; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar\Repair.bmp; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar\SFX.bmp; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar\Test.bmp; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar\Thumbs.db; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar_gray\Add.bmp; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar_gray\Comment.bmp; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar_gray\Convert.bmp; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar_gray\Delete.bmp; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar_gray\Extract.bmp; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar_gray\Find.bmp; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar_gray\Info.bmp; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar_gray\Repair.bmp; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar_gray\SFX.bmp; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar_gray\Test.bmp; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tool_bar_gray\Thumbs.db; DestDir: {app}\Config\Themes\haoya_XPjdcc_s\tool_bar_gray; Attribs: hidden system
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\haozip_theme_description.txt; DestDir: {app}\Config\Themes\haoya_XPjdcc_s
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\preview.bmp; DestDir: {app}\Config\Themes\haoya_XPjdcc_s
Source: C:\IS\Common\Config\Themes\haoya_XPjdcc_s\tray.ico; DestDir: {app}\Config\Themes\haoya_XPjdcc_s
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar\Add.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar\Comment.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar\Convert.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar\Delete.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar\Extract.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar\Find.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar\Info.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar\Repair.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar\SFX.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar\Test.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar\Thumbs.db; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar_gray\Add.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar_gray\Comment.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar_gray\Convert.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar_gray\Delete.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar_gray\Extract.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar_gray\Find.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar_gray\Info.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar_gray\Repair.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar_gray\SFX.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar_gray\Test.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar_gray
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\tool_bar_gray\Thumbs.db; DestDir: {app}\Config\Themes\haoya_XPswlh_l\tool_bar_gray; Attribs: hidden system
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\haozip_theme_description.txt; DestDir: {app}\Config\Themes\haoya_XPswlh_l
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\logo.ico; DestDir: {app}\Config\Themes\haoya_XPswlh_l
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\LogoSmall.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\preview.bmp; DestDir: {app}\Config\Themes\haoya_XPswlh_l
Source: C:\IS\Common\Config\Themes\haoya_XPswlh_l\Tray.ico; DestDir: {app}\Config\Themes\haoya_XPswlh_l
Source: C:\IS\Common\Config\HaoZip.hzc; DestDir: {app}\Config\
Source: C:\IS\Common\Config\HaoZip.hzs; DestDir: {app}\Config\
Source: C:\IS\Common\Config\HaoZip.ust; DestDir: {app}\Config\
Source: C:\IS\Common\Config\HaoZipEditor.ini; DestDir: {app}\Config\
Source: C:\IS\Common\Config\HaoZipLang.ini; DestDir: {app}\Config\
Source: C:\IS\Common\lang\HaoZipLang_enu.dll; DestDir: {app}\lang\
Source: C:\IS\Common\lang\HaoZipLang_rus.dll; DestDir: {app}\lang\
Source: C:\IS\Common\lang\HaoZipLang_UKR.dll; DestDir: {app}\lang\
Source: C:\IS\Common\sfx\HaoZip7zCon_enu.sfx; DestDir: {app}\sfx\
Source: C:\IS\Common\sfx\HaoZip7zSetupMin_rus.sfx; DestDir: {app}\sfx\
Source: C:\IS\Common\sfx\HaoZip7zSetupMin_ukr.sfx; DestDir: {app}\sfx\
Source: C:\IS\Common\sfx\HaoZip7zSetup_enu.sfx; DestDir: {app}\sfx\
Source: C:\IS\Common\sfx\HaoZip7zSetup_rus.sfx; DestDir: {app}\sfx\
Source: C:\IS\Common\sfx\HaoZip7zSetup_ukr.sfx; DestDir: {app}\sfx\
Source: C:\IS\Common\Commands_rus.txt; DestDir: {app};
Source: C:\IS\Common\Commands_ukr.txt; DestDir: {app};
[Run]
Filename: {app}\HaoZipLoader.exe; Parameters: -install; Flags: hidewizard
[UninstallRun]
Filename: {app}\HaoZipLoader.exe; Parameters: -uninstall; Flags:    
 

Всего записей: 338 | Зарегистр. 04-01-2008 | Отправлено: 23:28 04-01-2012 | Исправлено: RuS_UA, 23:31 04-01-2012
Открыть новую тему     Написать ответ в эту тему

На первую страницук этому сообщениюк последнему сообщению

Компьютерный форум Ru.Board » Компьютеры » Программы » HaoZip


Реклама на форуме Ru.Board.

Powered by Ikonboard "v2.1.7b" © 2000 Ikonboard.com
Modified by Ru.B0ard
© Ru.B0ard 2000-2024

BitCoin: 1NGG1chHtUvrtEqjeerQCKDMUi6S6CG4iC

Рейтинг.ru