Unable to write registry value during uninstall
Posted: Mon May 07, 2007 3:18 am
I am unable to write registry values during un-install flow.
But i can Read and Delete registry...
How could I write registry in this case?
Thank you~
But i can Read and Delete registry...
How could I write registry in this case?
Thank you~
Code: Select all
if Variable REMOVE Equals TRUE
Write Registry Key HKLM\\SOFTWARE\\$COMPANY$\\$TITLE$\\testing, value1 (permanent)
end