GithubHelp home page GithubHelp logo

wincdemu's Introduction

WinCDEmu Build Instructions

  1. Checkout WinCDEmu (https://github.com/sysprogs/WinCDEmu), BazisLib (https://github.com/sysprogs/BazisLib) and STLPort-kernel (https://github.com/sysprogs/stlport-kernel) to a common directory.
  2. Set the BZSLIB_PATH environment variable to point at the BazisLib directory
  3. Set the STLPORT_PATH environment variable to point at the STLPort directory
  4. Install WDK 7.x and set the WDK7PATH environment variable to point at it
  5. Download/unpack WTL 8.0 and set WTL_PATH to point at it
  6. Open WinCDEmu.sln in Visual Studio 2010-2015
  7. Build the kernel-mode release configurations and then the user-mode release configurations
  8. The binaries will be saved to AllModules

wincdemu's People

Contributors

jsoref avatar sysprogs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wincdemu's Issues

Portable Support for Multi-track Images (e.g., BIN/CUE)

I'm certain people have asked for this plenty of times in the past, but this is a very useful feature that WinCDEmu still lacks. The latest portable version doesn't seem to support mounting multi-track images (e.g., BIN/CUE with multiple BIN files), which renders it unusable for reading such files.

I don't know if this feature has been shot down completely, but if not, adding it in a later release would be extremely useful.

Virtual disc driver not compatible with SSF

I guess this is more of a feature request than a straight bug? The Saturn emulator SSF does not recognise virtual discs loaded with WinCDEmu. I don't even know whether this is fixable from WinCDEmu's side and SSF is not open-source, is updated relatively rarely and does not provide internal CD image loading. I still believe it's worth pointing out, as WinCDEmu is probably the best, most convenient (from an end-user's point of view) open-source virtual disc utility out there.

ImDisk also doesn't appear to work as far as I can tell.

Reference: http://emulation.gametechwiki.com/index.php/SSF#Free_Virtual_Drive_Software

CUE sheets with FLAC audio tracks not supported

Having audio tracks compressed in FLAC is a great space-saver and i definitively need this feature to replace Daemon Tools Lite.

Example CUE:

REM DISCID 970EB00A
PERFORMER "Acclaim"
TITLE "Forsaken"
FILE "Forsaken (USA) (Track 01).bin" BINARY
  TRACK 01 MODE1/2352
    INDEX 01 00:00:00
FILE "Forsaken (USA).flac" WAVE
  TRACK 02 AUDIO
    INDEX 01 00:00:00
  TRACK 03 AUDIO
    INDEX 01 05:17:17
  TRACK 04 AUDIO
    INDEX 01 10:34:69
  TRACK 05 AUDIO
    INDEX 01 15:31:45
  TRACK 06 AUDIO
    INDEX 01 20:41:15
  TRACK 07 AUDIO
    INDEX 01 25:42:47
  TRACK 08 AUDIO
    INDEX 01 29:44:21
  TRACK 09 AUDIO
    INDEX 01 33:52:22
  TRACK 10 AUDIO
    INDEX 01 37:47:01

[Feature Request] AMD64 build too

I will use PortableWinCDemu with Windows Preinstallation Environment 64-Bit (WinPE x64), but the current version is not yet compatible with this version of Windows.
Please could you publish a fully 64-bit build ?
Thank you

Installation failed error

Hello,
I've freshly installed Windows on corporate machine (Windows 10 LTSB) and when the bar reaches 60-70% (Updating registry...) the failed installation error pops out. The exact version of windows might be the culprit, though I cannot be sure.
Peace

Prevent mounted drive from AUTOMATICALLY opening in Windows Explorer

I am mounting a disk image from a batch file using the batchmnt64.exe tool. However, this automatically launches the mounted drive in Windows Explorer. I do not want this, as the batch file runs a game in DOSBox, so I have to close Windows Explorer before i can play the game.

I would prefer a commandline parameter or an option in WinCDEmu settings to toggle this behavior. So we can control if the mounted drive opens automatically in Explorer or not.

[Feature request] Implement support squashfs mounting

It probably won't hapeen, this distro seems dead for a few years now :(
But still, I have to ask, maybe some day..
Implement support for squashfs image mounting please. It's an open, versatile image format that's used much in the linux world.
Bridging support to windows would be very welcomed.

Remount image issue

After removing the virtual disk using the operating system, it is not possible to mount a new virtual disk. The error occurred on the win 10 1909 pro for workstation system. There are no such problems on win 10 1809 LTSC.

[ISO creation] Filenames all in caps

I tested the ISO creation for a project that aims to be at least for Windows and Linux together. And I ran into a problem.

The files and folders names completely changes when converted for the iso. For instance, a folder named Songs becomes SONGS on the iso. All accents like é è à and so on are also replaced by _. This can be a problem for software making, especially for the Linux side.

I'm a big n00b at these things but I think it's because of something in the format generated for the ISO. Maybe adding a format that keeps the file/folder names intact and an option to switch between formats would be good.

[feature request] please update the manifest (no actual code change needed)

awesome program.

please update the embedded manifest (resource 24) to make it look nice and clear on big screens (top: normal, bottom: w/ dpi awareness).


I could not have overwrite the embedded manifest like I would normally do,
(using https://github.com/eladkarako/manifest - drag/drop exe and dll files over _embed__use_generic_manifest__loop.cmd)
since it is signed and placed in "trusted location" (program files),
..and I'm too afraid to mess with it :|

so I've worked around it by favoring external manifest over embedded one:

Windows Registry Editor Version 5.00

;requires reboot

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide]
"PreferExternalManifest"=dword:00000001

and copied the generic manifest I normally use, using the format program.ext.manifest.
(used _side_by_side__use_generic_manifest__loop.cmd for that)


here is the manifest I'm using:
https://github.com/eladkarako/manifest/blob/master/example_manifests/generic.manifest

the UI seems to scale well, without the need to include the 'GDI scale fix'.


the manifest also includes optional stuff such as compatibility for Windows 10/11 that was missing,
new segmented heap and long path support that allows Windows file api from very long path
https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd#enable-long-paths-in-windows-10-version-1607-and-later

thanks for a great program.

Issues with Redump split mixed CDs

If I try to mount a redump image that is a split bin and cue it gives this error.

