Initial Commit

master
Lino Jorzick 3 years ago
commit ab1066afbb

6
.gitignore vendored

@ -0,0 +1,6 @@
debian/gruelag-hppdg6-uefi-conf/*
debian/gruelag-hppdg6-uefi-conf.substvars
debian/gruelag-hppdg6-uefi-conf.debhelper.log
debian/files
debian/debhelper-build-stamp
debian/*.debhelper

@ -0,0 +1,32 @@
[Product]
type: localboot
id: gruelag-axure-rp-10
name: Gruelag Axure RP 10
description: Axure RP is the only UX tool that gives UX professionals the power to build realistic, functional prototypes.
advice:
version: 10.0
packageVersion: 1.0
setupScript: install.ins
uninstallScript: remove.ins
[ProductDependency]
action: setup
requiredStatus: installed
requiredProduct: microsoft-dot-net-framework
requirementType: before

Binary file not shown.

@ -0,0 +1,26 @@
[Initial]
Message=Installiere Axure RP 10...
DefVar $Arch$
DefVar $ExitCode$
DefVar $Version$
[Aktionen]
ShowBitmap "%ScriptPath%\logo.png" "Axure RP 10"
WinBatch_Setup
Sub_HandleExitCode
[WinBatch_Setup]
"%ScriptPath%\data\AxureRP-Setup.exe" /passive InstallLocation="%ProgramFiles64Dir%\Axure\RP10"
[Files_CopyLicense]
copy -s "%ScriptPath%\data\site.key" "%ProgramFiles64Dir%\Axure\RP10"
[Sub_HandleExitCode]
; check return code
Set $ExitCode$ = GetLastExitCode
comment "GetLastExitCode: " + $ExitCode$
if not($ExitCode$ = "0")
LogError "Fatal: setup returned exit code " + $ExitCode$
IsFatalError
endif

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Loading…
Cancel
Save