correct accociate script
This commit is contained in:
parent
d1837da8c6
commit
c64e7d5039
@ -85,12 +85,12 @@ endif
|
|||||||
; You may use the parameter PIDKEY=$Licensekey$
|
; You may use the parameter PIDKEY=$Licensekey$
|
||||||
;msiexec /i "%ScriptPath%\X86FILE" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress EULA_ACCEPT=YES
|
;msiexec /i "%ScriptPath%\X86FILE" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress EULA_ACCEPT=YES
|
||||||
;
|
;
|
||||||
|
"%ScriptPath%\associate.cmd"
|
||||||
|
|
||||||
[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$"
|
||||||
"%ScriptPath%\associate.cmd"
|
|
||||||
|
|
||||||
[Registry_install]
|
[Registry_install]
|
||||||
; Example of setting some values of an registry key:
|
; Example of setting some values of an registry key:
|
||||||
|
2
build.sh
2
build.sh
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
PN="tmviewer"
|
PN="tmviewer"
|
||||||
VERSION="2010"
|
VERSION="2010"
|
||||||
RELEASE="3"
|
RELEASE="4"
|
||||||
PRIORITY="0"
|
PRIORITY="0"
|
||||||
ADVICE=""
|
ADVICE=""
|
||||||
TYPE="restrict"
|
TYPE="restrict"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user