Hi guys, i am truobleshooting oracle9i application . i got an vendor msi ,the issue is it has to install per machine and it doesn't include any user profile specific configurations.i am not getting any ideas pls can any one help me out
Thanks in advance
Answers (5)
If I understand correctly you have problems with this msi package during installation. The per-user files and registry are not installed.
If this is the problem, then you have to do 2 things. First please be sure that ALLUSERS property is set to "1" (Per-machine installation). Second, if you are installing the application with an admin user or using System user and you open the application with a diferent user then you have to Advertise the application(use an advertise shortcut) or perform an Active setup at log on.
With all due respect.....can you please be more specific with your query than just application install and configurations issues
Comments:
-
ok pls can u tell me some basic steps to troubleshoot that application. i mean the basic steps to start the trobleshooting.Thanks in advance - sridhark 11 years ago
ok pls can u tell me some basic steps to troubleshoot that application. i mean the basic steps to start the trobleshooting.Thanks in advance
Comments:
-
Brother, there is no secret ingredient to troubleshoot an application. And you havent yet shared ,exactly what issue are you facing - talonsprem87 11 years ago
-
pls guys i need urgent help,can some pls understand my urgency - sridhark 11 years ago
-
sridhark.....that is what im trying to ask you , what is the issue you are facing......you arent making it clear. Is the app not functioning or there is a break in functionality or what.... - talonsprem87 11 years ago
-
application wrking properly .the issue is, it has to install per machine but it is installing per user and not include any user profile specific configurations. - sridhark 11 years ago
-
Add the following property in property table or pass it through command line ALLUSERS=1 - jagadeish 11 years ago
-
it set as ALLUSERS=1 only ,eventhough - sridhark 11 years ago
-
Check the log , if any custom action is setting the value to ALLUSERS=2, which has its own significance in installing the application to either per machine or per user - talonsprem87 11 years ago
-
just as a part of curiousity....is your system governed by group policy? - talonsprem87 11 years ago
-
is your Shortcut advertised???....in case it is not advertised , it will not install user specific files and registeries (since installation ins per machine), advertise your shortcut...if this doesnt work, create an active setup for the same. - deepali 11 years ago