Correct .net decompress readd java7 .....
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
<package id="net4.5" name=".NET Framework 4.5" group="Microsoft .NET Framework" priority="44">
|
||||
<check type="os" condition=">" value="6.0.6002.0" />
|
||||
<check type="os" condition="<" value="6.2.9200.0" />
|
||||
<check type="file" condition="<" value="4.0.30319.18408" path="%Windir%\Microsoft.NET\Framework\v4.0.30319\System.dll" />
|
||||
<install>
|
||||
<cmd arch="x86" path="netfx_Full_LDR_x86.msi" param="/norestart /qb-!" />
|
||||
<cmd arch="x64" path="netfx_Full_LDR_x64.msi" param="/norestart /qb-!" />
|
||||
</install>
|
||||
<package id="net4.5" name=".NET Framework 4.5.2" group="Microsoft .NET Framework" priority="44">
|
||||
<check type="file" condition="<" value="4.0.30319.34209" path="%Windir%\Microsoft.NET\Framework\v4.0.30319\System.dll" />
|
||||
<install>
|
||||
<cmd arch="x86" path="netfx_Full_LDR_x86.msi" param="/norestart /qb-!">
|
||||
<check type="os" condition=">" value="6.0.6002.0" />
|
||||
<check type="os" condition="<" value="6.2.9200.0" />
|
||||
</cmd>
|
||||
<cmd arch="x64" path="netfx_Full_LDR_x64.msi" param="/norestart /qb-!">
|
||||
<check type="os" condition=">" value="6.0.6002.0" />
|
||||
<check type="os" condition="<" value="6.2.9200.0" />
|
||||
</cmd>
|
||||
</install>
|
||||
</package>
|
||||
8
CLIENT_DATA/Sereby_JRE7_SystemFix.bat
Normal file
8
CLIENT_DATA/Sereby_JRE7_SystemFix.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
REM ***********************************
|
||||
REM Fixen eines Bugs von Windows, da sonst Java nicht unter Systemrechten installiert werden kann
|
||||
REM Originalwert: %systemroot%\system32\config\systemprofile
|
||||
REM Quelle: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7014194
|
||||
REM
|
||||
reg add "HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-18" /V ProfileImagePath /T reg_expand_sz /d "%systemroot%\syswow64\config\systemprofile" /f
|
||||
|
||||
11
CLIENT_DATA/Sereby_JRE7_package.xml
Normal file
11
CLIENT_DATA/Sereby_JRE7_package.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<package id="jre7" name="%NAME%" group="Standard Programme" priority="10">
|
||||
<variable name="NAME" value="Java Runtime Environment 7 Update 55" />
|
||||
<variable name="BUILD" value="7.0.550.13" />
|
||||
<check type="file" condition="<" path="%windir%\system32\java.exe" arch="x86" value="%BUILD%" />
|
||||
<check type="file" condition="<" path="%windir%\SysWOW64\java.exe" arch="x64" value="%BUILD%" />
|
||||
<install>
|
||||
<cmd name="Fix MS SystemUser Bug" path="..\SystemFix.bat" />
|
||||
<cmd path="x86\jre.exe" param="/s REBOOT=Suppress" />
|
||||
<cmd path="x64\jre.exe" param="/s REBOOT=Suppress" arch="x64" name="%NAME% x64" />
|
||||
</install>
|
||||
</package>
|
||||
19
CLIENT_DATA/Sereby_NET45_package.xml
Normal file
19
CLIENT_DATA/Sereby_NET45_package.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<package id="net4.5" name=".NET Framework 4.5.2" group="Microsoft .NET Framework" priority="44">
|
||||
<check type="file" condition="<" value="4.0.30319.34209" path="%Windir%\Microsoft.NET\Framework\v4.0.30319\System.dll" />
|
||||
<install>
|
||||
<cmd arch="x86" path="netfx_Full_GDR_x86.msi" param="/norestart /qb-!">
|
||||
<check type="os" condition=">" value="6.0.6002.0" />
|
||||
<check type="os" condition="<" value="6.2.9200.0" />
|
||||
</cmd>
|
||||
<cmd arch="x64" path="netfx_Full_GDR_x64.msi" param="/norestart /qb-!">
|
||||
<check type="os" condition=">" value="6.0.6002.0" />
|
||||
<check type="os" condition="<" value="6.2.9200.0" />
|
||||
</cmd>
|
||||
<cmd arch="x86" path="%windir%\system32\wusa.exe" param="%package%\Windows8.1-KB2934520-x86.msu /norestart /q">
|
||||
<check type="os" condition=">" value="6.2.9200.0" />
|
||||
</cmd>
|
||||
<cmd arch="x64" path="%windir%\system32\wusa.exe" param="%package%\Windows8.1-KB2934520-x64.msu /norestart /q">
|
||||
<check type="os" condition=">" value="6.2.9200.0" />
|
||||
</cmd>
|
||||
</install>
|
||||
</package>
|
||||
Reference in New Issue
Block a user