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
- :
- Re: Installation too slow on some PC's
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 19, 2013
11:36 PM
Installation too slow on some PC's
Its been onserved that in Some pc's installation takes too much time (almost an hour) whereas other pc's it finishes in 10mins.
From the logs i can see that it takes time in between these two operations
SETUP 10-7-2013 05:33:14 Exiting OnFirstUIBefore
SETUP 10-7-2013 06:38:26 Entering OnFirstUIAfter
Any clue why is this happening ?
Its a installscript project. Around 300mb is the size of the project.
From the logs i can see that it takes time in between these two operations
SETUP 10-7-2013 05:33:14 Exiting OnFirstUIBefore
SETUP 10-7-2013 06:38:26 Entering OnFirstUIAfter
Any clue why is this happening ?
Its a installscript project. Around 300mb is the size of the project.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 25, 2013
10:14 AM
I read awhile back in an older InstallShield section that when installing (first-time) that the "CreateInstallationInfo()" method is the reason where there is a lag during install. When the Progress Dialog appears there's a pause before anything happens on that dialog and it's due to that method mentioned. For whatever reason the amount of time it takes varies... I'm not sure why. But if you Google "CreateInstallationInfo()" you should be able to find more info about it.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 26, 2013
07:08 AM
Hi Shivaprashanth,
Is your installation signed with a certificate?
We expected problems with an base msi Installation:
Maybe there is a problem and windows can't get the 'certificate revocation list'.
An easy way to try would be to build an unsigned installation and try it on a computer were the installation takes a lot of time.
Cheers Joerg
Is your installation signed with a certificate?
We expected problems with an base msi Installation:
Maybe there is a problem and windows can't get the 'certificate revocation list'.
An easy way to try would be to build an unsigned installation and try it on a computer were the installation takes a lot of time.
Cheers Joerg