deploy apps with flash component
Hi,
i have create a apps, that required flash player to run. But when i include the flash file, (flash9b.ocx), when the setup is run, i receive an error saying unable to register the file. (My guess is because i have flash register on the station already.)
but if i dont include the file, the apps cant run on PC that dont have flash player.
Re: deploy apps with flash component
You are probably not deploying all the dependencies for that ocx.
Re: deploy apps with flash component
how do i know what are the dependencies files? everything in the same folder?
Re: deploy apps with flash component
Try to put flash9b.ocx on windows/system32 after that type regsvr32 flash9b.ocx
Hope this method will work..
Re: deploy apps with flash component
Do it the correct way. You can use Depends.exe on the file and it will tell you what the dependencies are for that file.
Re: deploy apps with flash component
sorry, what is Depends.exe?
Re: deploy apps with flash component
Depends.exe is the Dependancy Walker utility that comes with VS Pro and above I believe.
It shows an ocx/dll dependancy files.