PCG Tools trust
Moderators: Sharp, X-Trade, Pepperpotty, karmathanever
- michelkeijzers
- Approved Merchant
- Posts: 9112
- Joined: Thu Feb 08, 2007 3:10 pm
- Location: Netherlands
- Contact:
PCG Tools trust
I hope you don't mind I create a separate thread for this issue but I would like to have reactions (actually confirmations) from users of PCG Tools.
When installing the application, I think everybody gets the warning that the publisher cannot be verified and to select to continue with the installation.
It seems some people do not trust the application and therefor do not install the application, which is a pity (for them and for my time spending programming it).
So I would very much appreciate if you can answer the following
questions:
1) Did you get this message about an anverified publisher?
2) Did you continue and install the application?
3) Have you noticed any problems (e.g. spyware/virus) etc?
Thank you in advance,
Michel
Background:
The reason for this is that I can link to this thread to show the application is safe.
There is a solution, shown in the following link:
http://stackoverflow.com/questions/1427 ... xecutables
However, to buy such a certificate costs 400 dollars a year (and that is way much more than I have received by donations), so I cannot afford this.
When installing the application, I think everybody gets the warning that the publisher cannot be verified and to select to continue with the installation.
It seems some people do not trust the application and therefor do not install the application, which is a pity (for them and for my time spending programming it).
So I would very much appreciate if you can answer the following
questions:
1) Did you get this message about an anverified publisher?
2) Did you continue and install the application?
3) Have you noticed any problems (e.g. spyware/virus) etc?
Thank you in advance,
Michel
Background:
The reason for this is that I can link to this thread to show the application is safe.
There is a solution, shown in the following link:
http://stackoverflow.com/questions/1427 ... xecutables
However, to buy such a certificate costs 400 dollars a year (and that is way much more than I have received by donations), so I cannot afford this.

Developer of the free PCG file managing application for most Korg workstations: PCG Tools, see https://www.kronoshaven.com/pcgtools/
So I would very much appreciate if you can answer the follow
1.No
2.Yes, works perfect!!
3.No, no virus or spyware!!
rob
2.Yes, works perfect!!

3.No, no virus or spyware!!

