![]() |
|
#1
|
|||
|
|||
|
IS12 and InstallScript CAs
I converted our IS-11 Basic MSI project to IS-12...no problems...the conversion went without error and the project built successfully.
Although, when I run the IS-12 built setup.exe, all InstallScript Custom Actions within the UISequence run extremely slow...very very slow. Also, within the ExecuteSequence, the 'Cancel' button won't effectively cancel the installation. All InstallScript CA performance seems to be hindered drastically...at least for me. Last edited by sks2004 : 06-09-2006 at 10:55 PM. |
|
#2
|
||||
|
||||
|
IS12 and InstallScript CAs
I've noticed the same thing. I wondered if it was just me, but pretty much everything seems to run slower in IS12 on my systems - building and installing.
Lou |
|
#3
|
||||
|
||||
|
I noticed that it seemed to take a long to to invoke a CA that called MessageBox. My guess is they did some tricks to compress the runtime and are paying a performance hit when initializing it. If you have many seperate CA's being invoked this could add up to a sizable amount of time possibly.
__________________
Christopher Painter, MCSE Author of: DeploymentEngineering.com 99 Bottles Of Beer - Windows Installer Have a hot tip, know a secret or read a really good thread that deserves attention? E-Mail Me! Note: I no longer subscribe to threads due to spam. |
|
#4
|
|||
|
|||
|
Even with one InstallScript CA, the performance is very slow. It doesn't seem to be the loading of the InstallScript DLL engine -only-, but the actual InstallScript code itself. Small InstallScript CAs execute quicker than larger ones.
It is unacceptable performance...I could never ship one of our products with this type of performance hit. To reiterate, IS-11 generated InstalLScript CAs run quick within the UISequence...IS-12 generated InstallScript CAs run very slow within the UISequence. I hope something can be done about this. |
|
#5
|
|||
|
|||
|
I've tested, and realized that this issue is much more prevalent on W2k machines than it is on Wxp machines. It is slow on both, just not as slow on Wxp.
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|