日記/2024-09-01 の変更点


#author("2025-08-23T02:17:16+00:00","michiro","michiro")
#author("2025-08-23T02:18:00+00:00","michiro","michiro")
**homebrew-wineを使って、MacでWindowsソフトoffice2000をインストール [#x5effcf4]
WindowsXPの時代から会計ソフト [[らくらく複式簿記:https://www.ssdesign.co.jp/kaia7/]]を利用している。仕訳入力を行うだけ。CVSファイルに変換した伝票一覧表を税理士さんにメールで送ります。


homebrew-wineをインストールしただけでソフトはMacで問題なく起動。

伝票一覧表をCVSファイルに変換するためにはエクセルが必要になった。


homebrewインストール

https://brew.sh/ja/
 
Macのターミナルで
 % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
 %

homebrew-wineのインストール

https://jonkara.com/2022/10/25/homebrew-wine/

https://hayaemon.jp/blog/archives/4777

 % brew install --cask --no-quarantine gcenx/wine/wine-crossover
 % brew install winetricks
 % winetricks fakejapanese_ipamona
 % winetricks fakejapanese_vlgothic
 % winetricks mfc42
手持ちのoffice2000のインストールCDでインストール

setup.exeではインストール不可
 % msiexec /i /Volumes/O9PROCD01/DATA1.MSI
でインストールできた。

Homebrewのアンインストール

https://tomiylab.com/2020/10/reinstall-brew/
 % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)"

Homebrewを再ストールしてからhomebrew-wineをインストールする場合、-f オプションが必要
 % brew install -f --cask --no-quarantine gcenx/wine/wine-crossover

正常動作のアプリ

FFFTP

http://www2.biglobe.ne.jp/~sota/ffftp.html

電信8号

https://www.denshin8.jp

秀丸エディタ

https://hide.maruo.co.jp/software/hidemaru.html

PuTTY

https://www.ep.sci.hokudai.ac.jp/~epnetfan/tebiki/server-login/putty.html

[[日記]]