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.
私はPythonを知っており、Innosetupを使用しているプロジェクトに取り組んでいます。Pythonでセットアップコードを記述できるパッケージビルダーはありますか?
innoと一緒にpythonを使用できます。innoを使用すると、必要なすべてのユーザーデータを収集でき、pythonを使用すると、このユーザーデータを使用して他のすべての作業を実行できます。これを行うには、セットアップにPythonファイルを含める必要があります。セットアップ中にファイルを抽出する必要があります。その後、Pythonスクリプトを呼び出すことができます。