/
Replacing Dll files for dispatcher and print server
Replacing Dll files for dispatcher and print server
Download the dll files.
Make sure to extract the Dll files to the desktop.
Open windows power shell and past the code below in to hit.
#Define the source and destination paths for your DLLs
$sourcePath = "Desktop"
$destinationPath = "C:\Program Files (x86)\CardExchange Solutions\CardExchange Gateway"
#Use Copy-Item to replace the DLLs in the destination folder
Copy-Item -Path "$sourcePath\*.dll" -Destination $destinationPath -Force
Hit enter and if no error message shows up the files have been transferred.
As a alternative we have a .bat file that you can run and will send the dll to the desired folder.
To run the file all that is needed is to download it and Run as Administrator.
, multiple selections available,
Related content
Resetting User Interface Configuration files
Resetting User Interface Configuration files
More like this
CardExchange Print Server Network Printing
CardExchange Print Server Network Printing
More like this
Changing the Default Print Engine
Changing the Default Print Engine
More like this
Transferring CardExchange® Producer to a New PC
Transferring CardExchange® Producer to a New PC
More like this