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

MSI TO MSIX

Wed Sep 28, 2022 11:11 am

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: 6510
Joined: Wed Jun 13, 2018 7:49 am

Re: MSI TO MSIX

Wed Sep 28, 2022 4:20 pm

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

Mon Oct 03, 2022 12:20 pm

: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: 6510
Joined: Wed Jun 13, 2018 7:49 am

Re: MSI TO MSIX

Wed Oct 05, 2022 2:43 pm

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”