This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Flash.ocx
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 26, 2016
10:57 AM
Flash.ocx
Hi,
I developed with Win7 - 32 , VS2012, CrystalReports 13.0.10 and InstallShield Limited Edition.
Now I am working with Win10, VS2015 Professional, CrystalReports 13.0.16 and InstallShieldLimited Edition für VS2015. I converted the Project from VS2012Win7 to VS 2015/Win10.
With the Edition VS2015 the InstallShied generates a SETUP that uses the Flash.ocx. In the old Version with VisualStudio 2012 the Flash.ocx was not used.
Now I get during the installation for example on Win7 - 64 an errorMessage: Flash.ocx failed to Register - HRESULT -2147220473. Contact your Support personnel
I don't need this ocx - it is included autmatically - how can I disable this Installation? With the Version VS2012 and InstallShieldLimitedEdition this ocx was not copied to the destimationFolder from the "exe".
With VS2015 it is copied to this Folder but can not be registered. In the VisualStudio Project is no Reference to the Flash.ocx.
Can you help me?
Andreas
I developed with Win7 - 32 , VS2012, CrystalReports 13.0.10 and InstallShield Limited Edition.
Now I am working with Win10, VS2015 Professional, CrystalReports 13.0.16 and InstallShieldLimited Edition für VS2015. I converted the Project from VS2012Win7 to VS 2015/Win10.
With the Edition VS2015 the InstallShied generates a SETUP that uses the Flash.ocx. In the old Version with VisualStudio 2012 the Flash.ocx was not used.
Now I get during the installation for example on Win7 - 64 an errorMessage: Flash.ocx failed to Register - HRESULT -2147220473. Contact your Support personnel
I don't need this ocx - it is included autmatically - how can I disable this Installation? With the Version VS2012 and InstallShieldLimitedEdition this ocx was not copied to the destimationFolder from the "exe".
With VS2015 it is copied to this Folder but can not be registered. In the VisualStudio Project is no Reference to the Flash.ocx.
Can you help me?
Andreas
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 31, 2016
11:24 AM
Hi,
If you did not include the file in the project, then it might have been pulled in as a dependency.
Right click on your files in the Files view and select Properties. Click on the Com & .Net Settings. Change the Scan at Build setting to Properties Only.
If you did not include the file in the project, then it might have been pulled in as a dependency.
Right click on your files in the Files view and select Properties. Click on the Com & .Net Settings. Change the Scan at Build setting to Properties Only.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 01, 2016
10:03 AM
kyi wrote:
Hi,
If you did not include the file in the project, then it might have been pulled in as a dependency.
Right click on your files in the Files view and select Properties. Click on the Com & .Net Settings. Change the Scan at Build setting to Properties Only.
Hi Kyi,
super - that is it - problem solved - much thanks!!!!!!!!!
Andreas