Dec 08, 2016
11:55 AM
We're starting to see a new problem that prevents someone from installing our software to the 'BOOTUPDRIVE.' This is usually the C-Drive. However, when the user tries to set the TARGETDIR to that path, they get an error about insufficient disk space. (I am not testing available disk space at this point in my script). In one case, we traced the problem to a System Reserved Partition that had a drive letter 'G' assigned to it. Removing the assignment, corrected the problem. We currently have another case where there is a SRP, but no drive letter assignment, and the user still get the disk space error. This condition seems to be tripping up InstallShield somehow. Has anyone else experienced a similar problem? Is there a way to handle this in my script?
... View more
Labels
- Labels:
-
InstallShield 2015
Nov 30, 2016
07:06 AM
Thank you for the clarification. That works much better. 😉 I was thrown off by the What's New in 2014 info about DPI-awareness. There is a reference to the new format, @@ResourceID;ScaleFactor, versus the previous, @BitmapResourceID;TransparentFlag;3-DFlag; ;TransparentColorKey. So I assumed "My.bmp" + ";1;0;;0,128,128" would become "My.png" + ";200" MFM
... View more
Nov 29, 2016
03:39 PM
I created a new InstallScript project using the 'Blue' dialog skin. The first line in OnFirstUIBefore() is: SdInit(); nResult = DialogSetInfo( DLG_INFO_ALTIMAGE_HIDPI, "My.png" + ";200", TRUE ); I've inserted "My.png" in the Language Independent Support Files folder. My.png is 128x128 pixels. nResult returns a value of -2. This image does not appear in any of the dialogs. I have no idea what I'm doing wrong. Thank You, MFM
... View more
Nov 25, 2016
01:22 PM
I'm running version 22 SP1 which should support PNG files with transparency. In my InstallScript I call... SdInit(); in OnFirstUIBefore Instead of calling DialogSetInfo ( DLG_INFO_ALTIMAGE, "My.bmp;0;0;;0,0,0", TRUE ) I try to call DialogSetInfo ( DLG_INFO_ALTIMAGE_HIDPI, "My.png;200", TRUE ) Instead of my own image, which I added to Language Independent Support Files, I get the default IS image. Though probably not related, DLG_INFO_ALTIMAGE_HIDPI is not recognized by code completion, but does compile without error. Any ideas?
... View more
Labels
- Labels:
-
InstallShield 2015
Nov 23, 2016
04:08 PM
I get this error when I try to run the InstallShield 2015 Service Pack 1 installer on Windows 8.1. "InstallShield2015SP1PremierComp.exe" "InstallShield2015SP1Premier.exe" Both exes produce the same error. Any ideas?
... View more
Nov 22, 2016
06:02 PM
The culprit color is grey (RGB 240, 240, 240). I can remove this color from all of my bitmaps, but that's a silly work-around.
... View more
Nov 22, 2016
12:34 PM
To make sure the problem wasn't related to my project, I created a new test project and imported the ISD file for the dialog I created. The same problem occurs.
... View more
Nov 22, 2016
10:04 AM
I've created a new dialog using the 'New Dialog...' wizard. I used the Skinnable Dialog template so it will use the same skin as the rest of the project. I've added three bitmap components, each containing a BMP file. When the dialog displays, the areas of the bitmaps that are grey are shown transparently. The bitmap component does not have a transparent flag, so I don't know why this is happening. If I look at the properties of this element in a resource editor, the transparent property is False. Any ideas?
... View more
Labels
- Labels:
-
InstallShield 2015
Sep 14, 2010
09:29 AM
I recently upgraded from InstallShield 12 to InstallShield 2010. The first InstallScript-based installer for our new product was built with v12. The first 'Differential Media' updater was built with v2010. The updater operates as expected. However, once the updater has been installed, trying to uninstall produces the following error. --------------------------- Unhandled Exception --------------------------- Error Number: 0x80040707 Description: DLL function call crashed: ISRT._EnableDialogCache Setup will now terminate. --------------------------- OK --------------------------- The work-around is to install the 'Full' installer built with 2010 over the v12 full installer. Then it is possible to uninstall without getting this error. Does anyone know of a way I can resolve this error somehow by making a modification to our next updater? Thank you in advance, MFM
... View more
Labels
- Labels:
-
InstallShield 2010
Latest posts by FELLAFOO
Subject | Views | Posted |
---|---|---|
981 | Dec 08, 2016 11:55 AM | |
1633 | Nov 30, 2016 07:06 AM | |
1633 | Nov 29, 2016 03:39 PM | |
2600 | Nov 25, 2016 01:22 PM | |
1847 | Nov 23, 2016 04:08 PM | |
934 | Nov 22, 2016 06:02 PM | |
934 | Nov 22, 2016 12:34 PM | |
1675 | Nov 22, 2016 10:04 AM | |
3820 | Sep 14, 2010 09:29 AM |
Activity Feed
- Posted System Reserved Partition on InstallShield Forum. Dec 08, 2016 11:55 AM
- Posted Syntax is Everything on InstallShield Forum. Nov 30, 2016 07:06 AM
- Posted DialogSetInfo returns -2 on InstallShield Forum. Nov 29, 2016 03:39 PM
- Posted DLG_INFO_ALTIMAGE_HIDPI (Does not seem to work) on InstallShield Forum. Nov 25, 2016 01:22 PM
- Posted Setup Launcher Unicode has stopped working on InstallShield Forum. Nov 23, 2016 04:08 PM
- Posted RGB 240, 240, 240 Transparent? on InstallShield Forum. Nov 22, 2016 06:02 PM
- Posted Unwanted Bitmap Transparency Problem on InstallShield Forum. Nov 22, 2016 12:34 PM
- Posted New Dialog: Bitmap Component Transparency Problem on InstallShield Forum. Nov 22, 2016 10:04 AM
- Tagged New Dialog: Bitmap Component Transparency Problem on InstallShield Forum. Nov 22, 2016 10:04 AM
- Tagged New Dialog: Bitmap Component Transparency Problem on InstallShield Forum. Nov 22, 2016 10:04 AM
- Tagged New Dialog: Bitmap Component Transparency Problem on InstallShield Forum. Nov 22, 2016 10:04 AM
- Posted Unable to Uninstall (Error Number: 0x80040707) on InstallShield Forum. Sep 14, 2010 09:29 AM