"Unknown or corrupt image file!"

Deamon tools and the like have no issues mounting these, any hope for a solution?

I am not sure what other information you may need but I will help to the best of my ability to help fix this issue.

Edit: Redump images work correctly in isobuster/imgburn and the like just fine if that bit of info helps any.

Support CD Audio (CDDA) for disc images that contain it

Many older games from before year 2000 used CD audio (CDDA) for their music, the same thing you'd find with an actual music CD (it was to the point that you could put something like the Quake II game CD into a CD player and it'd actually play the music).

WinCDEmu does not seem to support this form of CD Audio which is unfortunate given that many of these older games are exactly the type of software that would require mounting of CD images in the first place.

According to the below-linked forum thread, Daemon Tools apparently supports handling CD Audio on mounted disc images (and from my testing, Daemon Tools Lite as well):
https://sysprogs.com/w/forums/topic/cd-images-with-audio-tracks/

Also in that thread, at least the following games are known to use CD Audio for their music:

Pro Pinball : Timeshock !
Earthworm Jim
Pitfall: The Mayan Adventure

And from my own experience I can add Quake II, AstroRock, and Tsukihime to that list.

Speaking of Tsukihime, many circa-2000 and older Japanese PC visual novels similarly use CD Audio such as the aforementioned Tsukihime (by Type-Moon who are more well known for their later "Fate" works, e.g. Fate/stay night, Fate/Zero, and Fate/Grand Order).

Sillent installer

Apparrently you have dropped support for the silent argument that was used in previous installers.

Is there something else available for automatic install ?

WinCDEmu does not cleanly uninstall itself from Windows 7

Platform: Windows 7 64-bit SP1

Problem 1: WinCDEmu attempts to override the pointers to Windows Disc Image Burner (isoburn.exe located in C:\Windows\System32). Navigating to Control Panel > Default Applications > Windows Disc Image Burner will reveal a modified entry owned by sysprogs instead of Microsoft. Furthermore, attempting to launch isoburn launches WinCDEmu instead. When WinCDEmu is uninstalled, this entry is removed entirely, not restored to the original Microsoft entry. (I still have yet to figure out how to put the entry back in Default Applications.)

Problem 2: Windows Disc Image Burner is entirely removed from the Open With.. menu on an ISO image. I had to add it manually.

Problem 3: the uninstaller leaves behind an entry in Programs and features.

Problem 4: Registry keys are left behind. CCleaner picked up the following:

[HKEY_CLASSES_ROOT\BazisVirtualCD.Ccd\shell\open]

[HKEY_CLASSES_ROOT\BazisVirtualCD.Ccd\shell\open\command]
@="\"C:\\Program Files (x86)\\WinCDEmu\\vmnt64.exe\" \"%1\""

[HKEY_CLASSES_ROOT\BazisVirtualCD.Cue\shell\open]

[HKEY_CLASSES_ROOT\BazisVirtualCD.Cue\shell\open\command]
@="\"C:\\Program Files (x86)\\WinCDEmu\\vmnt64.exe\" \"%1\""

[HKEY_CLASSES_ROOT\BazisVirtualCD.IMG]

[HKEY_CLASSES_ROOT\BazisVirtualCD.IMG\shell]

[HKEY_CLASSES_ROOT\BazisVirtualCD.ISO]

[HKEY_CLASSES_ROOT\BazisVirtualCD.ISO\shell]

[HKEY_CLASSES_ROOT\BazisVirtualCD.Mds\shell\open]

[HKEY_CLASSES_ROOT\BazisVirtualCD.Mds\shell\open\command]
@="\"C:\\Program Files (x86)\\WinCDEmu\\vmnt64.exe\" \"%1\""

[HKEY_CLASSES_ROOT\BazisVirtualCD.Nrg\shell\open]

[HKEY_CLASSES_ROOT\BazisVirtualCD.Nrg\shell\open\command]
@="\"C:\\Program Files (x86)\\WinCDEmu\\vmnt64.exe\" \"%1\""

[Feature Request] ARM64 build

It should be pretty straightforward to compile an ARM64 build since there's no ASM involved but as in the x64 case the kernel driver needs to be signed.

Outdated build instructions

I was considering contributing to the project but can't get it to build. I was following the readme instructions, pretty much exactly, until I had to retarget all the projects to the VS 2019 toolchain since bzscore already compiles with those tools and the linker complained that other projects that depend on it were building with the old compilers, but after I got through that, everything fails with

13>BazisVirtualCDBus.obj : error LNK2001: unresolved external symbol "private: __thiscall BazisLib::DDK::BusDevice::PDOBase::PDOBase(wchar_t const *,wchar_t const *,wchar_t const *)" (??0PDOBase@BusDevice@DDK@BazisLib@@AAE@PB_W00@Z)
13>C:\wincdemu\WinCDEmu\AllModules\drivers\x86\BazisVirtualCDBus.sys : fatal error LNK1120: 1 unresolved externals

when I build the Release Kernel-mode configuration. Any thoughts?

See build.log for the details.

WinCDEmu's BazisVirtualCDBus.sys causes BSODs with certain GPUs

