Hi
I have added a .Net Installer class in my project. I have some code to be executed in OnAfterInstall and UnInstall methods.
I have added this as Dll in files and folders. Then added in custom action as .Net Installer class action. with action data as bellow
/LogFile= /ReqVersion=4.0.30319 /InstallType=notransaction /Action=Install "[#AISetUPClassLibrary.dll]" "[TempFolder]NetInstallerClass_Config.xml"
When i build and run, The installation workes well and OnAfterInstall is executed. But when I uninstall I get following error
FileNotFoundException : System could not load file or assembley ....
Please help ...