/build/static/layout/Breadcrumb_cap_w.png

Ivan Zahariev IZArc

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 5.7k  |  Created: 01/24/2007

Average Rating: 0
IZArc has 8 inventory records, 0 Questions, 0 Blogs and 1 links. Please help add to this by sharing more!

Deployment Tips (7)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
121
Note
IZArc is the ultimate archive utility supports many archive formats

Download here: http://www.izarc.org

This product uses "Inno Setup". Some of the switches common to this installer are as follows -

/SP- Disables the This will install... Do you wish to continue? prompt at the beginning of Setup.

/SILENT, /VERYSILENT - Instructs Setup to be silent or very silent. When Setup is silent the wizard and the background window are not displayed but the installation progress window is. When a setup is very silent this installation progress window is not displayed. Everything else is normal so for example error messages during installation are displayed and the startup prompt is (if you haven't disabled it with the '/SP-' command line option explained above). If a restart is necessary and the '/NORESTART' command isn't used (see below) and Setup is silent, it will display a Reboot now? messagebox. If it's very silent it will reboot without asking.

/NORESTART - Instructs Setup not to reboot even if it's necessary.

/LOADINF="filename" - Instructs Setup to load the settings from the specified file after having checked the command line. This file can be prepared using the '/SAVEINF=' command as explained below. Don't forget to use quotes if the filename contains spaces.

/SAVEINF="filename" - Instructs Setup to save installation settings to the specified file. Don't forget to use quotes if the filename contains spaces.

/DIR="x:\dirname" - Overrides the default directory name. A fully qualified pathname must be specified.

/GROUP="folder name" - Overrides the default folder name displayed on the Select Start Menu Folder wizard page.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
6
Note
This way works for me:

basics:

* windows xp
* installshield adminstudio

the way:

* make a clean install of xp and installshiel
* create a new project and work with snapshots
* create the first snap
* install izarc
* create the second snapshot
* check the snaped files, delete unwanted files and registry entrys
* build your msi package

enjoy this great free packer!
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
5
Note
Setting file associations for IZArc:

@ECHO OFF
SETLOCAL
SET SC=HKLM\SOFTWARE\Classes
SET Extn=7Z A ACE ARC ARJ B64 BH BIN BZ2 BZA C2D CAB CDI CPIO DEB ENC GCA GZ GZA HA IMG ISO IZE JAR LHA LIB LZH MBF MDF MIM NRG PAK PDI PK3 RAR RPM TAR TAZ TBZ TGZ TZ UUE WAR XXE YZ1 Z ZIP ZOO
FOR %%j IN (%Extn%) DO (
REG ADD %SC%\.%%j /VE /D "IZArc%%j" /F
REG ADD %SC%\IZArc%%j /VE /D "IZArc %%j Archive" /F
REG ADD %SC%\IZArc%%j\DefaultIcon /VE /D "\"%PROGRAMFILES%\IZArc\Icons\%%j.ico\"" /F
REG ADD %SC%\IZArc%%j\shell\open\command /VE /D "\"%PROGRAMFILES%\IZArc\IZArc.exe\" \"%%1\"" /F
)
ENDLOCAL
EXIT
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
2
Command Line
For unattend and silent installation:

IZArc4.1.6.exe /VERYSILENT /NORESTART /Language="English" /ArcTypes=ALL

If you like Spanish for example: /Language="Spanish"
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Note
The /SAVEINF="myinf" Function does not work for language.

If you want to set your Language just install with /SP /VERYSILENT, batch delete the english.lng in C:\Programs\IZArc\Languages and then batch rename your language in english.lng
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Command Line
Using Landesk for unattended install this worked
/SILENT /NOCANDY
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
This content is currently hidden from public view.
Reason: Member has been banned from the site For more information, visit our FAQ's.
0
Note

Setup with

- Silent Option (no dialogs, but process bar)
- NoCandy (have a look at Opencandy http://www.opencandy.com/privacy-policy/ )
- Language German and
- Selected Archive Types: 7z,a,ace,arc,arj,b64,bh,bz2,bza,cab,cpio,deb,enc,gca,gz,gza,ha,ize,lha,lib,lzh,mbf,nim,pak,pk3,rar,rpm,tar,taz,tbz,tgz,tz,uue

IZArc4.1.6.exe /SILENT /NOCANDY /Language="German" /ArcTypes="7z,a,ace,arc,arj,b64,bh,bz2,bza,cab,cpio,deb,enc,gca,gz,gza,ha,ize,lha,lib,lzh,mbf,nim,pak,pk3,rar,rpm,tar,taz,tbz,tgz,tz,uue"

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (8)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

IZArc

Version

3.6

Uninstall String

"C:\Program Files\IZArc\unins000.exe"

Questions & Answers (0)

Questions & Answers related to Ivan Zahariev IZArc

Blogs (0)

Blog posts related to Ivan Zahariev IZArc

Reviews (0)

Reviews related to Ivan Zahariev IZArc

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