wget -qO - https://dl.winehq.org/wine-builds/Release.key | sudo apt-key add -
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
sudo apt update
sudo apt install --install-recommends winehq-stable
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
rm winehq.key
sudo apt update
- Insert CD
- Navigate to CD in terminal `/media//
wine setup.exe full
- Use default values
- Insert Install CD
wine /media/<username>/PM15INSTALL/Setup.exe
wine eject d:
- Insert Program CD
- Continue with install
Wine doesn't seem to be able to eject the disk properly in 19 for some reason, so the data from each CD needs to be copied to the hard drive and installed from there instead.
- Insert Install CD
mkdir ~/.wine/drive_c/disks
sudo cp -rv /media/<username>/PM15INSTALL/ ~/.wine/drive_c/disks
sudo cp -rv /media/<username>/PM15Program/ ~/.wine/drive_c/disks
sudo chown -R ~/.wine/drive_c/disks
wine ~/.wine/drive_c/disks/PM15INSTALL/Setup.exe
- When the install prompts for the next disk, point the next disk to
C://disks/PM15Program
/home/<username>/.wine/drive_c/ProgramData/Microsoft/Windows/StartMenu/Programs/CreateaCard Gold 3
sudo apt install cups-pdf
~/.wine/drive_c/Program\ Files/CreataCard/Data
Photo paper layed out on 8.5x11 ANSI B: 11x17
To install a program from multiple disks, wine needs to remount the disk used.
Run wine eject d:
or wine eject -a
(to eject all disks) to properly eject
the disk and have wine remount the disk.
pdfshuffler from software center. Gui method to drag-and-drop pdf pages in any order