ChrisGue
Posts: 93
Joined: Tue Feb 03, 2009 7:26 pm

define an file association default open action

I use the AI 13.3

When I add an file association with the verb 'open' always the string '&Open' is assigned to it:
Advanced Installer 13.3000.png
Advanced Installer 13.3000.png (2.92 KiB) Viewed 3752 times
This would mean to do a lot of translations.

But windows does this this translation itself when the string is emtpy (=HKEY_CLASSES_ROOT\[myfileextension]\shell\open => default is empty)
But I cannot delete the string '&Open' in AI:

So, how to do that?


Thanks, Chris
Eusebiu
Posts: 4931
Joined: Wed Nov 14, 2012 2:04 pm

Re: define an file association default open action

Hi Chris,

In order to set that field to empty, you can use a nonexistent property (e.g. [EMPTY]) instead of the "&Open" string. Can you try this and see if it helps?

Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
ChrisGue
Posts: 93
Joined: Tue Feb 03, 2009 7:26 pm

Re: define an file association default open action

I cannot set a property there. I can only enter text.
I tried to use a translation.
But now always [EMPTY] is set in the registry.
ChrisGue
Posts: 93
Joined: Tue Feb 03, 2009 7:26 pm

Re: define an file association default open action

I have now edited the aip file and removed these strings.
This works, however this is not my preferred method.
So a proper solution would be fine.

Chris
Eusebiu
Posts: 4931
Joined: Wed Nov 14, 2012 2:04 pm

Re: define an file association default open action

Hi Chris,

Sorry, the solution I suggested does not work, indeed. I found a solution in the past and I thought it was that one. Actually, in order to achieve what you want, you can go in the "Table Editor" page, "Verb" table and remove the "&Open" verb written in the "Command" column.

Let me know if this helped.

Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”