
150
Downloads
37
Downloads of v 1.0.1.001
10/7/2018
Last update
Allows you to view .dds files in Thumbnail view in the Windows Explorer.
To install DDS Thumbnail Viewer, run the following command from the command line or from PowerShell:
C:\> choco install dds-thumbnail-viewer
To upgrade DDS Thumbnail Viewer, run the following command from the command line or from PowerShell:
C:\> choco upgrade dds-thumbnail-viewer
Files
Hide- tools\chocolateyInstall.ps1
Show
$ErrorActionPreference = 'Stop' $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $silentSetupFile = Join-Path $toolsPath "..\setup.iss" $programFilesLocation = (${env:ProgramFiles(x86)}, ${env:ProgramFiles} -ne $null)[0] $installPath = Join-Path $programFilesLocation "NVIDIA Corporation\DDS Thumbnail Viewer" . $toolsPath\helpers.ps1 CreateSilentSetupFile $silentSetupFile $installPath $packageArgs = @{ packageName = 'dds-thumbnail-viewer' fileType = 'exe' url = 'https://download.nvidia.com/developer/NVTextureSuite/DDS_viewer.exe' checksum = '57e65c30e8c38b09fff818e9636f6c2f9ac58b92bf6b802a7aa5156c1e75e6a7' checksumType = 'sha256' silentArgs = '/s /f1' + $silentSetupFile validExitCodes = @(0) softwareName = 'DDS Thumbnail Viewer *' } Install-ChocolateyPackage @packageArgs
- tools\uninstall.iss
Show
[InstallShield Silent] Version=v7.00 File=Response File [File Transfer] OverwrittenReadOnly=NoToAll [{2205B8AE-490E-43F2-AB43-C13C2BEC86A7}-DlgOrder] Dlg0={2205B8AE-490E-43F2-AB43-C13C2BEC86A7}-SprintfBox-0 Count=2 Dlg1={2205B8AE-490E-43F2-AB43-C13C2BEC86A7}-SdFinish-0 [{2205B8AE-490E-43F2-AB43-C13C2BEC86A7}-SprintfBox-0] Result=1 [Application] Name=DDS Thumbnail Viewer Version=1.00.000 Company=NVIDIA Corporation Lang=0009 [{2205B8AE-490E-43F2-AB43-C13C2BEC86A7}-SdFinish-0] Result=1 bOpt1=0 bOpt2=0
- tools\helpers.ps1
Show
function CreateSilentSetupFile { param( $silentSetupFile, $installPath ) $fileContent = @" [InstallShield Silent] Version=v7.00 File=Response File [File Transfer] OverwrittenReadOnly=NoToAll [{2205B8AE-490E-43F2-AB43-C13C2BEC86A7}-DlgOrder] Dlg0={2205B8AE-490E-43F2-AB43-C13C2BEC86A7}-SdWelcome-0 Count=5 Dlg1={2205B8AE-490E-43F2-AB43-C13C2BEC86A7}-SdLicense2-0 Dlg2={2205B8AE-490E-43F2-AB43-C13C2BEC86A7}-SdAskDestPath2-0 Dlg3={2205B8AE-490E-43F2-AB43-C13C2BEC86A7}-SdStartCopy2-0 Dlg4={2205B8AE-490E-43F2-AB43-C13C2BEC86A7}-SdFinish-0 [{2205B8AE-490E-43F2-AB43-C13C2BEC86A7}-SdWelcome-0] Result=1 [{2205B8AE-490E-43F2-AB43-C13C2BEC86A7}-SdLicense2-0] Result=1 [{2205B8AE-490E-43F2-AB43-C13C2BEC86A7}-SdAskDestPath2-0] szDir=$installPath Result=1 [{2205B8AE-490E-43F2-AB43-C13C2BEC86A7}-SdStartCopy2-0] Result=1 [Application] Name=DDS Thumbnail Viewer Version=1.00.000 Company=NVIDIA Corporation Lang=0009 [{2205B8AE-490E-43F2-AB43-C13C2BEC86A7}-SdFinish-0] Result=1 bOpt1=0 bOpt2=0 "@ $fileContent | Out-File $silentSetupFile }
- tools\chocolateyUninstall.ps1
Show
$ErrorActionPreference = 'Stop' $packageName = "dds-thumbnail-viewer" $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $silentUninstallFile = Join-Path $toolsPath "uninstall.iss" [array]$key = Get-UninstallRegistryKey -SoftwareName "DDS Thumbnail Viewer" if ($key.Count -eq 1) { $key | ForEach-Object { $packageArgs = @{ packageName = $packageName fileType = 'exe' silentArgs = '-s -f1' + $silentUninstallFile validExitCodes= @(0) file = ($_.UninstallString -split '"')[1] } Uninstall-ChocolateyPackage @packageArgs } } elseif ($key.Count -eq 0) { Write-Warning "$packageName has already been uninstalled by other means." } elseif ($key.Count -gt 1) { Write-Warning "$($key.Count) matches found!" Write-Warning "To prevent accidental data loss, no programs will be uninstalled." Write-Warning "Please alert package maintainer the following keys were matched:" $key | ForEach-Object {Write-Warning "- $($_.DisplayName)"} }
Virus Scan Results
- DDS_viewer.exe (57e65c30e8c3) - ## / 68 - Log in or click on link to see number of positives
- dds-thumbnail-viewer.1.0.1.001.nupkg (9bcb049e5292) - ## / 61 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
DDS Thumbnail Viewer 1.0.1.001 | 37 | Sunday, October 7, 2018 | approved |
DDS Thumbnail Viewer 1.0.1.0 | 113 | Sunday, April 22, 2018 | approved |
Discussion for the DDS Thumbnail Viewer Package
Ground rules:
- This discussion is only about DDS Thumbnail Viewer and the DDS Thumbnail Viewer package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or DDS Thumbnail Viewer, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.