I couldn't tell you exactly what the problem is, (and I know I'll likely get no reply, but) the installable build of WinCDEmu has caused BSODs on my gaming laptop, and, just today, a BSOD on my desktop PC of which I recently installed a graphics card to. Both PCs have an NVIDIA GPU, but I've seen someone else report BSODs related to BazisVirtualCDBus.sys on a Windows 8.1 system with a Radeon GPU. For now, I'm using the portable version instead in case it helps (I haven't tried it on my other PC yet). By the way, both the PCs I use have Windows 10. I need WinCDEmu because not all the CD image files I have are ISO format like Windows supports by default. Otherwise, I might have to start extracting my CD image files into folders instead using 7-Zip or WinRAR then reinstall each of their software.

WinCDEmu does not remove itself from Start menu after uninstall

Platform: Windows 10 64-bit

After uninstalling WinCDEmu and restarting my computer an entry for "WinCDEmu settings" remains on the Start menu. It obviously points to a non-existent location so attempting to select it will result in Windows asking to remove it automatically.

Thanks for the program!

Thanks for the program under a free open source license! Added a program to a Russian-language site about free open source software, here is the link.

Please do not abandon the project! This is a very interesting program!

Will stable versions be published here?

Very high memory consumption when mounting image from network drive

I regularily use WinCDEmu inside virtual machines (both VMware and VirtualBox) and had memory issues with WinCDEmu already several times when mounting an image file, which is located on a network drive (SMB). Usually I am running an installer off the mounted image. Over time WinCDEmu (no process visible in Task manager) consumes more and more memory. The memory consumption increases quite fast, after it initially started to increase. As soon as the virtual image is ejected the memory consumption drops to a normal level.

I tried this with ISO and other formats and it seems the image format does not matter.
The issue also happened on multiple systems, including Windows 7 SP1 and Windows XP SP3.

Migration to organization

Sign with GPG (it is free)

  • Windows cert invalid (expired) since 2 years (& at least publish sha256 checksum also)

& for god's sake, use https (it is also free).

Support for mixed mode CD images (data + audio)

It seems that WinCDEmu doesn't support mixed-mode disc images at the moment. Such discs contain a data track and one or more audio tracks and they are relatively common with older games.

I tested this with BIN+CUE images, made with Linux tools, and IsoBuster's extended ISO+CUE images, and none worked.

Some virtual drive software, such as Daemon Tools, support mixed-mode images. However, WinCDEmu is prefered by many people because it's simple, open-source and free of adware and other unwanted stuff.

No such file or directory. Invalid node and create failed if run manually

Create ISO from TF card reader drive

C:\Program Files (x86)\WinCDEmu\mkisofs.exe: Warning: Cannot add inode hints with -no-cache-inodes.
C:\Program Files (x86)\WinCDEmu\mkisofs.exe: No such file or directory. Invalid node - 'D:"'.

Use sysinternals procmon to log mkisofs.exe launch argument, found

"C:\Program Files (x86)\WinCDEmu\mkisofs.exe" -r -l -o "E:\Download\sdfdsf.iso" "D:\"

Run command manully in admin cmd shell

mkisofs.exe -r -l -o E:\Download\sdfdsf.iso D:\

Get logs

C:\Program Files (x86)\WinCDEmu>mkisofs.exe -r -l -o E:\Download\sdfdsf.iso D:\
mkisofs.exe: Warning: Cannot add inode hints with -no-cache-inodes.
Using API_MS_WIN_DOWNLEVEL_USE000.DLL;1 for  D:\/sources/api-ms-win-downlevel-user32-l1-1-1.dll (api-ms-win-downlevel-user32-l1-1-0.dll)
Using API_MS_WIN_DOWNLEVEL_SHL000.DLL;1 for  D:\/sources/api-ms-win-downlevel-shlwapi-l1-1-1.dll (api-ms-win-downlevel-shlwapi-l1-1-0.dll)
Using API_MS_WIN_DOWNLEVEL_OLE000.DLL;1 for  D:\/sources/api-ms-win-downlevel-ole32-l1-1-1.dll (api-ms-win-downlevel-ole32-l1-1-0.dll)
Using API_MS_WIN_DOWNLEVEL_KER000.DLL;1 for  D:\/sources/api-ms-win-downlevel-kernel32-l2-1-0.dll (api-ms-win-downlevel-kernel32-l1-1-0.dll)
Using API_MS_WIN_DOWNLEVEL_ADV000.DLL;1 for  D:\/sources/api-ms-win-downlevel-advapi32-l4-1-0.dll (api-ms-win-downlevel-advapi32-l3-1-0.dll)
Using API_MS_WIN_DOWNLEVEL_ADV001.DLL;1 for  D:\/sources/api-ms-win-downlevel-advapi32-l3-1-0.dll (api-ms-win-downlevel-advapi32-l2-1-1.dll)
Using API_MS_WIN_DOWNLEVEL_ADV002.DLL;1 for  D:\/sources/api-ms-win-downlevel-advapi32-l2-1-1.dll (api-ms-win-downlevel-advapi32-l2-1-0.dll)
Using API_MS_WIN_DOWNLEVEL_ADV003.DLL;1 for  D:\/sources/api-ms-win-downlevel-advapi32-l2-1-0.dll (api-ms-win-downlevel-advapi32-l1-1-1.dll)
Using API_MS_WIN_DOWNLEVEL_ADV004.DLL;1 for  D:\/sources/api-ms-win-downlevel-advapi32-l1-1-1.dll (api-ms-win-downlevel-advapi32-l1-1-0.dll)
Using TERMINALSERVICES_SESSION000.MAN;1 for  D:\/sources/dlmanifests/terminalservices-sessiondirectory-server-dl.man (terminalservices-sessiondirectory-client-dl.man)
Using TERMINALSERVICES_APPSERV000.MAN;1 for  D:\/sources/dlmanifests/terminalservices-appserver-licensing-dl.man (terminalservices-appserver-dl.man)
Using PERFORMANCECOUNTERINFRAS000.MAN;1 for  D:\/sources/dlmanifests/performancecounterinfrastructureconsumer-dl.man (performancecounterinfrastructure-dl.man)
Using MICROSOFT_WINDOWS_PERFORMANC000 for  D:\/sources/dlmanifests/microsoft-windows-performancecounterinfrastructureconsumer-dl (microsoft-windows-performancecounterinfrastructure-dl)
Using MICROSOFT_WINDOWS_IIS_RE000.MAN;1 for  D:\/sources/dlmanifests/microsoft-windows-iis-requestmonitor-deployment-dl.man (microsoft-windows-iis-requestfiltering-deployment-dl.man)
Using MICROSOFT_WINDOWS_IIS_NE000.MAN;1 for  D:\/sources/dlmanifests/microsoft-windows-iis-netfxextensibility45-deployment-dl.man (microsoft-windows-iis-netfxextensibility-deployment-dl.man)
Using MICROSOFT_WINDOWS_IIS_MA000.MAN;1 for  D:\/sources/dlmanifests/microsoft-windows-iis-managementservice-deployment-dl.man (microsoft-windows-iis-managementscriptingtools-deployment-dl.man)
Using MICROSOFT_WINDOWS_IIS_MA001.MAN;1 for  D:\/sources/dlmanifests/microsoft-windows-iis-managementscriptingtools-deployment-dl.man (microsoft-windows-iis-managementconsole-deployment-dl.man)
Using MICROSOFT_WINDOWS_IIS_LE000.MAN;1 for  D:\/sources/dlmanifests/microsoft-windows-iis-legacysnapin-deployment-dl.man (microsoft-windows-iis-legacyscripts-deployment-dl.man)
Using MICROSOFT_WINDOWS_IIS_IS000.MAN;1 for  D:\/sources/dlmanifests/microsoft-windows-iis-isapifilter-deployment-dl.man (microsoft-windows-iis-isapiextensions-deployment-dl.man)
Using MICROSOFT_WINDOWS_IIS_HT000.MAN;1 for  D:\/sources/dlmanifests/microsoft-windows-iis-httpcompressionstatic-deployment-dl.man (microsoft-windows-iis-httpcompressiondynamic-deployment-dl.man)
Using MICROSOFT_WINDOWS_IIS_AS000.MAN;1 for  D:\/sources/dlmanifests/microsoft-windows-iis-aspnet45-deployment-dl.man (microsoft-windows-iis-aspnet-deployment-dl.man)
Using MICROSOFT_WINDOWS_FAX_CL000.MAN;1 for  D:\/sources/dlmanifests/microsoft-windows-fax-client-proenterprise-dl.man (microsoft-windows-fax-client-applications-dl.man)
Using MICROSOFT_WINDOWS_CERTIF000.MAN;1 for  D:\/sources/dlmanifests/microsoft-windows-certificateservices-mscep-dl.man (microsoft-windows-certificateservices-camanagement-dl.man)
Using MICROSOFT_WINDOWS_CERTIF001.MAN;1 for  D:\/sources/dlmanifests/microsoft-windows-certificateservices-camanagement-dl.man (microsoft-windows-certificateservices-ca-dl.man)
Using TERMINALSERVICES_SESSION000.MAN;1 for  D:\/sources/replacementmanifests/terminalservices-sessiondirectory-server-replacement.man (terminalservices-sessiondirectory-client-replacement.man)
Using TERMINALSERVICES_ROLE_PA000.MAN;1 for  D:\/sources/replacementmanifests/terminalservices-role-package-replacement.man (terminalservices-role-package-r-replacement.man)
Using TERMINALSERVICES_GATEWAY000.MAN;1 for  D:\/sources/replacementmanifests/terminalservices-gateway-ui-package-replacement.man (terminalservices-gateway-ui-package-r-replacement.man)
Using TERMINALSERVICES_GATEWAY001.MAN;1 for  D:\/sources/replacementmanifests/terminalservices-gateway-package-replacement.man (terminalservices-gateway-package-r-replacement.man)
Using RIGHTS_MANAGEMENT_SERVIC000.MAN;1 for  D:\/sources/replacementmanifests/rights-management-services-role-replacement.man (rights-management-services-management-tools-replacement.man)
Using RIGHTS_MANAGEMENT_SERVIC001.MAN;1 for  D:\/sources/replacementmanifests/rights-management-services-management-tools-replacement.man (rights-management-services-admin-tools-replacement.man)
Using POWERMANAGEMENT_POWERPOL000.MAN;1 for  D:\/sources/replacementmanifests/powermanagement-powerpolicy-migration-replacement.man (powermanagement-powerpolicy-definitions-replacement-win7.man)
Using POWERMANAGEMENT_POWERPOL001.MAN;1 for  D:\/sources/replacementmanifests/powermanagement-powerpolicy-definitions-replacement-win7.man (powermanagement-powerpolicy-definitions-replacement-vista.man)
Using NETWORKLOADBALANCINGMANA000.MAN;1 for  D:\/sources/replacementmanifests/networkloadbalancingmanagementheadlessserver-replacement.man (networkloadbalancingmanagementclient-replacement.man)
Using MICROSOFT_WINDOWS_TERMINALSE000 for  D:\/sources/replacementmanifests/microsoft-windows-terminalservices-licenseserver (microsoft-windows-terminalservices-appserver-licensing)
Using MICROSOFT_WINDOWS_SERVER000.MAN;1 for  D:\/sources/replacementmanifests/microsoft-windows-servermanager-shell-replacement.man (microsoft-windows-servermanager-rsat-roletools-replacement.man)
Using MICROSOFT_WINDOWS_SERVER001.MAN;1 for  D:\/sources/replacementmanifests/microsoft-windows-servermanager-rsat-roletools-replacement.man (microsoft-windows-servermanager-rsat-replacement.man)
Using MICROSOFT_WINDOWS_SERVER002.MAN;1 for  D:\/sources/replacementmanifests/microsoft-windows-servermanager-rsat-replacement.man (microsoft-windows-servermanager-rsat-featuretools-replacement.man)
Using MICROSOFT_WINDOWS_POWERS000.MAN;1 for  D:\/sources/replacementmanifests/microsoft-windows-powershellwebaccess-commands-powershell-migration-replacement.man (microsoft-windows-powershell-ws08-replacement.man)
Using MICROSOFT_WINDOWS_POWERS001.MAN;1 for  D:\/sources/replacementmanifests/microsoft-windows-powershell-ws08-replacement.man (microsoft-windows-powershell-replacement.man)
Using MICROSOFT_WINDOWS_CREDEN000.MAN;1 for  D:\/sources/replacementmanifests/microsoft-windows-credentialmanagementrole-tools-replacement.man (microsoft-windows-credentialmanagementrole-replacement.man)
Using MICROSOFT_CERTIFICATESER000.MAN;1 for  D:\/sources/replacementmanifests/microsoft-certificateservices-webenrollment-serverupgrade-replacement.man (microsoft-certificateservices-policy-serverupgrade-replacement.man)
Using MICROSOFT_CERTIFICATESER001.MAN;1 for  D:\/sources/replacementmanifests/microsoft-certificateservices-policy-serverupgrade-replacement.man (microsoft-certificateservices-ocsp-serverupgrade-replacement.man)
Using MICROSOFT_CERTIFICATESER002.MAN;1 for  D:\/sources/replacementmanifests/microsoft-certificateservices-ocsp-serverupgrade-replacement.man (microsoft-certificateservices-mscep-serverupgrade-replacement.man)
Using MICROSOFT_CERTIFICATESER003.MAN;1 for  D:\/sources/replacementmanifests/microsoft-certificateservices-mscep-serverupgrade-replacement.man (microsoft-certificateservices-ca-serverupgrade-replacement.man)
Using DIRECTORYSERVICES_DOMAIN000.MAN;1 for  D:\/sources/replacementmanifests/directoryservices-domaincontroller-tools-replacement.man (directoryservices-domaincontroller-servercoreupg-replacement.man)
Using X86_NETFX4__NETWORKINGPERFCO000 for  D:\/sources/sxs/x86_netfx4-_networkingperfcounters_v2_ini_b03f5f7f11d50a3a_4.0.9600.16384_none_811540e93ef36614 (x86_netfx4-_networkingperfcounters_v2_h_b03f5f7f11d50a3a_4.0.9600.16384_none_08243d10c5725938)
Using X86_NETFX35LINQ_SYSTEM_WEB_E000 for  D:\/sources/sxs/x86_netfx35linq-system.web.extensions_31bf3856ad364e35_6.3.9600.16384_none_63196e1106c3f8ce (x86_netfx35linq-system.web.extensions.design_31bf3856ad364e35_6.3.9600.16384_none_9aa4ccf6670ad4f4)
Using X86_NETFX35LINQ_SYSTEM_WEB_E001 for  D:\/sources/sxs/x86_netfx35linq-system.web.entity_31bf3856ad364e35_6.3.9600.16384_none_c9ce4856ae895e9b (x86_netfx35linq-system.web.entity.design_31bf3856ad364e35_6.3.9600.16384_none_2d9b0b642ea01247)
Using X86_NETFX35LINQ_SYSTEM_DATA_000 for  D:\/sources/sxs/x86_netfx35linq-system.data.services_31bf3856ad364e35_6.3.9600.16384_none_83f9f2a3df64b964 (x86_netfx35linq-system.data.services.design_31bf3856ad364e35_6.3.9600.16384_none_8e700720c9a729ce)
Using X86_NETFX35LINQ_SYSTEM_DATA_001 for  D:\/sources/sxs/x86_netfx35linq-system.data.services.design_31bf3856ad364e35_6.3.9600.16384_none_8e700720c9a729ce (x86_netfx35linq-system.data.services.client_31bf3856ad364e35_6.3.9600.16384_none_62b9cb005ce13999)
Using X86_NETFX35LINQ_SYSTEM_DATA_002 for  D:\/sources/sxs/x86_netfx35linq-system.data.entity_31bf3856ad364e35_6.3.9600.16384_none_c7b3fb55f72d38f1 (x86_netfx35linq-system.data.entity.design_31bf3856ad364e35_6.3.9600.16384_none_1fe4fa3022166aed)
Using X86_NETFX35LINQ_MICROSOFT_BU000 for  D:\/sources/sxs/x86_netfx35linq-microsoft.build.framework_31bf3856ad364e35_3.5.9600.16384_none_42b33f0c1baa8712 (x86_netfx35linq-microsoft.build.engine_31bf3856ad364e35_3.5.9600.16384_none_9420bee54f8346ba)
Using X86_NETFX35LINQ_ARROWHEADSUB000 for  D:\/sources/sxs/x86_netfx35linq-arrowheadsubsetlist_v35_31bf3856ad364e35_6.3.9600.16384_none_609cb575520cc5d9 (x86_netfx35linq-arrowheadsubsetlist_v30_31bf3856ad364e35_6.3.9600.16384_none_6097b40352114726)
Using X86_NETFX35LINQ_ARROWHEADSUB001 for  D:\/sources/sxs/x86_netfx35linq-arrowheadsubsetlist_v30_31bf3856ad364e35_6.3.9600.16384_none_6097b40352114726 (x86_netfx35linq-arrowheadsubsetlist_v20_31bf3856ad364e35_6.3.9600.16384_none_60a283ef52092b35)
Using X86_NETFX_SHARED_NETFX_20_MS000 for  D:\/sources/sxs/x86_netfx-shared_netfx_20_mscorwks_31bf3856ad364e35_6.3.9600.16384_none_144e3bfc61eb6fa5 (x86_netfx-shared_netfx_20_mscorlib_b03f5f7f11d50a3a_6.3.9600.16384_none_6fdebee524ee1baa)
Using X86_NETFX_ASPNET_WEBADMIN_WI000 for  D:\/sources/sxs/x86_netfx-aspnet_webadmin_wizard_res_b03f5f7f11d50a3a_6.3.9600.16384_none_c08fbe6ba6d0e852 (x86_netfx-aspnet_webadmin_wizard_b03f5f7f11d50a3a_6.3.9600.16384_none_81de9108507fb9bd)
Using X86_NETFX_ASPNET_WEBADMIN_US000 for  D:\/sources/sxs/x86_netfx-aspnet_webadmin_users_res_b03f5f7f11d50a3a_6.3.9600.16384_none_cbeb2f8f23cbeb63 (x86_netfx-aspnet_webadmin_users_b03f5f7f11d50a3a_6.3.9600.16384_none_4cc4ad18b1f53a26)
Using X86_NETFX_ASPNET_WEBADMIN_SE000 for  D:\/sources/sxs/x86_netfx-aspnet_webadmin_security_b03f5f7f11d50a3a_6.3.9600.16384_none_7d993bccd0f7a820 (x86_netfx-aspnet_webadmin_secur_res_b03f5f7f11d50a3a_6.3.9600.16384_none_de86328903f0aec1)
Using X86_NETFX_ASPNET_WEBADMIN_RO000 for  D:\/sources/sxs/x86_netfx-aspnet_webadmin_roles_res_b03f5f7f11d50a3a_6.3.9600.16384_none_a2bacf53ddd6be70 (x86_netfx-aspnet_webadmin_roles_b03f5f7f11d50a3a_6.3.9600.16384_none_90d4c3f26543d3d9)
Using MSIL_SYSTEM_WORKFLOW_COMPONE000 for  D:\/sources/sxs/msil_system.workflow.componentmodel_31bf3856ad364e35_6.3.9600.16384_none_7d1830d0ec015a60 (msil_system.workflow.componentmodel.resources_31bf3856ad364e35_6.3.9600.16384_zh-cn_a06565b2ed8faa0d)
Using MSIL_SYSTEM_WORKFLOW_ACTIVIT000 for  D:\/sources/sxs/msil_system.workflow.activities_31bf3856ad364e35_6.3.9600.16384_none_bd41540e6f044f51 (msil_system.workflow.activities.resources_31bf3856ad364e35_6.3.9600.16384_zh-cn_09ad94f82a2773e6)
Using MSIL_SYSTEM_WINDOWS_PRESENTA000 for  D:\/sources/sxs/msil_system.windows.presentation_b77a5c561934e089_6.3.9600.16384_none_1f6773335c89ba46 (msil_system.windows.presentation.resources_b77a5c561934e089_6.3.9600.16384_zh-cn_bee8e7cf8615a947)
Using MSIL_SYSTEM_WEB_EXTENSIONS_D000 for  D:\/sources/sxs/msil_system.web.extensions.design_31bf3856ad364e35_6.3.9600.16384_none_508203d33d09856d (msil_system.web.extensions.design.resources_31bf3856ad364e35_6.3.9600.16384_zh-cn_9671a26ea6a79142)
Using MSIL_SYSTEM_WEB_DYNAMICDATA_000 for  D:\/sources/sxs/msil_system.web.dynamicdata.design_31bf3856ad364e35_6.3.9600.16384_none_a20cd3059aeaaffc (msil_system.web.dynamicdata.design.resources_31bf3856ad364e35_6.3.9600.16384_zh-cn_2e11057b0caaa859)
Using MSIL_SYSTEM_SERVICEMODEL_INS000 for  D:\/sources/sxs/msil_system.servicemodel.install_b77a5c561934e089_6.3.9600.16384_none_86af6d76fae985ed (msil_system.servicemodel.install.resources_b77a5c561934e089_6.3.9600.16384_zh-cn_11e3e3ac691d7e9e)
Using MSIL_SYSTEM_RUNTIME_SERIALIZ000 for  D:\/sources/sxs/msil_system.runtime.serialization_b77a5c561934e089_6.3.9600.16384_none_1d733470a3e98f24 (msil_system.runtime.serialization.resources_b77a5c561934e089_6.3.9600.16384_zh-cn_8feb23603bc46f1b)
Using MSIL_SYSTEM_RUNTIME_SERIALIZ001 for  D:\/sources/sxs/msil_system.runtime.serialization.resources_b77a5c561934e089_6.3.9600.16384_zh-cn_8feb23603bc46f1b (msil_system.runtime.serialization.ref_b77a5c561934e089_6.3.9600.16384_none_ed2ffed67c428df1)
Using MSIL_SYSTEM_IDENTITYMODEL_SE000 for  D:\/sources/sxs/msil_system.identitymodel.selectors_b77a5c561934e089_6.3.9600.16384_none_c6fc77a337a8a7d3 (msil_system.identitymodel.selectors.resources_b77a5c561934e089_6.3.9600.16384_zh-cn_63b8abd787659236)
Using MSIL_SYSTEM_DATA_SERVICES_DE000 for  D:\/sources/sxs/msil_system.data.services.design_b77a5c561934e089_6.3.9600.16384_none_afd8d1c31325c06b (msil_system.data.services.design.resources_b77a5c561934e089_6.3.9600.16384_zh-cn_861b8f22a4c3376e)
Using MSIL_SYSTEM_DATA_SERVICES_CL000 for  D:\/sources/sxs/msil_system.data.services.client_b77a5c561934e089_6.3.9600.16384_none_842295a2a65fd036 (msil_system.data.services.client.resources_b77a5c561934e089_6.3.9600.16384_zh-cn_54fc6b8c0747bb1f)
Using MSIL_SYSTEM_DATA_ENTITY_DESI000 for  D:\/sources/sxs/msil_system.data.entity.design_b77a5c561934e089_6.3.9600.16384_none_48a077bbff6bc6aa (msil_system.data.entity.design.resources_b77a5c561934e089_6.3.9600.16384_zh-cn_8ab786b22aaaa775)
Using MSIL_SYSTEM_DATA_DATASETEXTE000 for  D:\/sources/sxs/msil_system.data.datasetextensions_b77a5c561934e089_6.3.9600.16384_none_965a7a545aadabe5 (msil_system.data.datasetextensions.resources_b77a5c561934e089_6.3.9600.16384_zh-cn_d706bcf145507c86)
Using MSIL_SYSTEM_CONFIGURATION_IN000 for  D:\/sources/sxs/msil_system.configuration.install_b03f5f7f11d50a3a_6.3.9600.16384_none_a6ce8fc63cb1d04b (msil_system.configuration.install.resources_b03f5f7f11d50a3a_6.3.9600.16384_zh-cn_0f1ee14362f35eb4)
Using MSIL_MSBUILD_RESOURCES_B03F5000 for  D:\/sources/sxs/msil_msbuild.resources_b03f5f7f11d50a3a_6.3.9600.16384_zh-cn_2c72200efc983718 (msil_msbuild.resources_b03f5f7f11d50a3a_3.5.9600.16384_zh-cn_8d91d0ea639e76d6)
Using MSIL_MICROSOFT_VISUALBASIC_C000 for  D:\/sources/sxs/msil_microsoft.visualbasic.compatibility_b03f5f7f11d50a3a_6.3.9600.16384_none_0871e4375944b03f (msil_microsoft.visualbasic.compatibility.data_b03f5f7f11d50a3a_6.3.9600.16384_none_7a49b049e0db7c51)
Using MSIL_MICROSOFT_TRANSACTIONS_000 for  D:\/sources/sxs/msil_microsoft.transactions.bridge_b03f5f7f11d50a3a_6.3.9600.16384_none_e2f07a8ac1a7c153 (msil_microsoft.transactions.bridge.resources_b03f5f7f11d50a3a_6.3.9600.16384_zh-cn_37c0147a9bf2bfea)
Using MSIL_MICROSOFT_BUILD_UTILITI000 for  D:\/sources/sxs/msil_microsoft.build.utilities_b03f5f7f11d50a3a_6.3.9600.16384_none_fd16adf969103f43 (msil_microsoft.build.utilities.v3.5_b03f5f7f11d50a3a_6.3.9600.16384_none_a99f56de05dc1e44)
Using MSIL_MICROSOFT_BUILD_UTILITI001 for  D:\/sources/sxs/msil_microsoft.build.utilities.v3.5_b03f5f7f11d50a3a_6.3.9600.16384_none_a99f56de05dc1e44 (msil_microsoft.build.utilities.v3.5.resources_b03f5f7f11d50a3a_6.3.9600.16384_zh-cn_ded90c4cd9d4f0a5)
Using MSIL_MICROSOFT_BUILD_UTILITI002 for  D:\/sources/sxs/msil_microsoft.build.utilities.v3.5.resources_b03f5f7f11d50a3a_6.3.9600.16384_zh-cn_ded90c4cd9d4f0a5 (msil_microsoft.build.utilities.resources_b03f5f7f11d50a3a_6.3.9600.16384_zh-cn_77009c1ce6dc213e)
Using MSIL_MICROSOFT_BUILD_TASKS_V000 for  D:\/sources/sxs/msil_microsoft.build.tasks.v3.5_b03f5f7f11d50a3a_6.3.9600.16384_none_7b19e4a130ad969a (msil_microsoft.build.tasks.v3.5.resources_b03f5f7f11d50a3a_6.3.9600.16384_zh-cn_4ee819fc0f7f037d)
Using MSIL_MICROSOFT_BUILD_FRAMEWO000 for  D:\/sources/sxs/msil_microsoft.build.framework_b03f5f7f11d50a3a_6.3.9600.16384_none_ddd5604247a0fa75 (msil_microsoft.build.framework_b03f5f7f11d50a3a_3.5.9600.16384_none_e72615d6c04f9891)
Using MSIL_MICROSOFT_BUILD_ENGINE_000 for  D:\/sources/sxs/msil_microsoft.build.engine_b03f5f7f11d50a3a_6.3.9600.16384_none_53ae44b6d28c46f1 (msil_microsoft.build.engine_b03f5f7f11d50a3a_3.5.9600.16384_none_d85ca6b5de09e835)
Using MSIL_MICROSOFT_BUILD_ENGINE_001 for  D:\/sources/sxs/msil_microsoft.build.engine.resources_b03f5f7f11d50a3a_6.3.9600.16384_zh-cn_2e303c001d44a644 (msil_microsoft.build.engine.resources_b03f5f7f11d50a3a_3.5.9600.16384_zh-cn_bf3bb3c83d8e8e4a)
Using WEBADMINWITHCONFIRMAT000.MASTER;1 for  D:\/sources/sxs/x86_netfx-aspnet_webadmin_b03f5f7f11d50a3a_6.3.9600.16384_none_fae7ec4908907629/webadminwithconfirmationnobuttonrow.master (webadminwithconfirmation.master)
Using _DATAORACLECLIENTPERFCOU000.INI;1 for  D:\/sources/sxs/x86_netfx4-_dataoraclec..hared12_neutral_ini_b03f5f7f11d50a3a_4.0.9600.16384_none_a570e30adc222f63/_dataoracleclientperfcounters_shared12_neutral_d.ini (_dataoracleclientperfcounters_shared12_neutral.ini)
Using _DATAPERFCOUNTERS_SHARED000.INI;1 for  D:\/sources/sxs/x86_netfx4-_dataperfcounters_ini_b03f5f7f11d50a3a_4.0.9600.16384_none_da03db35236484e1/_dataperfcounters_shared12_neutral_d.ini (_dataperfcounters_shared12_neutral.ini)
Using _SERVICEMODELENDPOINTPER000.INI;1 for  D:\/sources/sxs/x86_wcf-m_svc_mod_end_perf_ini_31bf3856ad364e35_6.3.9600.16384_none_5f5d4eaaa8f7a0d6/_servicemodelendpointperfcounters_d.ini (_servicemodelendpointperfcounters.ini)
Using _SERVICEMODELOPERATIONPE000.INI;1 for  D:\/sources/sxs/x86_wcf-m_svc_mod_op_perf_c_ini_31bf3856ad364e35_6.3.9600.16384_none_58023ea44af29e54/_servicemodeloperationperfcounters_d.ini (_servicemodeloperationperfcounters.ini)
Using _SERVICEMODELSERVICEPERF000.INI;1 for  D:\/sources/sxs/x86_wcf-m_svc_mod_svc_perf_ini_31bf3856ad364e35_6.3.9600.16384_none_0f43c467a84d5a99/_servicemodelserviceperfcounters_d.ini (_servicemodelserviceperfcounters.ini)
Using _TRANSACTIONBRIDGEPERFCO000.INI;1 for  D:\/sources/sxs/x86_wcf-m_tx_bridge_perf_c_ini_31bf3856ad364e35_6.3.9600.16384_none_151f0d5049ddc5c5/_transactionbridgeperfcounters_d.ini (_transactionbridgeperfcounters.ini)
 84.98% done, estimate finish Sun Mar 05 20:35:30 2023
169.05% done, estimate finish Sun Mar 05 20:35:28 2023
253.56% done, estimate finish Sun Mar 05 20:35:27 2023
338.33% done, estimate finish Sun Mar 05 20:35:27 2023
422.58% done, estimate finish Sun Mar 05 20:35:27 2023
506.91% done, estimate finish Sun Mar 05 20:35:27 2023
591.23% done, estimate finish Sun Mar 05 20:35:27 2023
676.10% done, estimate finish Sun Mar 05 20:35:27 2023
760.42% done, estimate finish Sun Mar 05 20:35:27 2023
844.75% done, estimate finish Sun Mar 05 20:35:27 2023
929.07% done, estimate finish Sun Mar 05 20:35:27 2023
1013.94% done, estimate finish Sun Mar 05 20:35:26 2023
1098.26% done, estimate finish Sun Mar 05 20:35:27 2023
1182.58% done, estimate finish Sun Mar 05 20:35:26 2023
1266.91% done, estimate finish Sun Mar 05 20:35:26 2023
1351.77% done, estimate finish Sun Mar 05 20:35:26 2023
1436.10% done, estimate finish Sun Mar 05 20:35:26 2023
1520.42% done, estimate finish Sun Mar 05 20:35:26 2023
1604.75% done, estimate finish Sun Mar 05 20:35:26 2023
1689.61% done, estimate finish Sun Mar 05 20:35:26 2023
1773.94% done, estimate finish Sun Mar 05 20:35:26 2023
1858.26% done, estimate finish Sun Mar 05 20:35:26 2023
1942.58% done, estimate finish Sun Mar 05 20:35:26 2023
2027.45% done, estimate finish Sun Mar 05 20:35:26 2023
2111.77% done, estimate finish Sun Mar 05 20:35:26 2023
2196.10% done, estimate finish Sun Mar 05 20:35:26 2023
2280.42% done, estimate finish Sun Mar 05 20:35:26 2023
2365.29% done, estimate finish Sun Mar 05 20:35:26 2023
2449.61% done, estimate finish Sun Mar 05 20:35:26 2023
2533.94% done, estimate finish Sun Mar 05 20:35:26 2023
2618.56% done, estimate finish Sun Mar 05 20:35:26 2023
2702.77% done, estimate finish Sun Mar 05 20:35:26 2023
2787.40% done, estimate finish Sun Mar 05 20:35:26 2023
2872.06% done, estimate finish Sun Mar 05 20:35:26 2023
2956.52% done, estimate finish Sun Mar 05 20:35:26 2023
3040.95% done, estimate finish Sun Mar 05 20:35:26 2023
3125.39% done, estimate finish Sun Mar 05 20:35:26 2023
3209.48% done, estimate finish Sun Mar 05 20:35:26 2023
3294.38% done, estimate finish Sun Mar 05 20:35:26 2023
3378.85% done, estimate finish Sun Mar 05 20:35:26 2023
3463.31% done, estimate finish Sun Mar 05 20:35:27 2023
3547.55% done, estimate finish Sun Mar 05 20:35:27 2023
3632.08% done, estimate finish Sun Mar 05 20:35:27 2023
3716.71% done, estimate finish Sun Mar 05 20:35:27 2023
3800.73% done, estimate finish Sun Mar 05 20:35:27 2023
3885.15% done, estimate finish Sun Mar 05 20:35:27 2023
3969.95% done, estimate finish Sun Mar 05 20:35:27 2023
4054.10% done, estimate finish Sun Mar 05 20:35:27 2023
4138.77% done, estimate finish Sun Mar 05 20:35:27 2023
4223.02% done, estimate finish Sun Mar 05 20:35:27 2023
4307.94% done, estimate finish Sun Mar 05 20:35:27 2023
4392.15% done, estimate finish Sun Mar 05 20:35:27 2023
4476.76% done, estimate finish Sun Mar 05 20:35:27 2023
4560.83% done, estimate finish Sun Mar 05 20:35:27 2023
4645.79% done, estimate finish Sun Mar 05 20:35:27 2023
4730.15% done, estimate finish Sun Mar 05 20:35:27 2023
4814.31% done, estimate finish Sun Mar 05 20:35:27 2023
Total translation table size: 0
Total rockridge attributes bytes: 365522
Total directory bytes: 1604954
Path table size(bytes): 24586
mkisofs.exe: Implementation botch: FS should end at 5920 but ends at 288748.

However, created iso file size only 563MB instead of 4.01 GB, and install.wim is not in generated ISO file

"atlcomcli.h": No such file or directory

Hey!

I'm trying to build everything and I'm stuck with the project 'bzshlp' due to the error in the title.
I already installed Visual Studio Community 2013 and the paths to the ATL are correct, too.

e83446f018b39404d66550c763a36206

Any suggestions?

Also I would like to ask if Bazis could set up a Virtual Machine where everything is set up as it needs to be plus the compiler working with every project since I can't get it to work by myself due to a ton of errors every time.

bin/cue mount but files are corrupted

Problematic BIN/CUE at:
http://www.mediafire.com/folder/nrrel51kk1agr/EVA_HANA

  • the bin/cue at the above link mounts, but files are corrupted
  • notably the installer crashes
  • and the game .exe at X:\EVA_HANA\EVA_HANA.EXE has no icon and doesn't run
  • bin/cue dumped on Plextor PX-716UF using DIC/UI

According to CDmage this bin/cue has 508 corrupt sectors.

But strangest is that if I mount the same images using an old (adware-free) version of Daemon Tools the CD and at least some of the files (more than when using WinCDEmu) can be accessed OK: https://www.philscomputerlab.com/daemon-tools-windows-98.html

I've been doing this on Windows XP Pro in a VM, and on a Windows 10 machine.

Redumped, not-corrupt, working ISO at:
https://archive.org/details/shinji-and-good-friends-second-hanafuda-impact

Let me know if I can be of more assistance.

WinCDEmu 4.1

  • 2020-03-12 21_46_53-EVA_HANA EXE Properties
  • 2020-03-12 21_46_57-EVA_HANA EXE Properties

Daemon Tools 3.47

  • 2020-03-12 21_46_17-EVA_HANA EXE Properties
  • 2020-03-12 21_46_18-EVA_HANA EXE Properties

Can not compile

I try to get it working without success.

  • The Folder BazisLib-master have to be named BazisLib and have to exists in the same folder as WinCDEmu.
  • My Visual Studio 2012 Express ask to update c++ redistributables in the Project. No matter what is klicked, i got failures.
  • If io try to compile kernel mode there comes an error
    unbenannt

Can you help me?

Issues/Bug on the portable version

Since on the forum the post was ignored or something similar, i'll post everything here:

  1. WinCDEmu "portable" leave trace on the registry
    How to reproduce:
    a) Use a software for making a registry compare like Regshot, better on clean machine or VM
    b) Start WinCDEMU Portable and install the driver
    c) Mount an image < -- Important, i have Mount an ISO
    d) Unmount-Uninstall the driver
    e) Compare previous-after registry key with Regshot
    Results are:
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\BazisPortableCDBus
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BazisPortableCDBus
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_BAZISPORTABLECDBUS
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_BAZISPORTABLECDBUS

Example image:
http://i62.tinypic.com/2myykj7.png

.......................................

  1. The command line output, always of the portable version, is on the wrong line for EVERY command. is not only that line ( The driver is already installed ) but every output is in a wrong position
    Example image:
    http://i59.tinypic.com/vnnfyq.jpg

So instead of:

C:\>PortableWinCDEmu-4.0.exe /install
C:\>The driver is already installed

Needs to be:

C:\>PortableWinCDEmu-4.0.exe /install
The driver is already installed
C:\>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.