I have a VB6 application developed under Vista 32-bit. Compiled with the Inno set-up compiler, it installs and runs correctly as administrator. When I login as another user (without admin privileges), it loads and starts then crashes out with:
Run-time error ‘339’;
Component ‘Comdlg32.ocx’ or one of its dependencies not correctly registered: a file is missing or invalid.
Did I screw up the Inno setup?
Is there an Inno Flag that I should have set?
… or is it something else again?
TIA
Dave





Reply With Quote