Quote:
Originally Posted by sputterfish
Sure we can do that, if its just a sub folder tho it would be easier to just run one file.
So lets say you run the file from the MAINDIR path you get:
Code:
C:\MAINDIR\GenericPatcher.cfg
if the other file needs to be saved below that it is easy. Example:
Code:
C:\MAINDIR\SUBDIR\NOMATTER\OptionsFileEditorViewer.cfg
Otherwise I can just make two separate files.
|
I think I have a small problem sputterfish.
When my SFX finishes extraction and execute your exe files, the output files are created directly in the main SH5 root directory and not where they should be, even though my installer did place them in correct subfolders.
Of course, when executed manually by mouse click, everything is OK, so I'm not really sure what is going on...Tried both with and without administration rights on my SFX TWoS installer.
Do you have any suggestions ? Maybe we could try your suggestion from above?
EDIT:
Found this on the net, maybe it's related to the mentioned problem in some way...
Quote:
If Install.bat is added to archive in a subfolder, it is necessary to specify the batch file with subfolder\Install.bat in Setup dialog of SFX options respectively the comment file. *Done that
And inside the batch file the command line cd "%~dp0" must be added at top to change current directory from target directory of extraction set by SFX module to the extracted subfolder containing the batch file.
|