Can I include your codecs into my installer?
2 posters
Page 1 of 1
Can I include your codecs into my installer?
Hi, I develop screen recorder for Windows. I would like to include you codec pack into my installer.
Can I do that? Are there any requirements?
Thanks!
Can I do that? Are there any requirements?
Thanks!
positive- Posts : 1
Join date : 2014-02-16
Re: Can I include your codecs into my installer?
Blindly installing codecs will can cause problems. Users may already have the required software installed.
I assume your application only needs specific encoder(s). You should detect if the required codecs are present, and if not, instruct the user to download and install the codec pack. That way they get the latest version, and also have the option to install things manually.
Detecting VFW codecs is easy. Just look for entries in this registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32
I assume your application only needs specific encoder(s). You should detect if the required codecs are present, and if not, instruct the user to download and install the codec pack. That way they get the latest version, and also have the option to install things manually.
Detecting VFW codecs is easy. Just look for entries in this registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum