File Association.
Not sure if this is the right place to post this.
I am packaging SAS 9.1.3 base package using wise 5.6 on xp sp2. I have a package ready and working. The only problem is when SAS is closed the application will not open by double clicking on the .sas file. When SAS is open then everything is fine.
Any Help?
Thanks.
I am packaging SAS 9.1.3 base package using wise 5.6 on xp sp2. I have a package ready and working. The only problem is when SAS is closed the application will not open by double clicking on the .sas file. When SAS is open then everything is fine.
Any Help?
Thanks.
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
WayneB
17 years ago
G'Day Ogeccut,
Don't know the app, but just had a similar problem, a real tickler (TRIM Context 6) wouldn't open an offline folder correctly when clicked.
Try using technetinternals (previously sysinternals; although the new one sounds like a stomach problem; no offense Mark[;)]) regmon or process monitor when you click on the .sas file. Your probably looking for an extension CLSID in the HKCR. Maybe the .sas entry doesn't have the CLSID information specified? Have a look how another known app registers it's extensions.
Make sure you isolate the PC off the network and stop all unneccessary services (like antivirus) otherwise you'll get lots of data to wade through.
Good luck
Regards
Wayne
Don't know the app, but just had a similar problem, a real tickler (TRIM Context 6) wouldn't open an offline folder correctly when clicked.
Try using technetinternals (previously sysinternals; although the new one sounds like a stomach problem; no offense Mark[;)]) regmon or process monitor when you click on the .sas file. Your probably looking for an extension CLSID in the HKCR. Maybe the .sas entry doesn't have the CLSID information specified? Have a look how another known app registers it's extensions.
Make sure you isolate the PC off the network and stop all unneccessary services (like antivirus) otherwise you'll get lots of data to wade through.
Good luck
Regards
Wayne
Posted by:
ogeccut
17 years ago
Posted by:
Inabus
17 years ago
Posted by:
ogeccut
17 years ago
Thank you for the reply.
I checked Extension table and it’s populated with correct data as far as I can tell.
When I check file association in explorer the .sas files are associated with proper application. However if application is not open it will not launch, but if app is open then by double clicking on .sas files the user can view them.
I think wise is not catching some registry keys on the snapshot. I tried running remon and comparing logs. Cant find anything yet.
I checked Extension table and it’s populated with correct data as far as I can tell.
When I check file association in explorer the .sas files are associated with proper application. However if application is not open it will not launch, but if app is open then by double clicking on .sas files the user can view them.
I think wise is not catching some registry keys on the snapshot. I tried running remon and comparing logs. Cant find anything yet.
Posted by:
Inabus
17 years ago
Might also be worth checking the Verb table in that case, Ill include an example from the nero application I did:
Extension Table:
Extension: mp3
Component: showtime.exe_COM
ProgID: NeroShowTime.Files.mp3
Verb Table:
Extension: mp3
Verb: play
Sequence: 0
Command: &Play
Argument:"%1"
Hope the information is useful, does sound like your missing a registry key though!
Regards,
Paul
Extension Table:
Extension: mp3
Component: showtime.exe_COM
ProgID: NeroShowTime.Files.mp3
Verb Table:
Extension: mp3
Verb: play
Sequence: 0
Command: &Play
Argument:"%1"
Hope the information is useful, does sound like your missing a registry key though!
Regards,
Paul
Posted by:
jmcfadyen
17 years ago
dont use the extension table and use plain registry.
this happens alot when you use advertised extensions and not standard registry as the application cannot interpret it.
therefore if you have extension table stuff setup remove it and add in the registry items which will be a little more difficult to find.
this happens alot when you use advertised extensions and not standard registry as the application cannot interpret it.
therefore if you have extension table stuff setup remove it and add in the registry items which will be a little more difficult to find.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.