Aug 07, 2012
05:34 AM
The Major Upgrade item reflects the Windows Installer 'Upgrade' table. It is used for customizing the major upgrade settings (e.g. if you want to upgrade a product with another upgrade code, or want to prevent upgrading from certain versions, or for certain languages). Without this item, your installation will allow downgrading ("major upgrade" when the installed product's version is higher)
... View more
Aug 07, 2012
04:01 AM
Hi, Here is the .prq I prepared for Microsoft Report Viewer 2005 SP1, hope it helps.
... View more
Aug 07, 2012
03:56 AM
Assuming it is an InstallScript project, did you override the default OnMaintUIBefore and/or OnMaintUIAfter functions?
... View more
Aug 07, 2012
03:53 AM
The 'must run setup.exe' is just a property value, it's not something you should refer to (the Windows Installer just logs all the defined Propeties, this one is the value of STANDARD_USE_SETUPEXE). You should have two MSI logs - one for the UI sequence and one for the Execution sequence. Looks like the one you quoted here is the UI one, so maybe the other one would have more details. If you can't find them, or can't figure them out, you can try debugging the installation using the InstallShield debugger - place some breakpoints in key places in your code, and see if they are reached at all.
... View more
Aug 07, 2012
03:37 AM
I'm not aware of any limitation, we use variables to store pretty long text strings such as instructions to the user, error messages etc. I would assume that, since the tool is Java-based, the maximum string size is that of Java (which is, for all practical uses, unlimited).
... View more
Latest posts by yossiz
Subject | Views | Posted |
---|---|---|
1766 | Aug 07, 2012 05:34 AM | |
730 | Aug 07, 2012 04:01 AM | |
584 | Aug 07, 2012 03:56 AM | |
684 | Aug 07, 2012 03:53 AM | |
661 | Aug 07, 2012 03:43 AM | |
624 | Aug 07, 2012 03:37 AM |
Activity Feed
- Posted Re: uninstall before install on InstallShield Forum. Aug 07, 2012 05:34 AM
- Posted Re: Microsoft Report Viewer 2005 - ask for installation every time on InstallShield Forum. Aug 07, 2012 04:01 AM
- Posted Re: Add/Remove Dialog Cancel on InstallShield Forum. Aug 07, 2012 03:56 AM
- Posted Re: Install abort and a issue of 'You must run setup.exe'. on InstallShield Forum. Aug 07, 2012 03:53 AM
- Posted Re: build log and automation. on InstallShield Forum. Aug 07, 2012 03:43 AM
- Posted Re: maximum length of variable? on InstallAnywhere Forum. Aug 07, 2012 03:37 AM