I have created an installer with WIX that is an Add-In for Office. To install it you need administrator privileges. The problem is that when the privileges window comes out (the Windows window) the name of the file that appears is "47cf119c.msi". (The same happens to uninstall it)
ScreenShot (sorry it's in spanish) https://i.stack.imgur.com/Kaxfb.png
I want that there appears "MyInstaller.msi" not "47cf119c.msi"
My wix code
<Product Id="*" Name="Word Plugin" Language="1033" Version="4.0.0.0" Manufacturer="St"
UpgradeCode="fd039382-2310-4101-9419-c626249d2c95">
<Package InstallerVersion="208" Compressed="yes" InstallPrivileges="elevated" AdminImage="yes"
InstallScope="perMachine" />```