add iconv to convert utf16 to utf8

This commit is contained in:
Mario Fetka 2014-02-22 09:02:22 +01:00
parent 507ef0fc2e
commit 3c08ebba28
8 changed files with 10 additions and 10 deletions

View File

@ -36,7 +36,7 @@ echo (please wait as this process may take a few moments)
wmic product where "name like 'Microsoft Visual C++ 2005 Redistributable%%'" get name >>"%temp%\list.txt"
%SEDPARENTDIR%\sed\sed.exe -e 's/[ \t]*$//' -i "%temp%\list.txt"
%SEDPARENTDIR%\gnu\sed.exe -e 's/[ \t]*$//' -i "%temp%\list.txt"
for /f "usebackq skip=1 delims=" %%a in ('type "%temp%\list.txt"') do (wmic product where name='%%a' call uninstall /nointeractive)

View File

@ -36,7 +36,7 @@ echo (please wait as this process may take a few moments)
wmic product where "name like 'Microsoft Visual C++ 2005 Redistributable - x86%%'" get name >>"%temp%\list.txt"
%SEDPARENTDIR%\sed\sed.exe -e 's/[ \t]*$//' -i "%temp%\list.txt"
%SEDPARENTDIR%\gnu\sed.exe -e 's/[ \t]*$//' -i "%temp%\list.txt"
for /f "skip=1 delims=" %%a in ('type "%temp%\list.txt"') do (wmic product where "name like '%%a%'" call uninstall /nointeractive)

View File

@ -36,7 +36,7 @@ echo (please wait as this process may take a few moments)
wmic product where "name like 'Microsoft Visual C++ 2008 Redistributable - x64%%'" get name >>"%temp%\list.txt"
%SEDPARENTDIR%\sed\sed.exe -e 's/[ \t]*$//' -i "%temp%\list.txt"
%SEDPARENTDIR%\gnu\sed.exe -e 's/[ \t]*$//' -i "%temp%\list.txt"
for /f "usebackq skip=1 delims=" %%a in ('type "%temp%\list.txt"') do (wmic product where name='%%a' call uninstall /nointeractive)

View File

@ -36,7 +36,7 @@ echo (please wait as this process may take a few moments)
wmic product where "name like 'Microsoft Visual C++ 2008 Redistributable - x86%%'" get name >>"%temp%\list.txt"
%SEDPARENTDIR%\sed\sed.exe -e 's/[ \t]*$//' -i "%temp%\list.txt"
%SEDPARENTDIR%\gnu\sed.exe -e 's/[ \t]*$//' -i "%temp%\list.txt"
for /f "skip=1 delims=" %%a in ('type "%temp%\list.txt"') do (wmic product where "name like '%%a%'" call uninstall /nointeractive)

View File

@ -267,13 +267,13 @@ DL_FILE[5]="sed-4.2.2-bin.zip"
DL_SOURCE[5]="https://gnu-on-windows.googlecode.com/files/sed-4.2.2-bin.zip"
DL_ARCH[5]="X86"
DL_EXTRACT_FORMAT[5]="unzip"
DL_EXTRACT_TO[5]="sed"
DL_EXTRACT_TO[5]="gnu"
DL_FILE[6]="gawk-4.1.0-bin.zip"
DL_SOURCE[6]="https://gnu-on-windows.googlecode.com/files/gawk-4.1.0-bin.zip"
DL_FILE[6]="libiconv-1.14-bin.zip"
DL_SOURCE[6]="https://gnu-on-windows.googlecode.com/files/libiconv-1.14-bin.zip"
DL_ARCH[6]="X86"
DL_EXTRACT_FORMAT[6]="unzip"
DL_EXTRACT_TO[6]="gawk"
DL_EXTRACT_TO[6]="gnu"
##################

View File

@ -239,7 +239,7 @@ function create() {
rm -rf $INST_DIR/CLIENT_DATA/Install/Packages/MSVC
mv -v $INST_DIR/CLIENT_DATA/X86/MSVC $INST_DIR/CLIENT_DATA/Install/Packages/MSVC
else
mv -v $INST_DIR/CLIENT_DATA/X86/sed $INST_DIR/CLIENT_DATA/Install/Packages/MSVC/sed
mv -v $INST_DIR/CLIENT_DATA/X86/gnu $INST_DIR/CLIENT_DATA/Install/Packages/MSVC/gnu
# sed -e "s!vcredist.msi!Install.cmd!" -i $INST_DIR/CLIENT_DATA/Install/Packages/MSVC/package.xml
# mv -v $INST_DIR/CLIENT_DATA/MSVC05_x64_Install.cmd $INST_DIR/CLIENT_DATA/Install/Packages/MSVC/x64/msvc_05/Install.cmd
# mv -v $INST_DIR/CLIENT_DATA/MSVC05_x86_Install.cmd $INST_DIR/CLIENT_DATA/Install/Packages/MSVC/x86/msvc_05/Install.cmd

View File

@ -1 +0,0 @@
75e038003b5ebfdb73228d6f72891ccd3617b383 /home/mario/.opsi-dist-cache/sereby.aio-2.1.0.1/X86/gawk-4.1.0-bin.zip

View File

@ -0,0 +1 @@
e6776816ac66f4e7a8513ed4a308cf9f1259ef7a /home/mario/.opsi-dist-cache/sereby.aio-2.1.0.1/X86/libiconv-1.14-bin.zip