we are a OEM

This commit is contained in:
Mario Fetka 2012-01-20 13:45:05 +01:00
parent 7f65a14ec2
commit 767edfd8b4
3 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1,2 @@
[Ignore]
OEMRegisterSkip=-1

View File

@ -93,7 +93,7 @@ msiexec /i "%ScriptPath%\X86FILE" /l* "$LogDir$\$ProductId$.install_log.txt" /qb
[Files_install]
; Example of recursively copying some files into the installation directory:
;
; copy -s "%ScriptPath%\files\*.*" "$InstallDir$"
copy -s "%ScriptPath%\files\*.*" "$InstallDir$\SoftMaker\Settings\"
[Patches_install]
set [Ignore] OEMRegisterSkip=-1

View File

@ -1,7 +1,7 @@
#!/bin/sh
PN="pmviewer"
VERSION="2010"
RELEASE="7"
RELEASE="8"
PRIORITY="0"
ADVICE=""
TYPE="restrict"