In the process of upgrading to Win-7, I lost my Register settings for right-click context menu options for a couple of small au3 programs I created 2 years ago. They are something I might want to share but would want to create an installer which would also add registry entries on folders and video files for right click context.
I tried using TheSaint's Install Creator but it seems to get an error and fail creating the exe installer, even though it's only one file to install.
Source code is not available so I don't know where it fails. Trying the zip install with Universal Installer created the install destination folder but without the program installed, even trying with Run As Administrator.
I've looked at _ShellFile() and _ShellFolder() as well but that would have to be incorporated into an installer as well for my needs.
Is there already other options available that I haven't found on the forums?
Also, is it possible to set context menu on known video extensions or would I have to register each one individually?
I tried using TheSaint's Install Creator but it seems to get an error and fail creating the exe installer, even though it's only one file to install.
Source code is not available so I don't know where it fails. Trying the zip install with Universal Installer created the install destination folder but without the program installed, even trying with Run As Administrator.
I've looked at _ShellFile() and _ShellFolder() as well but that would have to be incorporated into an installer as well for my needs.
Is there already other options available that I haven't found on the forums?
Also, is it possible to set context menu on known video extensions or would I have to register each one individually?