SAP 7.20 - APP DATA Folder
I need to prepare SAP GUI 7.20 for deployment , i wont try to repackage it into an MSI, will only be using silent switches.
After the install --> My problem is the following: i need to deploy some files (ini,and transaction history files) into the APPDATA folder (specific to each user) i.e-->documents and settings\<Username>\application Data\SAP
How can i accomplish that? if it were an MSI i could use the advertisement feature, but best practices says SAP is one of those vendors we shouldn't repackage into and MSI.
Any advise?
After the install --> My problem is the following: i need to deploy some files (ini,and transaction history files) into the APPDATA folder (specific to each user) i.e-->documents and settings\<Username>\application Data\SAP
How can i accomplish that? if it were an MSI i could use the advertisement feature, but best practices says SAP is one of those vendors we shouldn't repackage into and MSI.
Any advise?
0 Comments
[ + ] Show comments
Answers (11)
Please log in to answer
Posted by:
spartacus
13 years ago
ORIGINAL: latino_packager
I wont try to repackage it into an MSI, will only be using silent switches.
True, it would probably not be a great idea to repackage SAP 7.20 but instead you could consider creating a wrapper MSI to run the vendor's original installer with the necessary silent switches. The wrapper MSI could also deploy the extra files you mentioned and finally you could then use Active Setup to ensure these files are propagated to each user.
(Wrapper MSI's and Active Setup are discussed extensively elsewhere in this forum, so you shouldn't be short of help)
Spartacus
Posted by:
latino_packager
13 years ago
Posted by:
spartacus
13 years ago
Posted by:
kardock
13 years ago
i've fixed this by moving the ini file to a common folder and creating an system environment variable to point to it. the var is SAPLOGON_INI_FILE. you can create it with setx.exe that comes with the windows resource kit. setx.exe creates a var and apply it to the system without a reboot.
hope this helps!
hope this helps!
Posted by:
mazessj
13 years ago
Posted by:
timmsie
13 years ago
Posted by:
roni86
13 years ago
Posted by:
anonymous_9363
13 years ago
Posted by:
roni86
13 years ago
Posted by:
jmcfadyen
13 years ago
Posted by:
roni86
13 years ago
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.