OpenCandy and WinSCP
Anyways developing great software is not easy, and can be cumbersome financially too. But I doubt that he would make any real money from OpenCandy. This was such a big sacrifice for such small return to be honest.
Advertisement
Advertisement
OK, I suppose you have done the research. So what is it that you have found?But I just think that before integrating something like OpenCandy he could have done a better research about OpenCandy and its intentions.
C:\Program Files\WinSCP\OpenCandy
) even if we don't choose to install it.
Advertisement
Advertisement
Advertisement
lol (Martin don't care?)OK.
/nocandy
switch might be OK, but could I politely ask for separate downloads?...
winscp427setup_opencandy.exe
for the OpenCandy version & simply winscp427setup.exe
for the No Candy version?
C:\Program Files\OpenCandy
or HKLM\Software\OpenCandy
or HKCU\Software\OpenCandy
/nocandy
switch or just download the Portable version & install myself...but...
You have portable package available already. Without OpenCandy.The/nocandy
switch might be OK, but could I politely ask for separate downloads?...
Right.Does it ONLY install that OpenCandy dir under the WinSCP dir?
It does.Why does it create that dir? Why not auto-delete after install?
It writes to registry under WinSCP hive.Does it install or modify ANYTHING else? For example:C:\Program Files\OpenCandy
orHKLM\Software\OpenCandy
orHKCU\Software\OpenCandy
It needs to have admin rights to write to "Program files'.Is there anyway you can drop the permissions before passing control to OpenCandy? Run WinSCP install as admin & OpenCandy as non-admin?
OK, will add some screenshot.can you add those screenshots to the installation docs?
You do not have checkbox to disable Google Ads before opening WinSCP download page either. What is the difference?Can you please put the Candy/No Candy choice on the download page?
...so people don't have to remember an installer param?...or...are you able to put a Candy/No Candy option as a checkbox inside the installer?...(on the 1st screen or before the candy loads/runs?)...
Obviously to generate some income for exchange for time I spent on WinSCP development.I understand it's your choice to add OpenCandy to the installer, but could you elaborate on what made you decide to do it? (or link me to where you have already talked about it...I've read all I can find about it)
...but the portable package is not installed (by definition). I currently have WinSCP installed & would like to upgrade, with an installer. So is it not going to happen?...(releasing an installer without OpenCandy {alongside the one with OpenCandy}). I could write an AutoHotkey script to "install" WinSCP...cuz I'm sure others will want it.You have portable package available already. Without OpenCandy.
/nocandy
switch, does it 100% completely prevent the OpenCandy code from running/loading?...or is it just a flag to skip it? (but the installer still loads/runs parts of the OpenCandy code).
winscp427source.zip\release\winscpsetup.iss
, you use Inno Setup.
#ifdef OpenCandy
OpenCandy
... interesting. Also interesting, grep'ing the source for "nocan", I can't find any mention of the /nocandy
switch, how is that handled if the source don't mention it?
#include "interm\winscpsetup.inc.iss" #include "opencandy\OCSetupHlp.iss"
...there were 2 questions on that line. As you might've guessed I haven't run the OpenCandy installer, so I only know what it does from reading forums & stuff, I was under the impression it created that dir & left it there after install. So again...It does.
...especially if it create & deletes it, why not use the temp dir?Why does it create that dir?
...could it not have admin rights until after you allow it to install an offered program? I know WinSCP needs admin to write toIt needs to have admin rights to write to "Program files'.
Program Files
, but OpenCandy only needs admin if you say Yes & take the offered install.
...not a checkbox per-se, but I do have an option...Adblock Plus! Also, you do have the /nocandy switch, so why not a checkbox?You do not have checkbox to disable Google Ads...
...the difference is...Google Ads cannot write to my hard drive with admin privs. I believe you only make money if people say Yes to the offered install? (actually I hope I'm wrong!)...if so, with a separate download, people can say Yes or No based on which download they choose, Candy or No Candy. I don't object to you making money, I do object to allowing a 3rd party access to my entire hard drive. I'd like to "decline" Candy on the download page, before they can access my hard drive. Actually, I'd like to see the OpenCandy offers, if viewing the offers would make you money, but I don't want to give OpenCandy full access. Perhaps OpenCandy should have an Opt-In view-offers-on-the-web option?...you would be on the WinSCP download page, but if you want to help WinSCP make money, you could click to an OpenCandy page, view the offers, accept/decline them, then get sent back to the WinSCP download page.What is the difference?
...I wish I had money, WinSCP is a great program, I don't know what to say, but to implore people using WinSCP to donate, if they have money.Obviously to generate some income for exchange for time I spent on WinSCP development.
Advertisement
I'm not convinced yet.So is it not going to happen?...(releasing an installer without OpenCandy {alongside the one with OpenCandy}).
Go ahead.I could write an AutoHotkey script to "install" WinSCP...cuz I'm sure others will want it.
It prevents loading OpenCandy.Also, about the/nocandy
switch, does it 100% completely prevent the OpenCandy code from running/loading?...or is it just a flag to skip it? (but the installer still loads/runs parts of the OpenCandy code).
I will start searching after I post, but does the source code...so creating an OpenCandy-free installer is as simple as undefining#ifdef OpenCandyOpenCandy
...interesting. Also interesting, grep'ing the source for "nocan", I can't find any mention of the/nocandy
switch, how is that handled if the source don't mention it?
Why are these files not in the source?...
#include "interm\winscpsetup.inc.iss" #include "opencandy\OCSetupHlp.iss"
winscpsetup.inc.iss
is generated during build, it does contain only version number, nothing else. OCSetupHlp.iss
is part of OpenCandy API. I'm not sure if it can be released into public, will check licence. Anyway, it is just a thin layer above the OpenCandy DLL, nothing of interest there. Also it is the piece of code that processes the /nocandy
switch.
Some very early version of OpenCandy sometime failed to the remove the directory. Hence the plethora post around the net about it....there were 2 questions on that line. As you might've guessed I haven't run the OpenCandy installer, so I only know what it does from reading forums & stuff, I was under the impression it created that dir & left it there after install. So again...It does.
Do not know....especially if it create & deletes it, why not use the temp dir?Why does it create that dir?
Maybe. Will consider it....could it not have admin rights until after you allow it to install an offered program? I know WinSCP needs admin to write to Program Files, but OpenCandy only needs admin if you say Yes & take the offered install.It needs to have admin rights to write toProgram files
.
You have the option to build your own installer....not a checkbox per-se, but I do have an option...Adblock Plus! Also, you do have theYou do not have checkbox to disable Google Ads.../nocandy
switch, so why not a checkbox?
What is the difference?
But OpenCandy does not write anything dangerous to your drive. Btw, how do you know WinSCP itself would not do it? The fact it is open source does not save you. How do you know the binary you download on winscp.net was actually build from the published code?...the difference is...Google Ads cannot write to my hard drive with admin privs.
...so I should keep trying? What should I do to convince you?I'm not convinced yet.
...OK, I will look into an AutoHotkey script or custom Installer (probably using Inno Setup, since it's already that way...or porting to NSIS)...but I'm better at AutoHotkey, so that could be easier. Would you like to help & list everything the installer does?...here's the ones I can think of...Go ahead.
...yes, I believe I will be doing that, but it's soo much easier for you, since you are already setup to do it. Also, even tho you need/want money, I hope you know the reputation this is giving WinSCP...You have the option to build your own installer.
...I can't know that without running it under heavily scrutinizing programs to see what it does...& all of that on a PC or VM I don't care about/can reset.But OpenCandy does not write anything dangerous to your drive.
...well, I guess I don't. So are you saying WinSCP is malware with fake open source? The major point with open source, is the likelihood of someone checking the source. Now, if everyone hopes someone else is checking the source, no one is safe...but it's better than closed source. WinSCP rep is going down fast.Btw, how do you know WinSCP itself would not do it? The fact it is open source does not save you. Hhow do you know the binary you download on winscp.net was actually build from the published code?
Obviously not. I just wanted to point out, that your use of WinSCP was based on you trusting me already. And that does not change with integrating OpenCandy.So are you saying WinSCP is malware with fake open source?
Advertisement
WinSCP does not do any silent or by default installation of adware. WinSCP (or actually its installer) can be considered adware on its own, as it displays one screen with advertisement during the installation progress. This is what most opensource/freeware installer do nowdays. WinSCP installer is doing that for almost two years now.Silent or by default installation of adware however, is absolutely not done!
I can understand that receiving alerts from security application can be scary for users that do not bother checking further. And that is the only reason, why I may consider removing the ad from the installer. Otherwise, there's no harm being done to you or anyone else.
I'm sorry for that....results in multiple people calling my office and asking why I am recommending software that contains adware/viruses.
Fair enough, your choice.My response now will be not to install WinSCP, but rather to use another program (I would link it but that would be effectively advertising a competitor since you are now considering yourself a business venture rather than an Open Source Developer). I will also be calling my customers and informing them that WinSCP has taken this stance and is installing ad-ware knowingly and intentionally, and let them know of multiple other products to replace their installations with.
Sorry, but I'm not doing commercial customer care here. So I won't pretend, I do not feel offended by all those false accusations in this thread. Including yours.Especially considering that your reaction to your customer base has been much less than friendly.
Of course I do, but that does not mean, I'll do anything they/you ask for.I am pretty sure from your previous posts that you simply do not care about the people that use your product
Haven't though about it a for a second. But obviously, there's no way for me to convince you, if you think otherwise.which makes me wonder if your lying about rather WinSCP itself might be doing something underhanded (see the definition of a lie of omission). After all, you did mention that we don't know that in another post so obviously you have though of doing malicious things with your program.
Advertisement
...& that is very sad, but it's not a reason to "follow suit".This is what most opensource/freeware installer do nowdays.
And no one goes crazy seeing ads on a website.
...Adware, of any sort, should be flagged by AV companies. Thank God they are!...AV provider chose to pick OpenCandy noteworthy among all "adware" systems for application installers for raising alerts.
...Thank You!...but please make this a permanent change...also, this removal of OpenCandy (even if temporary) seems to not be mentioned in the Version History or anywhere else...only here in this topic?And that the only reason why I've decided to remove OpenCandy from WinSCP installer in yesterday's 4.3.2 release.
...if it will keep OpenCandy out of WinSCP, then I hope this is never "resolved". OpenCandy is Adware, it should be flagged. I really hope you leave it out (please!).At least until this problem is resolved.
Well, this is something I have tried to cover in some of my previous posts here.Ads on a website cannot access my computer or hard drive in any "bad" way...on the other hand, OpenCandy (or any .exe-based Adware) can DO ANYTHING they want to my computer, which is why I want to avoid them.
But you had to do explicit action (installing Adblock Plus) to prevent that. You have many possibilities of explicit actions preventing OpenCandy.I, in fact, do not see the ads, due to Adblock Plus (so therefor I cannot "go crazy") (I also wish it worked against OpenCandy {& other .exe-based ads})
Sure, I'm not against that. I just find strange that I have never seen any AV complaining against any adware, including really malicious ones. And I had downloaded some indeed. And now Microsoft picked OpenCandy, which is totally harmless. Being more ironic, knowing that Microsoft is by far the biggest advertiser on OpenCandy network....Adware, of any sort, should be flagged by AV companies. Thank God they are!
It's on frontpage :) But ok, I'll add it to version history too.also, this removal of OpenCandy (even if temporary) seems to not be mentioned in the Version History or anywhere else...only here in this topic?
I'm afraid it is trade secret. Anyway, it is by order of magnitude larger amount than donations (I mean monthly volumes). Also, I haven't seen any decrease in donations since introducing OpenCandy (while I have expected that). So I do not hope for any increase after removing it.If I may ask, how much money have you made since you added OpenCandy? Is it worth the bad rep & angry users?
Thanks.Good god, what a bunch of suckers spitting nonsense! Martin is working his arse of with this software for many years. You use it for free, have no money left to donate (not employed? How did you pay your computer and other software?), but attack him in the most mean way and language.
No I want to keep it. It is valid discussion, while maybe not a polite one :)I just hope he forgets you all quickly (and maybe simply deletes this whole thread).
Advertisement
...yes, sorry, I noticed that after I posted. I went straight to the forum, read this post, check the version history, saw no note of it, then posted. Then later checked the homepage...It's on frontpage :) But ok, I'll add it to version history too.
You can run installer with /nocandy. It gets ignored when there's no OpenCandy in installer.Just one more thing: How are we supposed to know which installer files have or don't have OpenCandy? They are all named winscpXXXsetup.exe, only the release notes would say if its included or not. I plan on installing 4.3.2, since it's without OpenCandy, but I'd like some way to know for sure if an install file has it or doesn't...before I run it.
You you are just repeating all the (in my view false) accusations from previous posts. I believe that I have addressed all of them already. So unless you tell me, what you do not agree about, with me, I have nothing to react to. I'm sorry.What a terrible shame, I loved SCP, it was the only reliable FTP client I could find.
Hidden installation of software is *completely unacceptable* and I suspect it will have done irreversible damage to your reputation. I don't know how much opencandy is paying you, but I suspect they have bought your respectability very cheaply.
I realise that there is a switch to cancel this hidden install, but it is now difficult to have the confidence in the software to believe that it works - and if you are happy to have a switch to disable it, why try to hide it?
Also, what about all the users who are not as technically expert as us and have unwittingly installed what is basically spyware? I suspect they would be quite annoyed to discover what you have done to their machines without their permission.
It's a shame, but I cannot trust your software anymore and will *never* use it again.
Advertisement
Advertisement
I am that person that you mention, and I have paid for the software that I use. I have the right in your eyes therefore to complain. I then recommend that my customers use the software. I can not force my customers to pay for the software, but I can increase his revenue by recommending it since my customers trust me. However, since the insertion of this unsolicited advertising, I am now having to explain to the customers why the software that I recommended is being flagged as spyware, thus damaging my reputation while he gets to benefit.Well, people come here to rag about you using a way to pay your bills, because after all you work for free, so that some people like a user in this thread said, gives your work to his *customers*, yes.
GNU Public License is a free license that is used by so many developers that I couldnt even start to list them all. Most of which do not make a single dime off the programs they write. The most well known GNU product, Linux, is copywrite Linus Torvalds who has maintained his work for many years without having to sell out to companies such as OpenCandy. Thank you for informing me that I am stupid and ignorant while appearantly I understand the concept of open source but unfortunately you do not. By the way, I administer servers that make the company I work for millions of dollars a year by using an open source product that we do not pay for.Man, people are really stupid and ignorant nowdays. I mean, you get WinSCP for free, there's a person working to make it better everyday, for free, and you make money with your customers, using this free software. Then, the developer tries to make some revenue out of his work, and everyone starts complaining.
See above, I have donated to this project in the past. I have also donated to approximately 200 other Open Source projects in the past and I have assisted in creating code for at least 5 others that I have never been paid for or even asked for any kind of compensation other than the recognition that I had worked on the project to make someones life a little easier.First of all, if you don't pay for a product, you never, ever, have the right to complain about it. It's as simple as this. From the moment you pay for something, you have the right to do it, but complaining about something that a stranger built for you to use for free, that's just imoral.
Google Analitics works by reviewing your browsing history which it obtains by inserting cookies into your browser. Additionally it can review the IP address that you are orgininating from to obtain a region and in some cases a zip code which it then can provide advertistements for your specific local. By using google, you choose to allow yourself to be subject to those advertistements as you can see by reviewing their terms of use. I do not install google on my computer and allow it full access to my system so that it can review the documents in the "My Documents" folder to better serve me potentially malicious software. Furthermore, [bold]google does not install any programs on my computer without my permission.[/bold]Google collects every single bit of information about you, it uses that information to provide you with good targeted advertising, and no one complains, everyone loves Google! OpenCandy does exactly the same thing, and makes it possible for some freeware developers (which make no money at all from their hard work) to get some money to upgrade their computers so they can compile the software in 1minute instead of 1hour, given the fact that you compile hundreds of times before a release, you do the math.
In my 25+ years in the IT industry, I have written by my estimate, approximately 5000+ shell scripts using CSH, BASH, SH or Korn, 300+ perl scripts, 80+ PHP pages (sorry just learning PHP due to necessity to learn MySQL and PostgreSQL), 150+ C and C++ programs and contributed at least 5000 bug reports and potential fixes. Does this qualify for "helping the developers that build the software I love so much?"Stupid ignorant internet users. Stop wasting your money on P0rn and help the developers that build the software you love so much.
And when is this web 2.0 supposed to happen? As I recall the first uttering of the word was sometime around the turn of the century. Since then we have moved up in the world and created such wonderful things as XML, VXML, many more iterations of Java, heck we even have HTML5 coming out of the woodwork now. Personally I think web 2.0 will go the way of the vaporware and we will see terms such as "web 3.0" rather soon as the web has changed so much since 2000, that the idea of 2.0 is obsolete. I sincerely hope you are not holding your breath.@Martin: It's just a matter of time, be patient, Web 2.0 will be a reality, wether ignorants like it or not. It's the way the world moves.
I am that person that you mention, and I have paid for the software that I use. I have the right in your eyes therefore to complain. I then recommend that my customers use the software. I can not force my customers to pay for the software, but I can increase his revenue by recommending it since my customers trust me. However, since the insertion of this unsolicited advertising, I am now having to explain to the customers why the software that I recommended is being flagged as spyware, thus damaging my reputation while he gets to benefit.
GNU Public License is a free license that is used by so many developers that I couldnt even start to list them all. Most of which do not make a single dime off the programs they write. The most well known GNU product, Linux, is copywrite Linus Torvalds who has maintained his work for many years without having to sell out to companies such as OpenCandy. Thank you for informing me that I am stupid and ignorant while appearantly I understand the concept of open source but unfortunately you do not. By the way, I administer servers that make the company I work for millions of dollars a year by using an open source product that we do not pay for.
See above, I have donated to this project in the past. I have also donated to approximately 200 other Open Source projects in the past and I have assisted in creating code for at least 5 others that I have never been paid for or even asked for any kind of compensation other than the recognition that I had worked on the project to make someones life a little easier.
Google Analitics works by reviewing your browsing history which it obtains by inserting cookies into your browser. Additionally it can review the IP address that you are orgininating from to obtain a region and in some cases a zip code which it then can provide advertistements for your specific local. By using google, you choose to allow yourself to be subject to those advertistements as you can see by reviewing their terms of use. I do not install google on my computer and allow it full access to my system so that it can review the documents in the "My Documents" folder to better serve me potentially malicious software. Furthermore,google does not install any programs on my computer without my permission.
In my 25+ years in the IT industry, I have written by my estimate, approximately 5000+ shell scripts using CSH, BASH, SH or Korn, 300+ perl scripts, 80+ PHP pages (sorry just learning PHP due to necessity to learn MySQL and PostgreSQL), 150+ C and C++ programs and contributed at least 5000 bug reports and potential fixes. Does this qualify for "helping the developers that build the software I love so much?"
And when is this web 2.0 supposed to happen? As I recall the first uttering of the word was sometime around the turn of the century. Since then we have moved up in the world and created such wonderful things as XML, VXML, many more iterations of Java, heck we even have HTML5 coming out of the woodwork now. Personally I think web 2.0 will go the way of the vaporware and we will see terms such as "web 3.0" rather soon as the web has changed so much since 2000, that the idea of 2.0 is obsolete. I sincerely hope you are not holding your breath.
Excellent point. Thus I am no longer using WinSCP, I will not donate to this project again, and I am no longer recommending it to my customers.Rule number 1 on using Open Source Software:"Every Open Source Software is a LAND MINE"
Use it at your own risk.
Linux = Free. If you would like I can provide you with many diffrent links to it. If you have ever surfed the web though I am sure you have encountered it. It is commonly used by many of the Fortune 500 companies, most of which do not pay for it.Your company earns for millions of dollars by utilizing a software that was made by another person. Man, you are a SCUMBAG. Why don't you CREATE your own program and USE it to earn money.
See above, I have donated to this project in the past. I have also donated to approximately 200 other Open Source projects in the past and I have assisted in creating code for at least 5 others that I have never been paid for or even asked for any kind of compensation other than the recognition that I had worked on the project to make someones life a little easier.
Sure, you already donated but do you think it is enough to keep a person's expenses while creating a program as robust as this? Also why don't you help the creator if you say you can assist?
I mean really, I did not start to even imply that I was some great programmer. But I see that my arguments have somewhat flustered you. I guess that the truth hurts.Same as the top comment. Want me to repeat it to you Mr. I AM SO GREAT AT PROGRAMMING?
Rule 1 of programing: Do not reinvent the wheel. WinSCP is not the only program that provides the same functionality. I choose not to link or mention the alternatives out of respect for the programmer here. However, I also will not write my own simply for that reason. And I have created other open source projects in the past when the necessity presented itself.Same as 2nd comment, CREATE YOUR OWN PROGRAM IF YOU ARE SO DAMN GOOD AT IT! Not utilize someones program.
Good, the original response was not directed at you so you should not care.DON'T CARE about it.
I think you have the wrong impression here sir. I am quite grateful for it and as I stated I have donated in the past to this specific project. In fact, I believe that WinSCP is one of the best pieces of Windows software that I have seen in quite a long time. What I do not like is that there was an addon to the program that installed what some people and organizations consider to be malware and or spyware. I then expressed my opinion to the programmer and the reasons for that opinion. I am sorry that you do not agree, however I still have to live with the consequences of recommending this software to someone that DID have it pop up as adware where Martin does not. If you like the adware and want to give him the money, then please feel free to use the previous versions with it installed. Or even better, stop being a leech and donate so that he will get what he deserves and discussions (I've been civil I would appriciate if you would be too) such as this would not even be a possibility in the future. I personally will not, and will not recommend the software again even to clients that might have paid for it.At Martin:
I know that there are leeches like me that use your program and earn money for it but don't think that we are ungrateful for your program(Specially SCUMBAGS that complaint alot about it). I apologize to you for all the people that acting up like they bought your program. I hope that you keep up the good work and more power to you.
Advertisement
...I've decided to remove OpenCandy from WinSCP installer in yesterday's 4.3.2 release. At least until this problem is resolved.
...this removal of OpenCandy (even if temporary) seems to not be mentioned in the Version History or anywhere else...only here in this topic?
...does 4.3.3 have OpenCandy re-added?It's on frontpage :) But ok, I'll add it to Version History too.
...to...OpenCandy advertising module was suspended from an installation application.
...it's just better English that way.The OpenCandy advertising module was suspended (temporarily removed) from the installer, due to Adware reports.
You already know we want you to remove it permanently, but please mark each version (at least in the Version History), so we can KNOW which ones have/don't have it. I know I can unconditionally use the /NOCANDY switch, but I still wanna know which versions have or don't have OpenCandy.The OpenCandy advertising module was re-added to the installer, after addressing the Adware reports.
...just wondering, is Martin still here? It says you are "Moderator"...is this a recent change?Many thanks for your comments and suggestions!
...whoa!...was that there the whole time?...before my last post?...cuz, if so, I missed it. Thx!!! I was looking for notes in the Version History.Note that there is Installation package (without OpenCandy) available at our download page.
...yes, I've read that page many times.A link to a page about OpenCandy...
Advertisement
TL DR this thread other than the first post which pretty much sums up my sentiments.
I work for a large organization, told my colleages to update, lo and behold, alert, upon alert, upon alert of OpenCandy.
<COMPUTERNAME> had Adware-OpenCandy.dll in file C:\DOCUME~1\<USERNAME>\LOCALS~1\Temp\is-R4P1Q.tmp\OCSetupHlp.dll at 08/03/11 19:41:28 UTC
Thanks, WinSCP. You had a great program, but adding OpenCandy has caused my organization a whole lot of grief.
Yeah, I'm aware there's a OpenCandy-free version. Now. After 15-20 McAfee alerts.
How about you make that OpenCandy-free version the standard install?
-BOFH
Advertisement
Thanks. This was reported to McAfee as a false possitive already.
We are really sorry that you have such troubles! Please drop me your email and I will send you personal reminder after each release with a link to winscp without OpenCandy.
Take care!
5.0 does not include OpenCandy (yet).I'm sorry, but I have to ask: Does version 5.0.0 have Open Candy?
4.3.4 links to winscp434setupnocandy.exe
5.0.0 links to winscp500setup.exe
...which either means you dropped Open Candy altogether (here's hoping!)...or didn't provide a non-Open Candy version of 5.0.0 yet.
Whether it's "Adware" or not, I need a way to scan an exe & at least know, if it's Open Candy or not.
...but 4.3.5 only has winscp435setup.exe...there's no winscp435setupnocandy.exe...is it safe to assume there is no OpenCandy in the installer, until the Version History says it's been re-added?Installer without OpenCandy does not include OpenCandy licence anymore.
Advertisement
...version 5.1 (winscp510setup.exe), follows that naming scheme (winscp???setup.exe), but DOES include a Google Chrome recommendation.The installer winscp435setup.exe and later winscp???setup.exe installers do NOT include OpenCandy nor they include any other bundled software of another sponsor.
...the 5.1 readme says...In the future, we will mention it in the respective release notes if there is a sponsored software bundled in the installer.
- The installer includes Google Chrome recommendation. WinSCP application itself does not contain any ads. By using the installer you support WinSCP development. Thank you!
...I have some questions...- The installer includes Google Chrome recommendation.
WinSCP application itself does not contain any ads.
By using the installer you support WinSCP development.
Thank you!
The version of installer without OpenCandy was there because the OpenCandy-enabled installer always connects to OpenCandy servers (to download the ad) and we want to give an option to overly-suspictious users to avoid that. The Chrome ad is offline, so there's no such issue....version 5.1 (winscp510setup.exe), follows that naming scheme (winscp???setup.exe), but DOES include a Google Chrome recommendation.
Will do....(holy crap...code tags have a small font {plz fix that}...
No OpenCandy anymore in the recent releases.Does that mean it is or is not OpenCandy anymore?
We keep the page for benefit of users, who happen to download old version of WinSCP with OpenCandy. Though some update would be appropriate indeed.If it's not OpenCandy anymore, why has the OpenCandy page not been updated?
[HKEY_LOCAL_MACHINE\SOFTWARE\Google\No Chrome Offer Until]If I run the installer again (after cancelling the 1st install), the 5.1 installer does NOT present the Google Chrome recommendation again, how does it remember if I've run it before?[/list]...I ran the 5.1 installer (by double clicking on it), to view this new recommendation, then with that installer instance still running in the background (waiting on the last page, not installing), I ran the installer again with /NOCANDY (to test) & it skipped the recommendation page (as expected), then I closed both installers (without installing) & ran it again by double clicking on it (which means without the /NOCANDY switch) & it did NOT present the Google Chrome recommendation (not expected).
There's no /NOCANDY switch anymore. The reason for the switch was the same as for the version of the installer without OpenCandy, see above.I don't think the /NOCANDY switch did anything (on this new installer)
That's Google policy.If I run the installer again (specifically, when I canceled the install the 1st time), it should not "remember" that I've run it before (& it should not skip the recommendation on subsequent runs)...perhaps I declined it once & changed my mind? (not really...but the point is the installer should not change behavior between identical runs).
Advertisement
I personally agree with the site admin...
I personally agree with the site admin . I am a developer too and i support his decision to integrate open candy on his software to make some money to continue developing applications for all of you. I personally use opencandy to monetize my applications. If a developer stop monetizing applications, the only way to continue developing is to sell the application(but this is not good idea for the end users). So install open candy and if you don't like it remove it......You should support a free software, to continue be free
Advertisement
You can post new topics in this forum