Page 5 of 7

Re: Fast Copy - file copier

Posted: Tue Jul 24, 2018 6:12 am
by shirouzu
I decided to offer only the installer for the following reason.

Files that are unzipped by Explorer are given the Internet zone attribute in ADS.
This not only gives warnings in the EXE file, but also causes strange bugs that are displayed only in the table of contents in the CHM file.

I add /SILENT and /EXTRACT option to the installer.
You can confirm it with /h option.

Re: Fast Copy - file copier

Posted: Tue Jul 24, 2018 6:21 am
by shirouzu
>I add

I added these options in v3.52. (current version)

Re: Fast Copy - file copier

Posted: Tue Jul 24, 2018 8:17 am
by billon
shirouzu wrote: Tue Jul 24, 2018 6:12 am I add /SILENT and /EXTRACT option to the installer.
You can confirm it with /h option.
What? Do you think average users will dig in all these command-line options?
shirouzu wrote: Tue Jul 24, 2018 6:12 am I decided to offer only the installer for the following reason
How about 7-Zip SFX, for example?

Re: Fast Copy - file copier

Posted: Tue Jul 24, 2018 3:30 pm
by shirouzu
> What? Do you think average users will dig in all these command-line options?

Normal users will use Extract Button in GUI.

Installer command line options are provided for automatic installer script or etc.
https://groups.google.com/forum/#!topic ... -MUfwcPRxA

> How about 7-Zip SFX, for example?

Yes it is one way.
But I think Extract button is enough.
Why don't you use extract button?

Re: Fast Copy - file copier

Posted: Tue Jul 24, 2018 4:52 pm
by shirouzu
zorro wrote: Fri Jun 15, 2018 10:37 am The newly introduced installer writes to the registry when choosing "extract only" (key: HKCU\Software\HSTools)
To be precise, this key is created when you launch the installer. (It is not when pressing the extraction button)

Re: Fast Copy - file copier

Posted: Tue Jul 24, 2018 4:57 pm
by billon
shirouzu wrote: Tue Jul 24, 2018 3:30 pm Normal users will use Extract Button in GUI.
That's not stealth and creates unnecessary key in the registry
shirouzu wrote: Tue Jul 24, 2018 3:30 pm But I think Extract button is enough.
Why don't you use extract button?
Why should I? I don't use your program. Also that's not stealth and creates unnecessary key in the registry

Re: Fast Copy - file copier

Posted: Tue Jul 24, 2018 4:59 pm
by billon
shirouzu wrote: Tue Jul 24, 2018 4:52 pm To be precise, this key is created when you launch the installer
How about another installer which don't touch the registry?

Re: Fast Copy - file copier

Posted: Tue Jul 24, 2018 5:55 pm
by shirouzu

Re: Fast Copy - file copier

Posted: Tue Jul 24, 2018 6:04 pm
by shirouzu
The installer was try to read installed path information that is described in HKCU\Software\HSTools\FastCopy\

In order to load the Path key, it needs to open HSTools key in advance.
My mistake was "create HSTools key" instead of "open HSTools key" in the installer.

Re: Fast Copy - file copier

Posted: Tue Jul 24, 2018 6:23 pm
by shirouzu
billon wrote: Tue Jul 24, 2018 4:57 pm Why should I? I don't use your program. Also that's not stealth and creates unnecessary key in the registry
Oh, it was good.
I also do not want you to use my Software :-)

Re: Fast Copy - file copier

Posted: Tue Jul 24, 2018 6:29 pm
by shirouzu
If I would like to add the stealth function to FastCopy and its installer, I would not have published FastCopy as open source software.

Re: Fast Copy - file copier

Posted: Tue Jul 24, 2018 7:00 pm
by bitcoin
@shirouzu - thanks for the excellent program, sorry for the rude treatment on here

Re: Fast Copy - file copier

Posted: Wed Jul 25, 2018 3:33 am
by Midas
billon wrote:
shirouzu wrote: I add /SILENT and /EXTRACT option to the installer.
You can confirm it with /h option.
What? Do you think average users will dig in all these command-line options?
I also happen to think the answer to that last question is a negative -- but then an express mention of it will be added to the database entry extraction instructions. After all, that's what TPFC is for.

Many thanks fly off to shirouzu for his work and generosity towards the Internet at large. :mrgreen:

Re: Fast Copy - file copier

Posted: Wed Jul 25, 2018 10:32 am
by billon
@shirouzu:

Why did you removed local download?

Re: Fast Copy - file copier

Posted: Wed Jul 25, 2018 4:00 pm
by shirouzu
Midas wrote: Wed Jul 25, 2018 3:33 am I also happen to think the answer to that last question is a negative -- but then an express mention of it will be added to the database entry extraction instructions. After all, that's what TPFC is for.

Many thanks fly off to shirouzu for his work and generosity towards the Internet at large. :mrgreen:
My English is poor, I couldn't understand what you say.

This extract option was added for automation for core users.
https://groups.google.com/forum/?hl=ja# ... -MUfwcPRxA