Fixed download location to use virtual path

This commit is contained in:
Eric Fontana
2014-08-27 12:49:16 -04:00
parent 7fe150b608
commit a4ec693a60

View File

@@ -2,7 +2,7 @@
$packageName = 'TimberWinR' # arbitrary name for the package, used in messages
$installerType = 'msi' #only one of these: exe, msi, msu
$url = 'http://www.ericfontana.com/TimberWix/TimberWinR-${version}.0.msi' # download url
$url = 'http://www.ericfontana.com/TimberWinR/TimberWinR-${version}.0.msi' # download url
$silentArgs = '/quiet' # "/s /S /q /Q /quiet /silent /SILENT /VERYSILENT" # try any of these to get the silent installer #msi is always /quiet
$validExitCodes = @(0) #please insert other valid exit codes here, exit codes for ms http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx