Re: [Unattended-Dev] suggestion for todo.pl / variable $os / handling of new Windows versions
Juanjo Pablos <[email protected]> Mon, 3 Dec 2018 22:20:59 +0100
| Newsgroups | gmane.comp.windows.unattended.devel |
|---|---|
| Message-ID | <[email protected]> |
--===============0753891188878523800==
Content-Type: text/html; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">El 3/12/18 a las 10:45, Hofmann,
Gerhard escribió:<br>
</div>
<blockquote type="cite"
cite="mid:VI1P190MB0287ABB54BB676B72A433EC8FFAE0@VI1P190MB0287.EURP190.PROD.OUTLOOK.COM">
<pre class="moz-quote-pre" wrap="">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...</pre>
</blockquote>
<p>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:</p>
<p>dotnet.bat:todo.pl dotnet-%WINVER%.bat<br>
filezilla.bat:if "%WINVER%" == "winxpsp3" set VERSION=3.8.0<br>
firefox-esr.bat:if "%WINVER%" == "winxpsp3" set VERSION=5290esr<br>
ie8.bat:if not "%WINVER%" == "winxpsp3" goto skip<br>
libreoffice.bat:if "%WINVER%" == "winxpsp3" set VERSION=5.4.7<br>
pdfcreator.bat:if "%WINVER%" == "winxpsp3" set VERSION=2.5.3<br>
perl.bat:if not "%WINVER%" == "win2k" goto skipinstaller3<br>
</p>
<p>The $OS variable is used to install the service pack.</p>
<p>win7-updates.bat script just install the Service pack. Then call
todo.pl win7sp1-updates.bat<br>
</p>
<p><br>
</p>
<p>BTW ... you were nearly the last one to modify this file :-) <br>
</p>
<p>------------------------------------------------------------------------<br>
r4014 | jjp3 | 2016-02-23 23:09:37 +0100 (mar 23 de feb de 2016) |
2 lines<br>
<br>
Allow Unattended to recognize windows 10<br>
<br>
------------------------------------------------------------------------<br>
r3656 | ghof | 2013-09-03 17:38:37 +0200 (mar 03 de sep de 2013) |
1 line<br>
<br>
<br>
------------------------------------------------------------------------<br>
r3563 | ghof | 2013-02-17 18:12:38 +0100 (dom 17 de feb de 2013) |
1 line<br>
<br>
$product_name now also handles various Windows 8 editions, so you
can use appsonly.bat on Windows </p>
<p><br>
</p>
<p><br>
</p>
</body>
</html>
--===============0753891188878523800==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
--===============0753891188878523800==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
unattended-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-devel
--===============0753891188878523800==--