virendra.mgm
Posts: 2
Joined: Wed Sep 28, 2022 11:03 am

MSI TO MSIX

Dear Team,
I am using this software to create installers in the .Net Application. Now I want to convert my MSI to MSIX for the Windows store. Everything is going well but I am facing this issue. Error is given below.

Checking builds status
Build required.

[ Build_MSIX_APPX ]
Detecting Signtool compatibility
Detecting MSIX/APPX incompatible resources
WARNING: MSIX/APPX incompatible resource. Temporary File resources from 'Build_MSIX_APPX' build cannot be included in a MSIX/APPX package
Creating resources.pri file(s)
Failed to create priconfig.xml file.
Error details
Catalin
Posts: 6584
Joined: Wed Jun 13, 2018 7:49 am

Re: MSI TO MSIX

Hello and welcome to our forums,

As the error message suggests, you might have "Temporary Files" added to your project which are not supported in the MSIX build.

As explained in the above article I've linked, you can find the temporary files in the "Files and Folders" page --> "Windows Volume" --> "Temporary" folder.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
virendra.mgm
Posts: 2
Joined: Wed Sep 28, 2022 11:03 am

Re: MSI TO MSIX

:D

Thanks for the reply. I solved the error with your suggestion. But I am not getting the same error,
But I am getting different errors:

Detecting Signtool compatibility
Detecting MSIX/APPX incompatible resources
Creating resources.pri file(s)
Failed to create priconfig.xml file.
Error details
Catalin
Posts: 6584
Joined: Wed Jun 13, 2018 7:49 am

Re: MSI TO MSIX

Hello,
Thanks for the reply. I solved the error with your suggestion.
Glad to hear this!
But I am getting different errors:

Detecting Signtool compatibility
Detecting MSIX/APPX incompatible resources
Creating resources.pri file(s)
Failed to create priconfig.xml file.
Error details
Regarding this, I'm afraid I am not sure why this is happening.

If possible, could you please forward me a copy of your .AIP file by email at support at advancedinstaller dot com so I can investigate its settings?

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”