Downloads:
5,814
Downloads of v 2.6.5:
246
Last Update:
29 Jun 2024
Package Maintainer(s):
Software Author(s):
- ghotik
Tags:
dxwnd system calls windows win32 window mode compatibility legacy cd- Software Specific:
- Software Site
- Software Source
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
DxWnd
- 1
- 2
- 3
2.6.5 | Updated: 29 Jun 2024
- Software Specific:
- Software Site
- Software Source
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
5,814
Downloads of v 2.6.5:
246
Maintainer(s):
Software Author(s):
- ghotik
DxWnd 2.6.5
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by ghotik. The inclusion of ghotik trademark(s), if any, upon this webpage is solely to identify ghotik goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install DxWnd, run the following command from the command line or from PowerShell:
To upgrade DxWnd, run the following command from the command line or from PowerShell:
To uninstall DxWnd, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download dxwnd --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade dxwnd -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade dxwnd -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install dxwnd
win_chocolatey:
name: dxwnd
version: '2.6.5'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'dxwnd' do
action :install
source 'INTERNAL REPO URL'
version '2.6.5'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller dxwnd
{
Name = "dxwnd"
Version = "2.6.5"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'dxwnd':
ensure => '2.6.5',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 03 Nov 2024.
DxWnd
Windows hooker - intercepts system calls to make win32 programs running in a window, to support a better compatibility, to enhance video modes, to stretch timing and emulate CD disk data and audio tracks. It is typically very useful to run old windows games.
Features
Run fullscreen programs in window mode
Perform time stretching to slow down or speed up actions
Add several compatibility options to support legacy programs
Log operations, show program status and palette
Emulate CD audio tracks playing ripped audio files
Emulate CD and HD file systems
Usable through a GUI or with customized proxies
Maintainer's Note
I produce and maintain Chocolatey packages in my spare time, for free. If you use my packages, and appreciate the time and effort I put into making and maintaining them, please consider making a small donation. Thank-you!
$destDir = Join-Path $(Get-ToolsLocation) $env:ChocolateyPackageName
Remove-Item $destDir -Force -Recurse
# Remove Shortcut
$desktopPath = [Environment]::GetFolderPath("Desktop")
Remove-Item "$desktopPath\DxWnd.lnk" -ErrorAction SilentlyContinue -Force
Log in or click on link to see number of positives.
- dxwnd.2.6.5.nupkg (90e3e31741b1) - ## / 47
- dxwndInstall.zip (40a40e05e094) - ## / 60
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
DxWnd 2.6.5 | 246 | Saturday, June 29, 2024 | Approved | |
DxWnd 2.6.4 | 172 | Monday, April 22, 2024 | Approved | |
DxWnd 2.6.3 | 138 | Monday, March 11, 2024 | Approved | |
DxWnd 2.6.2.20240209 | 115 | Friday, February 9, 2024 | Approved | |
DxWnd 2.6.2 | 90 | Sunday, January 21, 2024 | Approved | |
DxWnd 2.6.1 | 117 | Monday, January 8, 2024 | Approved | |
DxWnd 2.5.99 | 153 | Saturday, October 7, 2023 | Approved | |
DxWnd 2.5.98 | 121 | Saturday, September 2, 2023 | Approved | |
DxWnd 2.05.96 | 181 | Monday, May 29, 2023 | Approved | |
DxWnd 2.05.95 | 99 | Wednesday, April 26, 2023 | Approved | |
DxWnd 2.05.94 | 113 | Friday, April 7, 2023 | Approved | |
DxWnd 2.05.93 | 95 | Saturday, February 18, 2023 | Exempted | |
DxWnd 2.05.92 | 106 | Monday, January 23, 2023 | Approved | |
DxWnd 2.05.91 | 97 | Friday, December 30, 2022 | Approved | |
DxWnd 2.05.90 | 104 | Saturday, November 19, 2022 | Approved | |
DxWnd 2.05.89 | 102 | Wednesday, October 19, 2022 | Approved | |
DxWnd 2.05.88 | 95 | Monday, October 3, 2022 | Approved | |
DxWnd 2.05.87 | 101 | Monday, August 22, 2022 | Approved | |
DxWnd 2.05.86 | 132 | Saturday, July 9, 2022 | Approved | |
DxWnd 2.05.85 | 96 | Friday, June 24, 2022 | Approved | |
DxWnd 2.05.84 | 102 | Thursday, June 2, 2022 | Approved | |
DxWnd 2.05.83.4 | 112 | Tuesday, May 10, 2022 | Approved | |
DxWnd 2.05.83.3 | 113 | Monday, April 18, 2022 | Approved | |
DxWnd 2.05.82 | 117 | Saturday, March 19, 2022 | Approved | |
DxWnd 2.05.81 | 133 | Wednesday, February 2, 2022 | Approved | |
DxWnd 2.05.80 | 93 | Monday, January 17, 2022 | Approved | |
DxWnd 2.05.79 | 129 | Friday, December 31, 2021 | Approved | |
DxWnd 2.05.78.20211125 | 129 | Friday, November 26, 2021 | Approved | |
DxWnd 2.05.78 | 77 | Friday, November 26, 2021 | Approved | |
DxWnd 2.05.77 | 100 | Saturday, November 13, 2021 | Approved | |
DxWnd 2.05.76 | 142 | Tuesday, October 26, 2021 | Approved | |
DxWnd 2.05.75 | 127 | Friday, September 17, 2021 | Approved | |
DxWnd 2.05.74 | 127 | Monday, August 23, 2021 | Approved | |
DxWnd 2.05.73 | 151 | Tuesday, July 13, 2021 | Approved | |
DxWnd 2.05.72 | 109 | Tuesday, June 29, 2021 | Approved | |
DxWnd 2.05.71 | 124 | Friday, May 28, 2021 | Approved | |
DxWnd 2.05.70 | 112 | Tuesday, May 18, 2021 | Approved | |
DxWnd 2.05.69.1 | 107 | Thursday, April 29, 2021 | Approved | |
DxWnd 2.05.69 | 87 | Thursday, April 29, 2021 | Approved | |
DxWnd 2.05.68 | 115 | Tuesday, March 30, 2021 | Approved | |
DxWnd 2.05.67 | 116 | Wednesday, March 24, 2021 | Approved | |
DxWnd 2.05.66 | 110 | Saturday, March 13, 2021 | Approved | |
DxWnd 2.05.65 | 119 | Thursday, March 11, 2021 | Approved | |
DxWnd 2.05.64 | 146 | Monday, February 8, 2021 | Approved | |
DxWnd 2.05.63 | 109 | Monday, February 1, 2021 | Approved | |
DxWnd 2.05.62 | 114 | Monday, January 25, 2021 | Approved | |
DxWnd 2.05.61 | 130 | Thursday, January 7, 2021 | Approved | |
DxWnd 2.05.60 | 115 | Tuesday, December 29, 2020 | Approved |
ghotik
Refer to readme-relnotes.txt
This package has no dependencies.
Ground Rules:
- This discussion is only about DxWnd and the DxWnd 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 DxWnd, 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.