I have been perusing the archives looking for some help on this problem.
It seems that everyone else is having problems opposite of what I am.
I CompressGet a file and put it into the WINNT\System32 directory:
if
(CompressGet(archive,filename,COMP_UPDATE_DATE|COMP_UPDATE_VERSION)
= COMP_DONE) then
Debug(filename + " updated successfully.");
VarRestore(SRCTARGETDIR);
return;
Upon uninstalling this file is not removed nor is it in the uninst.dmp
or uninst.err.
Why is this file never recorded as transferred. Of course, I manually
remove the file before reinstall, but why should I have to?
...Shawn