patch
Updated: 22 May 2010 | 6 comments
Hey guys,
I have packaged a finance application oracle - ADI and my MSI installs fine, however I have 2 issues when I try to test the application by deploying it to a test PC
1-As an admin everything works fine but when testing as a regular user account (with no admin rights) it can't switch the language option back and forward and is forced to use the "default" language option which is English
2- The application requires a patch installation but the patches are listed as PRD files which complicates my task and I was wondering if I could somehow include them within my MSI?
Appreciate as usual!
discussion Filed Under:
Comments
Permissions
1. It looks like you have a permissions issue either on a file or in the registry. If you have a capture tool handy (eg InCtrl5), you could try changing the language options as an admin and see where this is recorded in the system- then apply permissions accordingly.
Alternatively, running the application as admin with the Application Compatibility Toolkit running (comes from Microsoft) will produce a report of where permissions may need enhancing for a standard user.
2. My normal strategy here is to look in the registry, HKCR hive, for the .PRD file association and what the shell/open command specifies. That can lead to a command line solution for installing the PRD files. As I'm not familiar with PRD updates - I'm assuming that they are recognised and installed automatically when you double click them. If this is not the case then I'm talking BS and so ignore this suggestion.
If your issue has been solved, please use the "Mark as Solution" link on the most relevant thread.
check this out
Hi ;
1. As pointed out by EdT it seems issue related to permissions, generally language options can be changed with .ini or .xml files. This information could also be in some HKLM keys. You can use "process monitor" to find where exactly permissions are needed. Launch process monitor in user filtering all but shortcut exe. then check information logged when you try to change language. Here you can find where to apply modify permissions. Permissions can be applied through cacl.exe or subinacl.exe and many other tools
2. If this is oracle installation patch then you might want to go through this link http://www.akadia.com/services/ora_silent_install.html
As far as I know .prd are the printer driver related files.
Thanks I will try process mon
Thanks
I will try process mon to figure the permission issue but what is killing me is applying the patch which has a PRD extension and I can't seem to figure out how to include it as a part of my package as ADI installation is a very manual install with multiple clicks and choosing options etc....
How do you load the PRD files manually?
Since you have the basic install sorted out, it would appear that your remaining objective is to include the PRD file installation.
So how do you perform the manual install?
If your issue has been solved, please use the "Mark as Solution" link on the most relevant thread.
ended up virtualizing the
ended up virtualizing the application
Cool!
Whatever works is the way to go, IMHO.
If your issue has been solved, please use the "Mark as Solution" link on the most relevant thread.
Would you like to reply?
Login or Register to post your comment.