Jump to content











Photo
- - - - -

Finding Where an install hides user preferences


  • Please log in to reply
2 replies to this topic

#1 Technotika

Technotika

    Frequent Member

  • Advanced user
  • 419 posts
  • Location:United Kingdom
  •  
    United Kingdom

Posted 21 June 2011 - 07:53 PM

Hi guys

I'm trying to discover where an install puts the data specified in an installation. I have a load of installs to do and I could do them in one psexec script if I just new where certain config was kept.
During the install I have to set a standard format of a user name, password, database connection string, port and a few others.
What I want to do is silently install the app via psexec then apply the ini, reg or xml file (or what ever ) with the uniform data.
Is there a tool available that will let me see whats happening behind the install at the point where I put the data in which will enable me to see where its kept/hidden?

Thanks guys

#2 steve6375

steve6375

    Platinum Member

  • Developer
  • 7566 posts
  • Location:UK
  • Interests:computers, programming (masm,vb6,C,vbs), photography,TV,films
  •  
    United Kingdom

Posted 21 June 2011 - 08:16 PM

http://technet.micro...ernals/bb896645
You can either trace an install or just run a trace when the application is started and trace where it reads the configuration data from. Usually it is the registry. Be careful of HKEYUSER entries though as these are specific to each user account. Thus writing the entries for user xyz into another registry on a different PC will not affect any other user.

#3 Rui Paz

Rui Paz

    Frequent Member

  • Advanced user
  • 201 posts
  •  
    Portugal

Posted 25 June 2011 - 11:00 AM

Hi guys

I'm trying to discover where an install puts the data specified in an installation. I have a load of installs to do and I could do them in one psexec script if I just new where certain config was kept.
During the install I have to set a standard format of a user name, password, database connection string, port and a few others.
What I want to do is silently install the app via psexec then apply the ini, reg or xml file (or what ever ) with the uniform data.
Is there a tool available that will let me see whats happening behind the install at the point where I put the data in which will enable me to see where its kept/hidden?

Thanks guys


Hi,

If you have to do that kind of work very often then i recommend a specialized tool for that,
it cost money but its a very good help http://www.newbounda...cts/prism-suite
Prism catch all the changes made to the system and can replicate the changes to several machines,
you can create a package that includes several installations at once including settings.
___
Rui Paz




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users