initial commit
This commit is contained in:
38
builder-product.cfg
Normal file
38
builder-product.cfg
Normal file
@@ -0,0 +1,38 @@
|
||||
############################
|
||||
# Setup product information
|
||||
############################
|
||||
VENDOR="clicktoconvert.com"
|
||||
PN="clicktoconvert.iprint"
|
||||
NAME="iPrint"
|
||||
DESCRIPTION="Eco-Friendly Printing Utility Saves You Time and Money"
|
||||
VERSION="6.1.0.2461"
|
||||
RELEASE="3"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
|
||||
# TYPE - defines, if the install files are public or restricted.
|
||||
# Valid value: restricted | public
|
||||
TYPE="public"
|
||||
|
||||
|
||||
DL_FILE[0]="iplogo.gif"
|
||||
DL_SOURCE[0]="http://www.iprint365.com/iplogo.gif"
|
||||
|
||||
DL_FILE[1]="iPrintSetup-${VERSION}.exe"
|
||||
DL_SOURCE[1]="http://www.clicktoconvert.com/download/iPrintSetup.exe"
|
||||
DL_ARCH[1]="ALL"
|
||||
DL_WINST_NAME[1]=InstallExe
|
||||
|
||||
# File array index for the image showing while installing the program
|
||||
ICON_DL_INDEX=0
|
||||
|
||||
OPSI_INI_SECTION[0]="X86"
|
||||
OPSI_INI_OPTION[0]="UninstallProg32"
|
||||
OPSI_INI_VALUE[0]="unins000.exe"
|
||||
|
||||
# AND
|
||||
|
||||
OPSI_INI_SECTION[1]="X86_64"
|
||||
OPSI_INI_OPTION[1]="UninstallProg64"
|
||||
OPSI_INI_VALUE[1]="unins000.exe"
|
||||
|
||||
Reference in New Issue
Block a user