Hello All,
I am facing problem in Windows Installer Rollback functionality. I have created an installer class and it launches custom action [installer type] to create database, 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