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
- :
- Re: Register Extensions with Basic MSI
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 12, 2009
03:18 PM
Register Extensions with Basic MSI
I'm new to Basic MSI projects since I've always used InstallScript projects in the past. Tried to follow the help file for registering a file extension with no luck. In File Types view, I right click on Extensions and add an extension "zzz" (for .zzz). In the properties, I put:
I don't want any verbs beside Open. In the Open Verb properties, I have:
Now in the ProgIDs folder, there's a new item called zzzfile, for which I entered these properties:
I've tried a bunch of things, with no luck. If anyone can help I'd really appreciate it.
Thanks!
ProgID: zzzfile
MIME Type:
I don't want any verbs beside Open. In the Open Verb properties, I have:
Command Sequence:
Display Name: &Open with Program 2.1
Argument: -v "%1" (I'm not too clear on what the argument is for, but this seemed like a good one based on help\forum posts).
Now in the ProgIDs folder, there's a new item called zzzfile, for which I entered these properties:
COM Class:
Description: .zzz files are used with Program 2.1 and earlier
Icon file:\program21.exe
Icon Index: 11
I've tried a bunch of things, with no luck. If anyone can help I'd really appreciate it.
Thanks!
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 12, 2009
03:45 PM
Unless your program requires the -v before the "%1", you probably want to take it off.
And in the ProgID section, you probably don't want as long a string as ".zzz files are used with Program 2.1 and earlier" as this description is what appears in the Windows Explorer "Type" column when you view a folder with the Details view.
And in the ProgID section, you probably don't want as long a string as ".zzz files are used with Program 2.1 and earlier" as this description is what appears in the Windows Explorer "Type" column when you view a folder with the Details view.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 16, 2009
11:42 AM
Thanks for the suggestions. Still nothing.
There aren't a whole lot of options in the File Types view, I can't figure out what I might be missing...
There aren't a whole lot of options in the File Types view, I can't figure out what I might be missing...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 17, 2009
09:23 AM
Is the key file of the component that contains these settings the EXE that will open your .zzz files?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 17, 2009
01:41 PM
Thanks for the hint. The component showed the correct key file in the Key file column, but I needed to right click the file itself and select Set Key File. Everything worked great once I did that.
Thanks!
Thanks!