Forum Discussion
Dec 13, 2022
MSIX Packaging Tool and Services with file based command line arguments, or maybe the AppInstaller
Application: Solidworks DraftSite
The application installs a service (2 actually, but the dsHttpApiService.exe is the problem one). The service is set to run as a separate process, and the MSI ins...
Dec 13, 2022
Update: Changing the manifest to use VFS\ProgramFilesX64 ends up with AppInstaller just giving the VFS syntax to the service in the command line. This probably means that the MMPT should fix the manifest this way, and then AppInstaller should interpret the argument list the same way it does the executable and set the service to have the argument with the full path as installed.