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: Strange numbers in prerequisite window
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
Dec 01, 2010
06:57 AM
Strange numbers in prerequisite window
Hello,
I have a problem with our prerequisite window. We are using the skin "BlueTC" and we are getting some strange numbers in the upper left corner of our prerequisite window (@10650,10651...) as shown in the screenshot attachment.
Does anybody know what's the meaning of this is and how we can get rid of it? It doesn't look very "professional"...
Best regards
Jürgen
I have a problem with our prerequisite window. We are using the skin "BlueTC" and we are getting some strange numbers in the upper left corner of our prerequisite window (@10650,10651...) as shown in the screenshot attachment.
Does anybody know what's the meaning of this is and how we can get rid of it? It doesn't look very "professional"...
Best regards
Jürgen
(6) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 09, 2010
03:33 AM
Thanks that helped! 🙂
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 17, 2011
12:41 PM
I have a similar problem in IS 2010 Premier.
Our installations are skinned, so when the pre-requisities dialog comes up the standard bitmap that displays on the left hand panel sits on top of our skin instead of being hidden.
There seems to be no way to stop the bitmap coming up because the earliest you can code the following in (which turns off the bitmap on the left panel):
This is just really ugly so we either don't use prerequisites at all or we make all prerequisites hidden so the dialog doesn't come up at all or we don't skin. None of which are great solutions as we would like users to see what they are being told to install before it happens and we have to use skins to keep a consistent corporate image.
Our installations are skinned, so when the pre-requisities dialog comes up the standard bitmap that displays on the left hand panel sits on top of our skin instead of being hidden.
There seems to be no way to stop the bitmap coming up because the earliest you can code the following in (which turns off the bitmap on the left panel):
DialogSetInfo(DLG_INFO_ALTIMAGE, "", TRUE);is in OnBegin() which is after the prerequisities dialog appears.
This is just really ugly so we either don't use prerequisites at all or we make all prerequisites hidden so the dialog doesn't come up at all or we don't skin. None of which are great solutions as we would like users to see what they are being told to install before it happens and we have to use skins to keep a consistent corporate image.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 18, 2011
04:40 AM
Shark75 wrote:
or we make all prerequisites hidden so the dialog doesn't come up at all or we don't skin.
In fact we can't even do this cause if a prerequisite is needed the dialog that displays whilst it installs has the same problem of the standard bitmap sitting on top of our corporate skin.
Is it possible to get a fix for this because we can't use a skin with it like this?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 10, 2011
06:08 AM
Has anyone found a solution to the skin problem?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 10, 2011
07:00 AM
jahhai wrote:
Has anyone found a solution to the skin problem?
found a hacky workaround
http://community.flexerasoftware.com/showthread.php?t=198604