intial commit waterfox with nsis installer

This commit is contained in:
Mario Fetka
2013-10-16 14:14:31 +02:00
parent b3c3ac8c01
commit a29e908861
23 changed files with 116 additions and 164 deletions

View File

@@ -1,2 +0,0 @@
Don't add cahngelog entries here!
It get autogenerated by the opsi-builder.sh

View File

@@ -1,16 +1,16 @@
[Package]
version: 2
version: RELEASE
depends:
incremental: False
[Product]
type: localboot
id: opsi-template
name: opsi template product
description: A template for opsi products
advice:
version: 4.0.2
priority: 0
id: mozilla.firefox
name: Mozilla Firefox
description: Mozilla Firefox ist ein freier Webbrowser des Mozilla-Projekts.
advice: ADVICE
version: VERSION
priority: PRIORITY
licenseRequired: False
productClasses:
setupScript: setup64.ins
@@ -19,12 +19,14 @@ updateScript:
alwaysScript:
onceScript:
customScript:
userLoginScript:
[ProductDependency]
action: setup
requiredProduct: sereby.aio
requiredStatus: installed
requirementType: before
userLoginScript:
[ProductProperty]
type: unicode
name: install_architecture
multivalue: False
editable: False
description: which architecture (32/64 bit) has to be installed
values: ["32 only", "64 only", "both", "system specific"]
default: ["system specific"]