[RESOLVED] 3CX Desktop App
Published: October 26, 2021 - 4:26 PM
Hello,
I want to deploy the 3CX Desktop App using WAPT.
I used the following function: `
install_msi_if_needed('3CXDesktopApp-18.3.33.msi')`.
My problem is that the application installs in C:\Users\current_user\AppData\Local\Programs\3CXDesktopApp.
How can this be managed in a WAPT package? Since the package is run under the System account, the user doesn't see the application in their account folder.
Is it possible to run the package under the user account?
Thank you in advance
, Pierre-Yves
I want to deploy the 3CX Desktop App using WAPT.
I used the following function: `
install_msi_if_needed('3CXDesktopApp-18.3.33.msi')`.
My problem is that the application installs in C:\Users\current_user\AppData\Local\Programs\3CXDesktopApp.
How can this be managed in a WAPT package? Since the package is run under the System account, the user doesn't see the application in their account folder.
Is it possible to run the package under the user account?
Thank you in advance
, Pierre-Yves