diff --git a/New-SysinternalsSuiteInstaller.ps1 b/New-SysinternalsSuiteInstaller.ps1 index c756c3b..ae66493 100644 --- a/New-SysinternalsSuiteInstaller.ps1 +++ b/New-SysinternalsSuiteInstaller.ps1 @@ -283,7 +283,7 @@ write-host " -- Update file list" [string] $fileList = "" foreach ($file in $extractedFiles) { - $fileList = $fileList + $file.Name + "`n" + $fileList = $fileList + $file.Name + "`r`n" } $infContent = $infContent | %{$_.replace("", $fileList)} @@ -300,13 +300,13 @@ foreach ($programName in $hashStartMenuPrograms.Keys) [string]$fileBaseName = $programName -replace($fileExt ,"") $AddLine = 'setup.ini, group1,,"""' + "%$($fileBaseName)Desc%" + '"",""""""%16422%\%SysinternalsSuiteGroup%\' + $programName + '"""""",,,,""""%16422%\%SysinternalsSuiteGroup%"""",""' + "%$($fileBaseName)Desc%" + '"""' - $AddProgramShortcuts = $AddProgramShortcuts + $AddLine + "`n" + $AddProgramShortcuts = $AddProgramShortcuts + $AddLine + "`r`n" $RemoveLine = 'setup.ini, group1,,"""' + "%$($fileBaseName)Desc%" + '""' - $RemoveProgramShortcuts = $RemoveProgramShortcuts + $RemoveLine + "`n" + $RemoveProgramShortcuts = $RemoveProgramShortcuts + $RemoveLine + "`r`n" $StringsLine = "$($fileBaseName)Desc = " + '"' + "$($hashStartMenuPrograms[$programName])" + '"' - $ProgramStrings = $ProgramStrings + $StringsLine + "`n" + $ProgramStrings = $ProgramStrings + $StringsLine + "`r`n" } else { @@ -331,13 +331,13 @@ foreach ($helpName in $hashStartMenuHelp.Keys) #$fileBaseName $AddLine = 'setup.ini, group2,,"""' + "%$($fileBaseName)Desc%" + '"",""""""%16422%\%SysinternalsSuiteGroup%\' + $helpName + '"""""""' - $AddHelpShortcuts = $AddHelpShortcuts + $AddLine + "`n" + $AddHelpShortcuts = $AddHelpShortcuts + $AddLine + "`r`n" $RemoveLine = 'setup.ini, group2,,"""' + "%$($fileBaseName)Desc%" + '""' - $RemoveHelpShortcuts = $RemoveHelpShortcuts + $RemoveLine + "`n" + $RemoveHelpShortcuts = $RemoveHelpShortcuts + $RemoveLine + "`r`n" $StringsLine = "$($fileBaseName)Desc = " + '"' + "$($hashStartMenuHelp[$helpName])" + '"' - $HelpStrings = $HelpStrings + $StringsLine + "`n" + $HelpStrings = $HelpStrings + $StringsLine + "`r`n" } else { diff --git a/SysinternalsSuite-2014.05.13.zip.sha1sum b/SysinternalsSuite-2014.05.13.zip.sha1sum deleted file mode 100644 index b0e7d06..0000000 --- a/SysinternalsSuite-2014.05.13.zip.sha1sum +++ /dev/null @@ -1 +0,0 @@ -5fb7483bd2f76ac9e65f8bc271f45351ee2d4ccb /home/mario/.opsi-dist-cache/microsoft.sysinternalssuite-2014.05.13/X86/SysinternalsSuite-2014.05.13.zip diff --git a/SysinternalsSuite-2014.08.18.zip.sha1sum b/SysinternalsSuite-2014.08.18.zip.sha1sum new file mode 100644 index 0000000..eb90f73 --- /dev/null +++ b/SysinternalsSuite-2014.08.18.zip.sha1sum @@ -0,0 +1 @@ +c05f5e21b8f9eca10f2b63cf41bc6a55f2353340 /home/mario.fetka/.opsi-dist-cache/microsoft.sysinternalssuite-2014.08.18/X86/SysinternalsSuite-2014.08.18.zip diff --git a/builder-product.cfg b/builder-product.cfg index bbaacc9..af3aae2 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -5,7 +5,7 @@ VENDOR="sysinternals.com" PN="microsoft.sysinternalssuite" NAME="Sysinternals Suite" DESCRIPTION="The Sysinternals Troubleshooting Utilities have been rolled up into a single Suite of tools." -VERSION="2014.05.13" +VERSION="2014.08.18" RELEASE="3" PRIORITY="0" ADVICE=""