MSIX Package throwing error while launching.

Microsoft

Hi Team,

 

Could you please assist us on the below issue.

 

Issue : MSIX Package created, is throwing an error (attached) on launching the .msix launcher.

 

Description : It was initially a Legacy application with a 32-bit application executable, wrapped in a 16-bit installer (.exe file). We then repackaged the .exe file as an MSI using below settings.

* Enabled NTVDM feature on Windows 10 32-bit OS

* Granted Modify permission to user on the Browser folder

* Registry Hive Analysis of the msi created, suggested folder path discrepancy, thus this was updated to correct path.

 

The resultant msi was working (installing and launching) fine.

 

We then tried creating msix package on the above resultant msi file. and encountered the attached errors while launching the msix package.
Though there weren't any issues while creating or installing the msix package.

 

Could you please provide your inputs on the same.

 

Thanks & Regards,

Priyanka Aggarwal

1 Reply

@Priyanka_Aggarwal 

 

You'll need to debug the problem a bit deeper than looking at the error messages.  I would recommend either a Process Monitor trace or using the Psf TraceFixup (along with PsfMonitor) to view what is going on and better understand the underlying problem.

 

The two dialogs look to be settings/data not found and dll not found issues.  The former often occur due to working directory issues or settings/data placed in the user's Appdata folders.  The latter could be working directory or App Path issues, but other causes might be present. 

 

Some of these kind of issues can be solved by the Psf and FileRedirectionFixup.  But start with understanding why it is failing first.