Jump to content

Deploy third party software from ESET Protect Console


Recommended Posts

Greetings,

We would like to inform that we are currently utilizing ESET Protect Cloud as our chosen security platform. As part of our operational requirements, it has become necessary to deploy Google Drive to our Windows agents. Upon conducting extensive research, we discovered that the deployment necessitates the utilization of a .msi file format. To achieve this, we employed the services of MSI Wrapper, a freely available tool, to convert the existing .exe file into a suitable .msi format.

Furthermore, it is important to note that we refrained from incorporating any additional parameters during the conversion process. Subsequently, we proceeded to transfer the resulting msi file to a designated folder on our file server. It is worth mentioning that this particular folder does not require any user authentication for accessibility.

To facilitate the installation of the aforementioned file on Windows devices, a task has been generated within the ESET Console, utilizing the following configuration:

file://\this_is_my_fs\GoogleDrive\googledrive.msi

Regrettably, we have encountered an obstacle, as the task is unable to run on the agents. Furthermore, we are currently unable to proceed with the remote deployment.
 

Thank you for your attention on this matter.

Link to comment
Share on other sites

  • Administrators

You can use a Run command task to execute installation via msiexec.exe, e.g.

msiexec /i \\this_is_my_fs\GoogleDrive\googledrive.msi /qn /norestart
Link to comment
Share on other sites

On 5/26/2023 at 6:38 PM, Marcos said:
msiexec /i \\this_is_my_fs\GoogleDrive\googledrive.msi /qn /norestart

Greetings to everyone, and I appreciate your prompt response.

We have made an attempt to execute the MSI package using the aforementioned command, but it yielded no results.

Within the Application logs, we encountered two entries pertaining to the issue:

Initiating a Windows Installer Transaction: \\this_is_my_fs\GoogleDrive\googledrive.msi Client Process ID: 11960 Concluding a Windows Installer transaction: \\this_is_my_fs\GoogleDrive\googledrive.msi Client Process ID: 11960

Both entries were recorded simultaneously at 11:08:50.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...