开发者

Install project with custom windows forms

开发者 https://www.devze.com 2023-01-18 13:45 出处:网络
is it possible to add custom window form to the installation process. I need it to display custo开发者_开发知识库m information, which I cannot do with the existing forms from the user interface. It ca

is it possible to add custom window form to the installation process. I need it to display custo开发者_开发知识库m information, which I cannot do with the existing forms from the user interface. It can be shown in the Service.BeforeInstall event. What are the risks?


Take a look at WiX - If I remember well, it allows you to embed custom forms. And with WiX you can actually change the order at which windows are displayed, and insert your custom info window where suitable.

Wix Homepage on Source Forge

0

精彩评论

暂无评论...
验证码 换一张
取 消