comparison tools/makeinst-script.sh.in @ 5125:cd7689f3fcd8

* tools/makeinst-script.sh.in: increate posi install script wait time to 1min
author John Donoghue
date Fri, 19 Jul 2019 14:50:50 -0400
parents 1c251625c3cf
children 0ff5f24c0862
comparison
equal deleted inserted replaced
5124:e4a0b11c5cc5 5125:cd7689f3fcd8
305 ; run post-install script 305 ; run post-install script
306 GetFullPathName /SHORT \$1 \$INSTDIR 306 GetFullPathName /SHORT \$1 \$INSTDIR
307 DetailPrint "Running post install script (May take a while) ..." 307 DetailPrint "Running post install script (May take a while) ..."
308 ;ExecWait "\$1\\post-install.bat" 308 ;ExecWait "\$1\\post-install.bat"
309 ; run in hidden console window 309 ; run in hidden console window
310 nsExec::Exec /TIMEOUT=30000 '"\$1\\post-install.bat"' 310 nsExec::Exec /TIMEOUT=60000 '"\$1\\post-install.bat"'
311 Pop \$0 311 Pop \$0
312 SectionEnd 312 SectionEnd
313 313
314 Section make_uninstaller 314 Section make_uninstaller
315 ; Write the uninstall keys for Windows 315 ; Write the uninstall keys for Windows