add ProductProperty desktoplink, defaultassociations, custom-post-install, custom-post-uninstall to control-File
This commit is contained in:
parent
71c5b93a52
commit
603d7d60d3
@ -86,8 +86,8 @@ else
|
|||||||
; Sub_check_exitcode
|
; Sub_check_exitcode
|
||||||
comment "Copy files"
|
comment "Copy files"
|
||||||
Files_install_32 /32Bit
|
Files_install_32 /32Bit
|
||||||
; Files_install_config /AllNtUserProfiles
|
Files_install_config /AllNtUserProfiles
|
||||||
; DosInAnIcon_set_config
|
DosInAnIcon_set_config
|
||||||
Set $InstallDir$ = $InstallDir32$
|
Set $InstallDir$ = $InstallDir32$
|
||||||
Set $ProgExe$ = $Prog32$
|
Set $ProgExe$ = $Prog32$
|
||||||
Set $Property_defaultassociations$ = GetProductProperty("defaultassociations","true")
|
Set $Property_defaultassociations$ = GetProductProperty("defaultassociations","true")
|
||||||
@ -113,8 +113,8 @@ else
|
|||||||
; Sub_check_exitcode
|
; Sub_check_exitcode
|
||||||
comment "Copy files"
|
comment "Copy files"
|
||||||
Files_install_64 /64Bit
|
Files_install_64 /64Bit
|
||||||
; Files_install_config /AllNTUserProfiles
|
Files_install_config /AllNTUserProfiles
|
||||||
; DosInAnIcon_set_config
|
DosInAnIcon_set_config
|
||||||
Set $InstallDir$ = $InstallDir64$
|
Set $InstallDir$ = $InstallDir64$
|
||||||
Set $ProgExe$ = $Prog64$
|
Set $ProgExe$ = $Prog64$
|
||||||
Set $Property_defaultassociations$ = GetProductProperty("defaultassociations","true")
|
Set $Property_defaultassociations$ = GetProductProperty("defaultassociations","true")
|
||||||
|
30
OPSI/control
30
OPSI/control
@ -30,6 +30,36 @@ description: which architecture (32/64 bit) has to be installed
|
|||||||
values: ["32 only", "64 only", "both", "system specific"]
|
values: ["32 only", "64 only", "both", "system specific"]
|
||||||
default: ["system specific"]
|
default: ["system specific"]
|
||||||
|
|
||||||
|
[ProductProperty]
|
||||||
|
type: bool
|
||||||
|
name: desktoplink
|
||||||
|
description: Show Desktop Link on/off
|
||||||
|
default: False
|
||||||
|
|
||||||
|
[ProductProperty]
|
||||||
|
type: bool
|
||||||
|
name: defaultassociations
|
||||||
|
description: Set defaultassociations true/false (BMP-bmp DDS-dds GIF-gif JPG-jpg JPE-jpe JPEG-jpeg PCX-pcx PNG-png PSD-psd 8PSD-8psd TGA-tga TIF-tif TIFF-tiff DCX-dcx EMF-emf EXR-exr FLC-flc FLI-fli ICO-ico JBG-jbg JBIG-jbig JP2-jp2 JPC-jpc J2K-j2k MNG-mng BPM-bpm PCD-pcd RGB-rgb WBMP-wbmp WBM-wbm WEBP-webp WMF-wmf WPG-wpg XBM-xbm XCF-xcf XPM-xpm)
|
||||||
|
default: True
|
||||||
|
|
||||||
|
[ProductProperty]
|
||||||
|
type: unicode
|
||||||
|
name: custom-post-install
|
||||||
|
multivalue: False
|
||||||
|
editable: True
|
||||||
|
description: Define filename for include script in custom directory after installation
|
||||||
|
values: ["none"]
|
||||||
|
default: ["none"]
|
||||||
|
|
||||||
|
[ProductProperty]
|
||||||
|
type: unicode
|
||||||
|
name: custom-post-uninstall
|
||||||
|
multivalue: False
|
||||||
|
editable: True
|
||||||
|
description: Define filename for include script in custom directory after uninstallation
|
||||||
|
values: ["none"]
|
||||||
|
default: ["none"]
|
||||||
|
|
||||||
[ProductDependency]
|
[ProductDependency]
|
||||||
action: setup
|
action: setup
|
||||||
requiredProduct: sereby.aio
|
requiredProduct: sereby.aio
|
||||||
|
Loading…
Reference in New Issue
Block a user