cancel
Showing results for 
Search instead for 
Did you mean: 

version 7.10, patch level 8 - OC saplogon.ini

Former Member
0 Kudos

Hi All

Client wish build SAPgui installation set with version 7.10, patch level 8, and the OC saplogon.ini.

In the SAP front end installation guide, it mentions that we can achieve this via scripting events. This requires a installation server. Please see section 3.6.2 Configuring Packages and Scripting Events.

This is already been achieved, as this is how the registry fix is working but not the ini files.

We need assist on how to include the .ini file in a single installation.

Your input and direction is appreciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can include in On begin install some copy procedure (to copy the ini file from some network share to required destination) or excute some *.bat file.

i'm don't know scripting but after checking samples you can do it like this :

strCmdLine = NwEngine.Variables.ResolveString("
SERVERNAME\somebatfile.bat")

bNoWaiting = vbFalse

NwEngine.Shell.Execute strCmdLine, bNoWaiting

P.S. or check in "Insert script" -->Sample 1:Copying a file.

Regards.

Former Member
0 Kudos

We were looking at solution with the registry patch so that the distribution with the installer can be provided to user. This is for hiding history information for payment card related field. See SAP Note 924376. We am looking for installable The with the registry fix that can be distributed..

I hope this clears things up.