A week ago while programming my setup program, i was doing some test in registering dll and ocx. But instead of copying them in the system32, i made a temporary folder and named it system32x.

I was putting all my dll's and ocx's in there and then i was registering them->>>

Never do that. I just discover today that it was a big mistake.The programs that i was doing the setup for, did'nt work any more, and i did'nt change a thing in them. The error was when i was registering(in my sys32x), it write in the registry in some place system32x, instead of system32, so my program did'nt work because of that.

So i had made a search on system32x in the registry and each time i found some, i just remove the x and now everything work.

So this is just a warning, i don't want it to happen to anybody.