摘要:卸载时询问是否删除或是保留注册信息,可以使安装程序更加人性化。界面预览:在[Code]段添加如下代码:procedure CurUninstallStepChanged(CurUninstallStep: TUninstallStep);beginif CurUninstallStep = usUninstall thenif MsgBox('您是否要删除注册信息?', mbConfirmation, MB_YESNO) =IDYESthenRegDeleteKeyIncludingSubkeys(HKEY_CURRENT_USER, 'Software\My Prog
阅读全文
posted @ 2013-12-17 13:52
浙公网安备 33010602011771号