- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Dual Sign files without timestamping issue
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dual Sign files without timestamping issue
Hello
I need to dual sign ( SHA1 + SHA256) my project files at build time with no timestamping, but when building my MSI project I get these errors:
ISDEV : warning -1027: A warning occurred while signing 496C.tmp. See the build log for details.
ISDEV : warning -1027: A warning occurred while signing isregsvr.dll. See the build log for details.
ISDEV : warning -1027: A warning occurred while signing certificate.msi. See the build log for details.
ISDEV : error -6259: Internal build error
ISDEV : warning -1027: A warning occurred while signing MyProject.msi. See the build log for details.
ISDEV : error -6258: An error occurred extracting digital signature information from file "E:\Project\MyProject\MyProject\MyProject\DiskImages\DISK1\MyProject.msi". Make sure the digital signature information provided in the IDE is correct.
ISDEV : error -6003: An error occurred streaming 'E:\Project\MyProject\MyProject\MyProject\DiskImages\DISK1\MyProject.NET.isc' into setup.exe
ISDEV : warning -1027: A warning occurred while signing MyProject.exe. See the build log for details.
This solution to edit Settings.xml > <DigitalSignature Timestamp=""/> does not work:
Any idea?
Thanks.