|
|
|
Clean for reinstall
Added on 10/2/2000
|
|
Compatibilities:
Required Xtras:
Buddy API
|
This item has not yet been rated
|
Run this to allow the installer to re-run. Call like this...
bleanForReinstall(projectName)
on cleanForReinstall projectName
baDeleteReg("Software" & projectName, "Total Program","HKEY_LOCAL_MACHINE")
end
on getBehaviorDescription me
describe = "Run this to allow the installer to re-run. Call like this..." & return & "bleanForReinstall(projectName)"
return describe
end
|
|