Hi All,
Does it make sense to write this statement
in the OnPreUninstall action?
We have no screens to check/uncheck these options during uninstall. What value will this call return?
Thanks,
Alberto
Does it make sense to write this statement
Code:
if SetupData.GetPackageProperties("wpf").Install then ... endif
We have no screens to check/uncheck these options during uninstall. What value will this call return?
Thanks,
Alberto
Comment