kiwix / kiwix-desktop

Kiwix for Windows and GNU/Linux desktops
https://download.kiwix.org/release/kiwix-desktop/
GNU General Public License v3.0
744 stars 97 forks source link

Prepare Windows package #314

Open kelson42 opened 4 years ago

kelson42 commented 4 years ago

In one of this formats: .msix, .msixbundle, .msixupload, .appx, .appxbundle, .appxupload, .xap This has to work with the CI.

This is necessary to be able to publish on the Microsoft App Store, see #312

Package should be installable for only one user https://sourceforge.net/p/kiwix/feature-requests/241/

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions.

xmha97 commented 2 years ago

@kelson42 Don't have a plan to release the installer for Windows?

kelson42 commented 2 years ago

@xmha97 Indeed, still not properly scheduled.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions.

FractalU commented 1 year ago

It would be great if there is an installer for the windows release. Especially for windows 10. In windows 10, the portable release requires the user to run vc_redist.x64.exe from the portable release to install the required Visual C++ Redistributable to obtain the missing msvcp140.dll file. In windows 7 that file is already available, therefore there is no need to install the Visual C++ Redistributable. An installer would greatly simplify the installation for windows 10. It would make kiwix-desktop more attractive to windows users.

Actually, the msvcp140.dll could be bundled in. That would completely eliminate the need to install the Visual C++ Redistributable. That's how mozilla firefox does it.