RegDBSetKeyValueEx( svUninstallPath,"UninstallString", REGDB_STRING,
UNINST + " -f" + "\"" + TARGETDIR ^ UNINST_LOGFILE_NAME + "\"" + "
-c\"" + TARGETDIR ^"Setupdll.dll" + "\"",-1);
But in InstallShield6.3, it can not be used like that way.
Can anyone tell me how to use my own dll in uninstall process, thanks
a lot