The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click
here
for more information.
Can anyone confirm that this WORKS? :eek: Creating a dialog using DefineDialog() with DLG_MSG_ALL is suppose to pass "most Windows" messages. From what I see, this doesn't do any more than using EzDefineDialog(). :confused:
If there is already a post(WITH solutions!) covering this, please just point me to it. I'm looking for ways to reduce the size of one of our installer builds. The zipped installer set of files has slowly worked its way up from ~2MB(in 2006) to ~20...
Why do I have to keep converting the same project? I converted the project from 2009 to 2011. Then later, when I load the project again, I will be asked to convert it again. Then later, I need to convert it again. It doesn't happen every time, ju...
Using the eval version of 2011 Pro. Having trouble building 2009 installscript project. InstallShield always gives runtime error and closes. :eek: Any ideas of how to go about fixing the problem? I've tried reinstalling InstallShield and making mo...
Can the IS2011 Pro evaluation be installed on a system that already has IS2008 installed without messing it up, OR can only one version of InstallShield be installed at a time? I want to evaluate 2011, but don't want to mess up my working 2008 insta...
Thanks for the info Cary. I'll look into this as an option if I need to reduce the zip any further. Right now I've got a 45% reduction in size, which is pretty good. Cary R wrote:Hi Chris,Unfortunately, there's no such flag in InstallScript projec...
InstallScript. Cary R wrote:Hi Chris,Is this an MSI project, or an InstallScript type project?If it is MSI, we support a better compression algorithm that standard Microsoft *.cab files also support (LZX). You can use this to shrink the *.cab files...
I was able to reduce my zipped install size a total of 7.8MB in total. In my situation, the main parts effecting size were:1) Prerequisite: Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)2) Merge Module: MFC7.13) Merge Module: Microsoft ...