Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
全て、
32 ビットと 64 ビットに関連する両方のファイルを 1 つの MSI プロジェクトに入れたい
ありがとうラジニール
x86 マシンと x64 マシンの両方にインストールできるのは、32 ビットの MSI パッケージのみです。ただし、32 ビット MSI パッケージは、「C:\Program Files」や「C:\Windows\system32」など、x64 マシン上の 64 ビットの場所に書き込むことはできません。常に「C:\Program Files (x86)」または「C:\Windows\SysWOW64」にリダイレクトされます。64 ビットの場所に 64 ビット ファイルをインストールする必要がありますか?