Opening File with Command Line

ImDaFrEaK

Well-known member
Joined
Jan 7, 2006
Messages
416
Location
California
Programming Experience
5-10
I have successfully used the Installer with VB to assign certain file extensions to my application. I have also been able to use the command line in the fashion that I so desire and have a pretty decent understanding of how it works. This is the problem....

Now, whenever my program is installed and I double click the file type in which is assigned to it I get an "Open With" windows dialog box. Then there are several programs in which the file type can be opened with. I choose my program and also click the check box that says, Always use the selected program to open this file type, and hit ok. I get that dialog box anyways everytime and so do my users. I do not know what I have done wrong and I don't know how to fix it.

I can't really post any code other than the code for the command line b/c there isn't any. All that there is, is the association of the file types with the install program. Does anyone have this same problem and or does anyone have a solution?
 
Back
Top