I have an application, programmed in vb6 that needs some dll-files and ocx-files installed in windows 7.
I already have an installer created with innosetup that includes all needed files and also installs the mysql Connector-ODBC for Windows (x86, 64-bit)
If I just put all files into one folder the installation doesent work, I get the error
Component MSDATGRD.OCX or one of its dependencies not correctly registered: a file is missing or invalid
I tried a search for msdatgrd.ocx portableapp but no Idea
Is there an easy workaround to make this app running without installation?
You can download the files I want to pack into a PortableApp here.
I tried opening the Setup.exe with dependency walker, but unfortunately I have not enough expertise to use that tool. here a screenshot
Although the output of dependency walker seems to be deceptive, see here:
anyway: I downloaded those 9 files here and packed them , now it shows even more other files missing: pastebin.com/8LawEbuk 7 this doesent seem to lead anywhere cause the dependency walker is too old
I am looking for something really simple to create, no matter the filesize in the end, as I am not a windows programmer