Hello, not sure if the attachment todo.pl worked correctly, so 2nd trial with renamed file.
Regards Gerhard Hofmann Von: Hofmann, Gerhard via unattended-devel <unattended-devel@lists.sourceforge.net> Gesendet: Donnerstag, 13. Dezember 2018 13:47 An: Developer list for http://unattended.sourceforge.net/ <unattended-devel@lists.sourceforge.net> Cc: Hofmann, Gerhard <gerhard.hofm...@planat.de> Betreff: Re: [Unattended-Dev] suggestion for todo.pl / variable $os / handling of new Windows versions Hello, okay, to be on the safe side we should do it like before: add some lines to todo.pl whenever a new Windows version is released. In the attached file, I have added Windows Server 2016 and Windows Server 2019. Any more Windows versions we could add here? I’m not so familiar with the Sourceforge SVN stuff anymore, could someone else add it to the repository? Regards Gerhard Hofmann Von: Juanjo Pablos <jua...@apertus.es> Gesendet: Montag, 3. Dezember 2018 22:21 An: unattended-devel@lists.sourceforge.net Betreff: Re: [Unattended-Dev] suggestion for todo.pl / variable $os / handling of new Windows versions 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
todo.xxx
Description: todo.xxx
_______________________________________________ unattended-devel mailing list unattended-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-devel