I have an issue with digisign.exe. I noticed that the time for AdvancedInstaller to create our installer executable went up from 5 minutes to over an hour.
After some investigation I observed that it is the digisign executable that takes so long. We have about 50 exe files that we sign. Calling digisign.exe outside of AdvancedInstaller shows a big increase in time:
Code: Select all
digisign.exe sign /f "mycert.pfx" /p thepassword /t "http://timestamp.verisign.com/scripts/timstamp.dll" MyExecutable.exe
90 seconds for the 50 exe files (i.e. 75 minutes) is about the time that the installer takes now.
What could be the reason that this takes so long?
Thank you for your help
Note: We are using AdvancedInstaller 12.7.2 on Windows 8.1 which i s running in a Virtual Machine.