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
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Link file extension to launcher
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
May 07, 2008
10:03 AM
Link file extension to launcher
Hello,
I would like to register a launcher as the application to open files of a certain file extension (.llf ).
This way a user could just doucle-click on the files generated by my program and this should open the Launcher ( I guess I would get the file path as an argument )
Is there any "automatic" way to do this in InstallShield so that it can perform all of the necessary changes in the different OSs where my application is going to be installed ( Windows, Linux and Mac) ? Do you know of any scripts that I could use? Which "action" do I have to add to do this?
Thank you for your help,
Alfonso
I would like to register a launcher as the application to open files of a certain file extension (.llf ).
This way a user could just doucle-click on the files generated by my program and this should open the Launcher ( I guess I would get the file path as an argument )
Is there any "automatic" way to do this in InstallShield so that it can perform all of the necessary changes in the different OSs where my application is going to be installed ( Windows, Linux and Mac) ? Do you know of any scripts that I could use? Which "action" do I have to add to do this?
Thank you for your help,
Alfonso
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 08, 2008
03:02 AM
sanchez_paus wrote:
Hello,
Is there any "automatic" way to do this in InstallShield so that it can perform all of the necessary changes in the different OSs where my application is going to be installed ( Windows, Linux and Mac) ?
I think you mean InstallAnywhere right? On Windows you can do this using Registry action (but you have to check the syntax of a .reg file that would associate Open action for .llf with the correct .exe) but I'm not sure this is possible on Linux or Mac (I mean associating an extension with a binary to open it).