This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Digitally signing while disconnected from the internet.
Subscribe
- 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
‎Nov 10, 2009
02:30 PM
Digitally signing while disconnected from the internet.
I need to be able to digitally sign our installers, but our development network is isolated and does not have internet connectivite.
Anytime I try and use digital signing I get an error stating "Invalid timestamp http address" Is there a way to turn this off?
Anytime I try and use digital signing I get an error stating "Invalid timestamp http address" Is there a way to turn this off?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 10, 2009
04:49 PM
You can remove the timestamping functionality by modifying the Settings.xml file in the ...\InstallShield\2010\Support\0409 folder. It is always a good idea to make a back-up copy of this file before you modify it.
Open the Settings.xml file and search for the following line:
You can remove or comment out this line and then save the file. When you rebuild your installer, the timestamp errors should be gone. You can also enter an alternate timestamp server here if you have one.
Open the Settings.xml file and search for the following line:
You can remove or comment out this line and then save the file. When you rebuild your installer, the timestamp errors should be gone. You can also enter an alternate timestamp server here if you have one.
(If my reply answers a question you have raised, please click "ACCEPT AS SOLUTION".)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 10, 2009
05:24 PM
thank you, it seems to be working.