Closed abdelaziz-mahdy closed 2 years ago
dont know if that related or not
this error appeared when testing the exe on sandbox so i installed the certificate from the pfx file with password 1234
Hello @zezo357
the .exe is the problem, it can't run on "clean windows", I can make self-dependence one, but his size will be 16MB which is too much for this package.
I had to remove the flag --with-test-certificate-installer
in the current version (3.1.5).
instead, please use those steps to install the msix on clean windows server:
Add-AppPackage
:
Hello @zezo357
the .exe is the problem, it can't run on "clean windows", I can make self-dependence one, but his size will be 16MB which is too much for this package.
I had to remove the flag
--with-test-certificate-installer
in the current version (3.1.5).instead, please use those steps to install the msix on clean windows server:
- copy the msix to the machine,
- right-click on the msix file and open the Properties window
- install the certificate by going throw those steps:
- then install the msix with the command
Add-AppPackage
:
I wanted to distribute the app using msix
And I couldn't use the windows store since it had copyright problem
This process of installing the certificate is hard on users sadly
Do you think there is any other solution?
Are your app users in the organization (company, office..) ?
no
Microfost store has option to publish to specific users only, its called "package flights":
More details: https://docs.microsoft.com/he-il/windows/uwp/publish/package-flights
Is this can help in your situation?
i guess not
so i guess too that msix is not good for me
do you know any good other options ?
You're right, msix can used only if signed with a certificate.
there are alternatives, one of them is the Inno Seput installer. here is a clip on how to use it with flutter: https://www.youtube.com/watch?v=XvwX-hmYv0E
thank you very much ♥
:information_source: Info
Version:
3.1.4
:speech_balloon: Description
i did try the cetificate installer but it doesnt work on the other pcs
i did also try windows sandbox to ensure if it works or not still it doesnt
**Enter a description of your problem here.
:scroll: Pubspec.yaml