• Welcome to Support Forum: Get Support for Patch My PC Products and Services.
 

Custom Config for PatchMyPC App Installs??

Started by PC096, July 13, 2023, 10:06:28 PM

Previous topic - Next topic

PC096

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>?>?

Pete (Patch My PC)

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?

PC096

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???

Pete (Patch My PC)

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

CarstenKochems

Quote from: Pete (Patch My PC) on July 16, 2023, 08:00:04 PM
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

will this UNC-Path to configfile then copyed by pmpc to the client within the deployment?

CarstenKochems

Quote from: CarstenKochems on October 24, 2024, 01:39:54 AM
Quote from: Pete (Patch My PC) on July 16, 2023, 08:00:04 PM
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

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 :)

beredis

Yes, many applications allow using custom configuration files to streamline the installation process with predefined settings. You can often pass these files as parameters during the installation command, particularly with MSI files where you can specify a transform file (MST) for custom settings using a command like msiexec /i application.msi TRANSFORMS=custom.mst. Some applications support config files in formats like JSON, XML, or YAML, which can be placed in specific directories or specified in the install command. If you're using deployment software like SCCM or Intune, these platforms typically allow configuration files to be included in the installation package, making it easier for consistent application setup across devices.