we are a OEM

This commit is contained in:
Mario Fetka 2012-01-20 13:46:43 +01:00
parent 3bf61c4398
commit f19dc0cbdb
2 changed files with 2 additions and 2 deletions

View File

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

View File

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