Change Changlog generator to comply with opsi and debian changelog format
This commit is contained in:
36
sample/builder-product.cfg
Normal file
36
sample/builder-product.cfg
Normal file
@@ -0,0 +1,36 @@
|
||||
############################
|
||||
# Setup product information
|
||||
############################
|
||||
VENDOR="softmaker.de"
|
||||
PN="pmviewer"
|
||||
NAME="PlanMaker Viewer"
|
||||
DESCRIPTION="PlanMaker Viewer 2010"
|
||||
VERSION="2010.rev633"
|
||||
RELEASE="10"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
|
||||
TYPE="restricted"
|
||||
|
||||
#####################
|
||||
# File object array
|
||||
#####################
|
||||
|
||||
DL_FILE[0]="SoftMaker-Logo.png"
|
||||
DL_SOURCE[0]="http://www.android-user.de/var/ezflow_site/storage/images/artikel/exklusiv-vorschau-auf-softmaker-office-fuer-android/softmaker-logo.png/25888-1-ger-DE/SoftMaker-Logo.png.png"
|
||||
|
||||
DL_FILE[1]="PlanMakerViewer2010.msi"
|
||||
DL_SOURCE[1]="http://internal.graz.disconnected-by-peer.at/Orig/SoftMaker/Viewer/HB/2010/PlanMakerViewer2010.msi"
|
||||
DL_ARCH[1]="X86"
|
||||
DL_WINST_NAME[1]="InstallMsi"
|
||||
|
||||
# File array index for the image showing while installing the program
|
||||
ICON_DL_INDEX=0
|
||||
|
||||
OPSI_INI_SECTION[0]="X86"
|
||||
OPSI_INI_OPTION[0]="MsiId"
|
||||
OPSI_INI_VALUE[0]="{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}"
|
||||
|
||||
OPSI_INI_SECTION[1]="Ignore"
|
||||
OPSI_INI_OPTION[1]="OEMRegisterSkip"
|
||||
OPSI_INI_VALUE[1]="-1"
|
||||
23
sample/control
Normal file
23
sample/control
Normal file
@@ -0,0 +1,23 @@
|
||||
[Package]
|
||||
version: RELEASE
|
||||
depends:
|
||||
incremental: False
|
||||
|
||||
[Product]
|
||||
type: localboot
|
||||
id: pmviewer
|
||||
name: PlanMaker Viewer
|
||||
description: PlanMaker Viewer 2010
|
||||
advice: ADVICE
|
||||
version: VERSION
|
||||
priority: PRIORITY
|
||||
licenseRequired: False
|
||||
productClasses:
|
||||
setupScript: setup32.ins
|
||||
uninstallScript: uninstall32.ins
|
||||
updateScript:
|
||||
alwaysScript:
|
||||
onceScript:
|
||||
customScript:
|
||||
userLoginScript:
|
||||
|
||||
Reference in New Issue
Block a user