[SOLVED] Creating Firefox package 60 ESR + config ini
Published: September 14, 2018 - 11:01 AM
Good morning,
I am trying to create a package for Firefox 60 ESR along with an ini configuration file.
My installation command is as follows:
This runs without error but does not take the config.ini file into account
When I run the following command under MS-DOS
Everything runs normally and even silently (no need for -ms). The various parameters included in the ini file are applied correctly.
It seems that /INI=config.ini is misplaced in the WAPT package code. What do you think? Could you help me with this?
THANKS.
Sincerely.
I am trying to create a package for Firefox 60 ESR along with an ini configuration file.
My installation command is as follows:
Code: Select all
install_exe_if_needed(exe64,'-ms /INI=config.ini',key=ukey64,min_version=versionff,killbefore='firefox.exe')When I run the following command under MS-DOS
Code: Select all
Firefox.exe /INI=config.iniIt seems that /INI=config.ini is misplaced in the WAPT package code. What do you think? Could you help me with this?
THANKS.
Sincerely.