Page 1 of 1

Imaging for Windows fails

Posted: Tue Apr 15, 2014 8:23 am
by Ton_B
Our software depends on Kodak imaging components, like IMGTHUMB.OCX.

On most computers the setup runs just fine, but just one client it fails to register the components.
Searching the internet i found this topic : http://kakopa.com/imaging/ (scool all the way down, to window 7 section)

It seems that on this machine something is wrong with the rundll32.exe, because I had to run "rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 IMAGEVUE.INF"

Is there a way I can embed this functionallity (see attachment) inside my setup ?

Re: Imaging for Windows fails

Posted: Tue Apr 15, 2014 11:24 am
by FrancescoT
Dear Ton,

Just use the same identical approach I described here; http://www.installaware.com/forum/viewtopic.php?f=2&t=9962

In your case you need to execute the "install_win7.bat" file, instead of the VBScript file illustrated with the above example.

Regards