kkguo / apkshellext

Show app icons in windows explorer
http://www.apkshellext.com
MIT License
596 stars 86 forks source link

[request] an single zip file with all folders of language + suggestion #86

Open blackcrack opened 5 years ago

blackcrack commented 5 years ago

Hi,

it's maybe possible to make a single zipfile with all languagefolders

and a setup.exe by side of the batch files who use the batchfiles too..

the Setup.exe could open a dialog who makes possible to register a dll (so install it and start) and unregister a dll , remove the own folder and restart the explorer via checkboxes, therewith could it possible to "uninstall" the apkshellext2

if we looking on the regsrv32.exe via /? see we are to it's possible to unregister via this regsrv32.exe, your dll. Manny peoples have less to do with a prompt/commandline and don't understand how it works.. and whant not learn how it works, therefore maybe a Gui-leading for it with a dialog where it's possible to select and checking different switches and press the Okey or Chancel Button.

Therefore a "setup" "config" .exe for the APKShellExt2 to make it more easy possible.

Options could it be Checkbox (2 Possibility's)

this is more graphical advantageous for shell/Surface user as a cmd file.

advantage is that it is seeing, understanding and intuitive.

for the users only and Explorer-Users only is a black cmd window not favourable.. and if they not understand how a command line works (not everyone can be an administrator)

it should be for the Explorer Users, to make it more easy to work with apk-files, so should it like this easy like this to handle the APKShellExt2 "Installer" and this as "configurator.exe" or un-installer.exe or just "setup" not as batch/cmd files, more better as Gui-guided Exefile, which work with regsrv32.exe, rm -f

could just be a sharp-guiDialog with pulldown as exefile which this makes..

is this a good idea or not ? with this could we are stint the "msi/setup installer" and you have it in the hand what's all possible .. or some requests for the "installer" could also flow into ... you work alreaddy with sharp, why not use it as executable file for even this program..

best regards Blacky

kkguo commented 5 years ago

Regarding the satellite dlls, it is recommended solution by Microsoft. Before 0.2.0.1, I did wrap all laugnage dll into the main dll, but somehow it doesn't work for some people, and also it makes the main dll fat. Then I decide to let people chose which language they need. I do see it's ugly, maybe I should implement my own localize method later. Regarding the installer, I do agree what you are describing is great, but it is already out of my focus and my scope. I encourage you or any people who is good at packing and publishing to make an installer. I think this is Duplicate of #84 , I will close that one, and assign you to this subject.

blackcrack commented 5 years ago

the msi is to complicate for me as German because i can not good enough english to make this.. some other can make it like a drops.. because the motherthoung is english and they can do it more easy.. so, should you let open the msi/setup.exe issue, for some one who can make a msi for you.. us .. or so

the focus is ? *curious look* :)

best regards blacky

kkguo commented 5 years ago

I would like to focus on APK file structure and parsing. I would like to make apkshellext as lite and easy as possible, so far I didn't see many people complain about the installation process. I don't consider to make installer myself. Again, I do encourage people do any second-development base on my work.