Jump to content

Recommended Posts

Posted

Hi

 

I am using Orca to edit some MSI's and I need to change the default open/save location for a program and am wondering if this can be done with ORCA.

 

for example, Once i have deployed my software I click file - open, this then takes me to "My Documents" as default, I want the program to use a shared area on the network but cant seem to find the right section in Orca to change this.

 

Any help greatly appreciated.

 

Regards

 

Andy

Posted
Unless there is an option in the actual software to change this, and you can identify the registry key it saves it in, there is no way you can do this by modifying the MSI, using Orca or any other tool. It's down to the software itself.
Posted
If you manually save to that area, close the program and go back in, does it remember where you last saved stuff? If so, then there's got to be a registry/config setting you can push out to users. If it doesn't remember and always goes back to my docs then you're stuck.
Posted

Hi

 

Thanks for the quick responses, I have had another play & it does appear to save the last used location to open & save from, so will have a play with process explorer to see where its writing it.

 

Thanks

 

Andy

Posted

Usual suspects are;

 

INI file in the actual application program folder (urgh)

INI file in user profile under Application Data

INI file in user profile under Local Settings

INI file in My Documents folder

Registry entry under HKEY_CURRENT_USER\Software\(your app or app vendor name)

Registry entry under HKEY_LOCAL_MACHINE\Software\(your app or app vendor name) (urgh)

Guest TheLibrarian
Posted

I don't know how attached you are to Orca, personally I dislike it.

 

If I'm not using Adminstudio I tend to use this http://www.instedit.com/.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...