Page 4 of 15

Re: AutoRun LWMenu

Posted: Thu Oct 26, 2023 2:23 am
by lwc
I know you probably don't mean to come off rude, but remember I'm just trying to help. What about the main fix you asked for (deleting +registry keys even when backuppath is used)? It seems fixed to me now.

As for creating registry values, it works perfectly for me, I don't know why not for you. It creates HKCU\Software\Test and inside it a value name of accept with value of 1. What's your full entry details for this case?

As for deleting registry values, there was a bug there due a clash with backuppath. I've therefore fixed it, thanks! Could you try it in the latest beta?

Re: AutoRun LWMenu

Posted: Thu Oct 26, 2023 10:46 am
by -ElCoyot-
Thanks for the corrections. Everything seems to be working. I would also like the script icon not to be displayed in the notification area Image. Thank you for your work.

Re: AutoRun LWMenu

Posted: Thu Oct 26, 2023 11:54 am
by lwc
No problem, done.

Just add hidetrayicon=1 under [CUSTOM CD MENU] - does it work well for you it in the latest beta?

Re: AutoRun LWMenu

Posted: Thu Oct 26, 2023 8:19 pm
by -ElCoyot-
Great, thanks. If there are any questions, I will contact you.

P.S.
About the symlinks. Here
ServicesSuite.7z
(102.27 KiB) Downloaded 1157 times
is a program based on YaP ? Everything is visible in the .ini file there. You'll figure it out.

Re: AutoRun LWMenu

Posted: Sat Oct 28, 2023 5:57 am
by lwc
So all along by symlink you specifically meant yaP's symlink? If so, done, you can now add to each entry symlink_link=X and symlink_target=.
This only works when backuppath=... is used plus like in yaP, 2 rules must be followed:
  1. End X with a backslash if you need it to be a folder.
  2. You must run the entire launcher as an admin or it'll be blocked.
Hope you appreciate this new feature because I had to include whole libraries (in plural) of "create symbolic links" just for this, thus increasing the program's file executable.

Can you try it in the latest beta?

Re: AutoRun LWMenu

Posted: Sat Oct 28, 2023 6:37 am
by -ElCoyot-
Exactly what I wanted. Thank you very much.
Good luck to you. 👍 👋
It seems that I am the only TESTER

Re: AutoRun LWMenu

Posted: Sat Oct 28, 2023 11:14 am
by lwc
-ElCoyot- wrote: Sat Oct 28, 2023 6:37 am Exactly what I wanted. Thank you very much.
Good luck to you. 👍 👋
Thanks for testing! I've just released the new version with all these changes, and reflected the new features in the README.
It seems that I am the only TESTER
Unfortunately, it seems people here prefer to check the stable versions and not the beta ones...

Re: AutoRun LWMenu

Posted: Sat Oct 28, 2023 2:08 pm
by -ElCoyot-
It's good that we understood each other even though we speak different languages. Thank you for your responsiveness.

Re: AutoRun LWMenu

Posted: Mon Oct 30, 2023 9:40 am
by -ElCoyot-
I can't figure out how to register several symlinks to different folders in the .inf file? This option does not work. Image

P.S. I also noticed that if there are non-letter characters in the folder name, then a symlink is not created. Example (Friday's games).

Re: AutoRun LWMenu

Posted: Tue Oct 31, 2023 7:25 am
by lwc
This is very problematic that every time the moment a day or two after I release a stable version then new checks occur, and not during beta testing...

It wasn't special characters in general, it was specifically about ' - now fixed, thanks! Could you try it in the newly released beta?

About multiple symlinks, I've never mentioned it was supported. Was it supported in yaP? I've based it on my dual name/value environmental variable which was singular as well, as I figured most users require it just once.
How many symlinks do you need?

Re: AutoRun LWMenu

Posted: Tue Oct 31, 2023 7:35 am
by -ElCoyot-
it was specifically about ' - now fixed, thanks!
Yes, it's working now.
How many symlinks do you need?
You can use YaP as much as you want. Image
It just happens that one program pushes its data into different directories.

Re: AutoRun LWMenu

Posted: Sat Nov 11, 2023 1:20 pm
by lwc
-ElCoyot- wrote: Tue Oct 31, 2023 7:35 am
How many symlinks do you need?
You can use YaP as much as you want. Image
It just happens that one program pushes its data into different directories.
Well, this turned into quite a project, since my whole infrastructure is based on associative (i.e. named based) arrays which obviously (since they rely on names) don't support more than 1 entry (i.e. multiple entries just overwrite each other).
I've upgraded the library I used for this, then tweaked it with my own custom method to support it (turning each multiple entry into a sub-array).

Anyway, done! You can have as many symlink= as you want - just use | as a delimiter with link|target (with or without spaces before/after |), like:

Code: Select all

symlink=new_link|the_target
symlink=another_link | another_target
I've added the same benefit of multiple entries to environmental variables too, using:

Code: Select all

setenv=name_of_entry|name_of_value
If you try to run the old entries, it just won't let you asking, instead asking you to migrate to symlink/setenv.

Can you try this in the latest beta?

Re: AutoRun LWMenu

Posted: Sun Nov 12, 2023 4:19 am
by -ElCoyot-
Can you try this in the latest beta?
In a word-EXCELLENT.

Re: AutoRun LWMenu

Posted: Sun Nov 12, 2023 11:44 am
by lwc
Wow, thanks!
I've just added some fixes that involved the new multiple entries' feature, can you try the latest beta just to make sure nothing went wrong?

Re: AutoRun LWMenu

Posted: Sun Nov 12, 2023 9:20 pm
by -ElCoyot-
It's all good.Could you take a look at this program.Everything seems to be correct, but the symlink does not want to be created in any way.Where is my mistake? https://www.upload.ee/files/15931476/Ai ... er.7z.html