Hello!
I want to silently install Oracle XE, so I check for it as a prerrequisite. In the command line field of this prerrequisite I have to specify:
/s /f1"c:\silentinstall.iss" /f2"c:\installationresult.txt".
The problem is that I have to specify the path of the file .iss in order to make the silent installation, but this file won't exist in the target computer and it is necessary to set the whole path, it is not valid a relative path of that file.
Can anybody help me on how to do that?
Thanks a lot.
Abel