-
Posts
314 -
Joined
-
Last visited
-
Days Won
9
Content Type
Profiles
Forums
Events
Posts posted by alfreire
-
-
12 hours ago, Valittaja said:
Hi.
Your download link is dead..
Updated to v12.3.3154...
Cheers... ;-)
-
Updated to v5.1.4-r110228...
Regards... ;-)
-
Updated to v5.1.2-r108956...
Regards... ;-)
-
Updated to v5.1.0-r108711...
Regards... ;-)
-
Updated to v5.0.24-r108355...
Regards... ;-)
-
Updated to v5.0.22-r108108...
Regards... ;-)
-
Quizá puedes adaptar esto a tu script detectando la versión de Windows... sería muy fácil si utilizaras Inno Setup...
SaluII... ;-)
@echo off ver | find "5.1" > nul if %ERRORLEVEL% == 0 goto win_xp ver | find "6.1." > nul if %ERRORLEVEL% == 0 goto win_7 ver | find "6.2." > nul if %ERRORLEVEL% == 0 goto win_8 ver | find "6.3." > nul if %ERRORLEVEL% == 0 goto win_81 ver | find "10.0." > nul if %ERRORLEVEL% == 0 goto win_10 :win_7 echo El Sistema es Windows 7 pause goto exit :win_xp echo El Sistema es Windows XP pause goto exit :win_8 echo El Sistema es Windows 8 pause goto exit :win_81 echo El Sistema es Windows 8.1 pause goto exit :win_10 echo El Sistema es Windows 10 pause goto exit
@echo off cls REM Identify OS. ver | find /i "10.0." > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows 10 ver | find /i "6.3." > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows 8.1 ver | find /i "6.2." > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows 8 ver | find /i "6.1." > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows 7 ver | find /i "6.0." > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows Vista ver | find /i "5.1." > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows XP ver | find /i "5.2." > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows 2003 ver | find /i "Windows 2000" > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows 2000 ver | find /i "Windows NT" > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows NT ver | find /i ">Windows ME" > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows ME ver | find /i "Windows 98" > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows 98 ver | find /i "Windows 95" > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows 95 REM Identify bit IF NOT EXIST "%programfiles(x86)%" set VERSIONBIT=32 bit IF EXIST "%programfiles(x86)%" set VERSIONBIT=64 bit REM Display result echo %VERSIONWINDOWS% %VERSIONBIT% echo. pause
-
Updated to v5.0.20-r106931...
Regards... ;-)
-
Updated to v5.0.18-r106667...
Regards... ;-)
-
Updated to v11.2.2261...
Regards... ;-)
-
Avira.Free v15.0.16.282 Free [English] [Silent]... ;-)
Download:
QuoteFeatures:
-Not install Toolbars or other junk...
-To Silent Install use /silent or /verysilent switch...
Cheers... ;-)
- Mavericks Choice and filter
- 2
-
Updated to v5.0.16-r105871...
Regards... ;-)
-
Updated to v5.0.14-r105127...
Regards... ;-)
-
On 19/2/2016 at 9:19 AM, eazy28 said:
Avast! Free Antivirus 11.1.2253
without chrome and google toolbar
Regards... ;-)
-
-
Microsoft Silverlight x86 - 5.1.41212
http://download.microsoft.com/download/5/3/D/53D3880B-25F8-4714-A4AC-E463A492F96E/41212.00/Silverlight.exe
Microsoft Silverlight x64 - 5.1.41212
http://download.microsoft.com/download/5/3/D/53D3880B-25F8-4714-A4AC-E463A492F96E/41212.00/Silverlight_x64.exe
Cheers... ;-)
-
-
-
Updated to v5.0.12-r104815...
Regards... ;-) -
Typo error: Skype 7.16.32.101
2Thanks and regards... ;-)
-
Skype 7.16.32.101...
Regards... ;-)
-
Updated to v5.0.10-r104061...
Regards... ;-) -
Adobe Shockwave Player 12.2.1.171...
A hug... ;-)
-
Updated to v5.0.8-r103449...
Regards... ;-)
[Repack] Avast! Free Antivirus 2016 v12.3.3154 [Multilang]... ;-)
in Installer Repacks
Posted
Hi... to find switches you must do this:
Cheers... ;-)