Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Regarding not a win32 Application


2 replies to this topic

sukil_s

sukil_s
  • Members
  • 4 posts

Posted 22 January 2004 - 18:54

Hi Guys
I have an application which when installed has some file extension so when we create a file with the application extension then it should give the file with the icon of that application but it gives an error whic is not an win32 application please tell me how can i solve this problem
Thanks in advance
Sukil.S

Glytzhkof

Glytzhkof
  • Moderators
  • 1,447 posts

Posted 22 January 2004 - 20:02

Now this is strange. Most likely the file association is resolved to point to a file which is not able to handle the file opening. Does your shell\open\command key for the file association look something like this?:

KEY: HKEY_CLASSES_ROOT\SomeCompany.SomeProduct.Document.1\shell\open\command\
VALUE: C:\PROGRA~1\Some\Some\Some.EXE "%1"
Regards
-Stein Åsmul

sukil_s

sukil_s
  • Members
  • 4 posts

Posted 23 January 2004 - 08:03

Thanks for the reply
even i had the same idea and i didnt had the value
VALUE: C:\PROGRA~1\Some\Some\Some.EXE "%1"
and then i tried with this it worked
thanks for the suggestion i think it is working