Hi
Just wondering are there Custom config files we can upload into the Application\Package for installs?? so we can point the install command to a custom config file?? not talking about pre\post config script, but action custom settings for certain application install>?>?
Hi,
Depending on the customizing you want to achieve, you can use the postscript to add the config file and then reference it with a script.
Did you have an example of what you are trying to achieve?
Eg Microsoft Sysmon...
We run install command
Sysmon64.exe -i "PATH_TO_CONFIG_FILE"
Would we just add the config file to pre install script???
Quote from: PC096 on July 14, 2023, 01:23:24 AM-i "PATH_TO_CONFIG_FILE"
You could add that to the right click option modify command line
Quote from: Pete (Patch My PC) on July 16, 2023, 08:00:04 PMQuote from: PC096 on July 14, 2023, 01:23:24 AM-i "PATH_TO_CONFIG_FILE"
You could add that to the right click option modify command line
will this UNC-Path to configfile then copyed by pmpc to the client within the deployment?
Quote from: CarstenKochems on October 24, 2024, 01:39:54 AMQuote from: Pete (Patch My PC) on July 16, 2023, 08:00:04 PMQuote from: PC096 on July 14, 2023, 01:23:24 AM-i "PATH_TO_CONFIG_FILE"
You could add that to the right click option modify command line
will this UNC-Path to configfile then copyed by pmpc to the client within the deployment?
yes it will for alle that ask later,
user command line to write the parameters and use then the pre/post script to only add a file, and thats it :)