El 3/12/18 a las 10:45, Hofmann, Gerhard escribió:
What do you think? I must mention that my sole usage for the Unatteded software are application only installs using appsonly.bat / appsonly.pl which I contributed years ago to the project. So it might be that $os variable is not so important in my use case, but may be important in other use cases...

I do use unattended mainly for os updates & apps, (except for schools that still use windows xp). Some of the scripts the $OS variable is used. Let me put some examples:

dotnet.bat:todo.pl dotnet-%WINVER%.bat
filezilla.bat:if "%WINVER%" == "winxpsp3" set VERSION=3.8.0
firefox-esr.bat:if "%WINVER%" == "winxpsp3" set VERSION=5290esr
ie8.bat:if not "%WINVER%" == "winxpsp3" goto skip
libreoffice.bat:if "%WINVER%" == "winxpsp3" set VERSION=5.4.7
pdfcreator.bat:if "%WINVER%" == "winxpsp3" set VERSION=2.5.3
perl.bat:if not "%WINVER%" == "win2k" goto skipinstaller3

The $OS variable is used to install the service pack.

win7-updates.bat script just install the Service pack. Then call todo.pl win7sp1-updates.bat


BTW ... you were nearly the last one to modify this file :-)

------------------------------------------------------------------------
r4014 | jjp3 | 2016-02-23 23:09:37 +0100 (mar 23 de feb de 2016) | 2 lines

Allow Unattended to recognize windows 10

------------------------------------------------------------------------
r3656 | ghof | 2013-09-03 17:38:37 +0200 (mar 03 de sep de 2013) | 1 line


------------------------------------------------------------------------
r3563 | ghof | 2013-02-17 18:12:38 +0100 (dom 17 de feb de 2013) | 1 line

$product_name now also handles various Windows 8 editions, so you can use appsonly.bat on Windows 





_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to