I have this code in a "post install" screen
As we don't want to expose the value of "RawReg2" to the user.Code:UninstallData.RemoveItem(UNINDATA_SESSIONVARS, "%RawReg2%");
However, this variable still shows up in the uninstall.xml file.
How do we go about removing it using this call? I have a LOT of invested time into using this call -- so I'd rather not have to resort to using the xml plugin to remove these entries....
Thanks
-josh


