Error 170 building MSIX

Got a problem you cannot solve? Try here.
Post Reply
u020655
Posts: 3
Joined: Wed Mar 20, 2024 4:18 am

Error 170 building MSIX

Post by u020655 »

Hi.

Running InstallAware Studio Admin (evaluation) to build a MSIX package a "Error code:170" message is displayed.
Screenshot_38.png
Screenshot_38.png (18.83 KiB) Viewed 18414 times
Where can I look for detailed build process information?

Thanks in advance.
u020655
Posts: 3
Joined: Wed Mar 20, 2024 4:18 am

Re: Error 170 building MSIX

Post by u020655 »

Hi.

After modifying some data in the project, now a different error message appears:
Screenshot_39.png
Screenshot_39.png (21.49 KiB) Viewed 18401 times
Where can I look for detailed build process information?

Thanks in advance.
FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: Error 170 building MSIX

Post by FrancescoT »

Dear User,

Error 170 occurs when the MSIX compiler cannot finalize the resource content. This may happen when the project includes invalid image or Icon files, or because of inconsistencies with the project localization resources (the target localization language of the source IA project).

Error 210 is due to an error during the package signing process. This may be due the Authenticode settings specified with the source IA project. For test purposes, you may also do a try with setting the flag "Skip package signature" from the MSIX converter settings.

The MSIX compiler generates a log file in the output folder. This should contain more details about compiler errors.

Hope this helps you.
Francesco Toscano
InstallAware Software

White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
u020655
Posts: 3
Joined: Wed Mar 20, 2024 4:18 am

Re: Error 170 building MSIX

Post by u020655 »

HI Francesco.

Found log file in the output folder as you pointed out.

Thanks!
Post Reply