PDA

View Full Version : Remove Code-sign



NewsArchive
03-02-2012, 12:41 AM
How do I comment out the code-sign sections. There seems to be a call at or
near the very end of the compile.

The lines before the password dialog displays are:

Processing Uninstall Code-Signing...
Adding Digital Certificate to Uninstall...
SIGNCODE

Thanks,
Bob

NewsArchive
03-02-2012, 12:42 AM
Use the comment in/out statements. Easy-peezy.

Russell B. Eggen
www.radfusion.com

NewsArchive
03-02-2012, 12:42 AM
Code-signing the uninstaller (which is what your log excerpt shows) is done
automatically if you code-sign the installer.

Remove the code-sign-the-installer stuff from the General Information
Visualizer or Project | Properties menu.

Jane