开发者

Windows Installer Rollback install directory files cleanup problem

I am facing problem in Windows Installer Rollback functionality. I have created an installer class and it launches custom action [installer type] to create da开发者_StackOverflow社区tabase, If user wants to rollback I used InstallerException with custom message, but if i do so than in the install directory some temp files and CreateDatabase.InstallState file are not removed and these are supposed to be removed.

In the mentioned scenario I want to rollback in such a way that system should be restored to its initial state as it is requirement for Windows 7 logo certification. Any help in this regard will be highly appreciated


You will have to create custom action(s) to remove the database and temp files, and set it to only fire during the rollback, of course.

Assuming your custom action is scheduled before the built-in file & directory removal, then the rollback will remove the install directory on its own (but only if the directory is totally empty).

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