rob
- ldascanio
- Full Member
- Posts: 169
- Joined: Sat Oct 29, 2005 12:38 pm
- Location: Buenos Aires, Argentina
Re: So I would very much appreciate if you can answer the fo
1. I don't remember really.
2. Yes. No problem at all with the program
3. No issues here nor alerts with the antivirus installed. As far as I could see it's totally safe.
Rgds.
2. Yes. No problem at all with the program
3. No issues here nor alerts with the antivirus installed. As far as I could see it's totally safe.
Rgds.
Leo
OASYS 88 #000312
KRONOS 61 #003946
KORG Z1, ROLAND PK-5
OASYS 88 #000312
KRONOS 61 #003946
KORG Z1, ROLAND PK-5
I haven't been able to install the 1.x version yet as I've been out of town on business. When I return I'll give it a shot and report back.
-Mc
-Mc
Current Korg Gear: KRONOS 88 (4GB), M50-73 (PS mod), RADIAS-73, Electribe MX, Triton Pro (MOSS, SCSI, CF, 64MB RAM), SQ-64, DVP-1, MEX-8000, MR-1, KAOSSilator, nanoKey, nanoKontrol, 3x nanoPad 2, 3x DS1H, 7x PS1, FC7 (yes Korg, NOT Yamaha).
- michelkeijzers
- Approved Merchant
- Posts: 9112
- Joined: Thu Feb 08, 2007 3:10 pm
- Location: Netherlands
- Contact:
Thanks for all reactions so far (but please reply if you haven't already).

Developer of the free PCG file managing application for most Korg workstations: PCG Tools, see https://www.kronoshaven.com/pcgtools/
- michelkeijzers
- Approved Merchant
- Posts: 9112
- Joined: Thu Feb 08, 2007 3:10 pm
- Location: Netherlands
- Contact:
I know, but I can imagine that if you get a message that an app might be harmfull/untrusted one might think twice before installing it.Francois wrote:It would be unreasonable to ask you to have your app certified. Those who cannot trust that it will not harm their computers simply miss on a great utility. Their loss !
But it seems to be a generic message that everybody gets unless 400$ is paid for a real certificate.

Developer of the free PCG file managing application for most Korg workstations: PCG Tools, see https://www.kronoshaven.com/pcgtools/
Michel, same as above
1) Did you get this message about an unverified publisher?
No
2) Did you continue and install the application?
Yes
3) Have you noticed any problems (e.g. spyware/virus) etc?
No
I am very happy with it and all your efforts. Thanks!
1) Did you get this message about an unverified publisher?
No
2) Did you continue and install the application?
Yes
3) Have you noticed any problems (e.g. spyware/virus) etc?
No
I am very happy with it and all your efforts. Thanks!
Ad
Current gear : Korg Kronos 88 (SN 0979) / Nektar LX88+ / Korg PA2X / Kurzweil K2500R / Korg Nanopad2 / Neo Ventilator / Akai EWI USB / Cantabile / Reaper / Cakewalk / Reason / way too many VST's
Current gear : Korg Kronos 88 (SN 0979) / Nektar LX88+ / Korg PA2X / Kurzweil K2500R / Korg Nanopad2 / Neo Ventilator / Akai EWI USB / Cantabile / Reaper / Cakewalk / Reason / way too many VST's
-
- Senior Member
- Posts: 430
- Joined: Sat Dec 10, 2011 2:06 pm
I think I have an explanation, Michel.
You're using "ClickOnce" deployment, which is a recent platform to distribute applications, similar to those classic "installshield wizards".
ClickOnce has many good features, but the downside is that Microsoft forces you to sign the package with a certificate. Visual Studio creates a selfsigned certificate which allows you to deploy using ClickOnce, but most computers will give a warning.
To avoid the warning, you have to buy a application certificate which is signed by a "Certificate authority", such as Verisign.
Check this: http://www.symantec.com/verisign/code-s ... thenticode
The code signing certificate isn't cheap, and it's my oppinion that MS went too far by "forcing" this into ClickOnce. This really is a big cost for hobby programmers like you and me.
The other solution is to use the old platform for deployment by creating a Setup project and using the classic wizard for installing PCG Tools.
You're using "ClickOnce" deployment, which is a recent platform to distribute applications, similar to those classic "installshield wizards".
ClickOnce has many good features, but the downside is that Microsoft forces you to sign the package with a certificate. Visual Studio creates a selfsigned certificate which allows you to deploy using ClickOnce, but most computers will give a warning.
To avoid the warning, you have to buy a application certificate which is signed by a "Certificate authority", such as Verisign.
Check this: http://www.symantec.com/verisign/code-s ... thenticode
The code signing certificate isn't cheap, and it's my oppinion that MS went too far by "forcing" this into ClickOnce. This really is a big cost for hobby programmers like you and me.
The other solution is to use the old platform for deployment by creating a Setup project and using the classic wizard for installing PCG Tools.
Old gig setup: Yamaha S90, Roland Fantom XR, Hammond XM-1, M-Audio Axiom 61
2011 gig setup: Korg Kronos 88
2011 gig setup: Korg Kronos 88
- michelkeijzers
- Approved Merchant
- Posts: 9112
- Joined: Thu Feb 08, 2007 3:10 pm
- Location: Netherlands
- Contact:
Yes Mathieu, you are right ... in the link such a certificate is mentioned and it costs $400 per year of usage for me, so that is unaffordable for me (at least for this hobby project).
The reason I selected ClickOnce is to easily be able to convert it to a downloadable and automatically updatable application when I would put it online eventually and it automatically can install .NET Framework 4.
However, someone is checking out WiX which is a MS/Open source project that can create MSI installs.
But to be frankly, I want rather to update /add features instead of all these overhead items, allthough I know they are necessary.
The reason I selected ClickOnce is to easily be able to convert it to a downloadable and automatically updatable application when I would put it online eventually and it automatically can install .NET Framework 4.
However, someone is checking out WiX which is a MS/Open source project that can create MSI installs.
But to be frankly, I want rather to update /add features instead of all these overhead items, allthough I know they are necessary.

Developer of the free PCG file managing application for most Korg workstations: PCG Tools, see https://www.kronoshaven.com/pcgtools/
-
- Senior Member
- Posts: 430
- Joined: Sat Dec 10, 2011 2:06 pm
- michelkeijzers
- Approved Merchant
- Posts: 9112
- Joined: Thu Feb 08, 2007 3:10 pm
- Location: Netherlands
- Contact:
Yes I know but I don't know ifi those features can be performed with a non clickonce installation.

Developer of the free PCG file managing application for most Korg workstations: PCG Tools, see https://www.kronoshaven.com/pcgtools/
-
- Full Member
- Posts: 160
- Joined: Fri May 20, 2011 6:34 pm
- Location: Exeter