Hi, I'll try to speak my best english...
I'm developing an app which uses some dll and some ocx... when I "generate" the application so it creates an installer I add those files so they get register when the installation takes places.
I have make this proccess many times, but now I have replaced one ocx, everything goes fine, until an end-user executes the app...the cab file it's well generated, intallation finish successfully... but when the user executes it, the system doesn't find the ocx... I look for it in windows/system32 (depends on the OS, but it doesn't matter) and I don't find it...and I look for it in the cab file, finding it...
so, i think, the problem is that the ocx doesn't get copy to the file system of the end-user ...
I do not understand why with older versions oeverything goes fine, but in this one it doesn't copy the ocx... Do you know where the problem iS? any suggestion...
I'm developing an app which uses some dll and some ocx... when I "generate" the application so it creates an installer I add those files so they get register when the installation takes places.
I have make this proccess many times, but now I have replaced one ocx, everything goes fine, until an end-user executes the app...the cab file it's well generated, intallation finish successfully... but when the user executes it, the system doesn't find the ocx... I look for it in windows/system32 (depends on the OS, but it doesn't matter) and I don't find it...and I look for it in the cab file, finding it...
so, i think, the problem is that the ocx doesn't get copy to the file system of the end-user ...
I do not understand why with older versions oeverything goes fine, but in this one it doesn't copy the ocx... Do you know where the problem iS? any suggestion...