
Originally Posted by
patrickfrei
I've added a developer certificate (key and cer) to my application in Carbide.C++ (via Project/Properties/CreateSIS/GeneralOptions).
Works fine, but... I used a password with a $ in it... and when Carbide wants to sign my app there will be an error, because it deletes this special character. E.g. if I had as password abc$def, Carbides wants to sign my app with abcdef. And that results in an error.
So, how can I change my password or make Carbide to accept the $-character in my password???