Anders Nystr�m wrote:
I am trying to make an install bat for SharpDevelop,
but it only downloads a small piece ofthe file, why?

:: OPTIONAL: Install SharpDevelop
::
URL|ALL|http://prdownloads.sourceforge.net/sharpdevelop/SharpDevelop_1.0.3.1768_Setup.exe|packages/SharpDevelop_1.0.3.1768_Setup.exe
@Echo off

todo.pl "%Z%\packages\SharpDevelop_1.0.3.1768_Setup.exe /S"




Hi Anders,

this way it works for me:
:: OPTIONAL: Install SharpDevelop
:: URL|ALL|http://belnet.dl.sourceforge.net/sourceforge/sharpdevelop/SharpDevelop_1.0.3.1768_Setup.exe|packages/SharpDevelop_1.0.3.1768_Setup.exe
@Echo off


todo.pl "%Z%\packages\SharpDevelop_1.0.3.1768_Setup.exe /S"
todo.pl ".reboot-on 194 %Z%\updates\common\NDP1.1sp1-KB867460-X86.exe /q /i"
todo.pl ".reboot-on 194 %Z%\updates\common\%WINLANG%\dotnetfx.exe /q /c:\"install /q\""



I changed download URL (yours didn't seem to work) and added installation of DotNet stuff.


HTH
Gerhard



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
unattended-info mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to