09-19-2006, 07:53 PM
|
#2 |
Join Date: Feb 2005 Real Name: Idan Location: Israel | | | as for the first hack, i would just suggest to look into product xml and just "reverse" it in way to create proper uninstall (if such one indeed lacks).
for example if the original install query is CREATE table, then just make DROP table query, if it add new fields, then change CREATE to DROP inside ALTER TABLE query & so on.
though tbh, this sure al sounds too wierd enough for someone to release a product & not provide a way to safely uninstall it. so i would suggest either going over the 36 pages posted there @ vb.org, trying to see if any mention to uninstall already given there, or wait for proper answer from maker of the modification (sometimes these things can take a day or two till they notice it)
now regarding the last 2 modifications, as much as i would like to help you with that, i'm afraid i cannot do much help with those as i don't know personally these exact modifications code at all, let alone know how to upgrade them to support 3.6.1 (for reason mentioned above).
i hope other staff members/community members might be able to help you on this issue.
greets.
| |