InnoSetup(「IconMain.ico」を使用)で生成された単一の実行可能ファイルと単一のアンインストール(別のアイコン「IconUninst.ico」を使用)で、ドライブ「C」と「K」にいくつかのファイルをインストールしたいと思います。次のように、ユーザーはドライブのパス/名前を変更できません。
STANDART RADIOBUTTON -
Full installation. Files that will be installed in drive "C:" AND "K:"
- Game.exe --> DRIVE C:\games
- Mapping.exe --> DRIVE C:\Mapping
- Pics.dll --> DRIVE C:\Pics
- AAA.dll --> DRIVE K:\Sounds
- BBB.obj --> DRIVE K:\Sounds
'
ADVANCED RADIONBUTTON -
Partial installation.
The only files that will be installed. (IF user agrees to continue)
- AAA.dll --> DRIVE K:\Sounds
- BBB.obj --> DRIVE K:\Sounds
どうすればそれを達成できますか? ありがとうございました !