自定义卸载页面(不是MsgBox) [英] Custom Uninstall page (not MsgBox)

查看:85
本文介绍了自定义卸载页面(不是MsgBox)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在安装过程中要求用户输入密码,然后将其用作安装后运行的命令的一部分.我正在使用自定义页面来执行此操作,效果很好.

I need to ask the user for a password during install, which is then used as part of a command which runs after installation. I'm using a custom page to do this and it works fine.

在卸载过程中,我还需要问同样的问题,这是卸载后运行的命令的一部分.

I also need to ask the same question during an uninstall, which is used as part of a command which runs after uninstall.

我已经检查了帮助,并且似乎没有用于卸载的PageID,可以在我的CreateInputQuery函数中使用它.我并不介意,只要该页面显示在卸载的开始,中间或结束,只要它显示即可.

I've checked the help and there does not seem to be a PageID for uninstalls, which I can use in my CreateInputQuery function. I don't particularly mind, if the page is displayed at the start, middle or end of the uninstall, as long as it is displayed.

我不想使用MsgBox进行卸载,因为我想要标准页面的外观.

I don't want to use the MsgBox for the uninstall as I want the look and feel of a standard page.

有关如何实现此目标的任何提示?

Any tips on how I can achieve this?

推荐答案

Inno当前在卸载过程中不支持向导页面.您将需要改用Forms.

Inno does not currently support wizard pages during uninstall. You will need to use Forms instead.

这篇关于自定义卸载页面(不是MsgBox)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