Apr 13, 2013
10:31 PM
Just to add to the bizarreness of this tool. I found a .isn file in the archive and used that to extract all images and ini files. It extracts all of this fine, and then you try to create a skin, you get a zero byte file with this super fast flying error. a new window opens and closes fast. So it extracts all the artifacts fine but the reverse to create using the same ones it fails. This is without do not any edits to it.
... View more
Apr 13, 2013
10:10 PM
Folks, I am trying to use this customization kit to generate new skin file as CreateSkinFile.exe C:\MySkinFilesSrc C:\CustomizedSkins\setup.isn It opens and closes immediately. There is no scope of reading the error that it displayed. There is no log, no trace on what exactly it is complaining. It is really bad.. Is there any way to trouble shoot this and see what the problem is? The ini file is in order per the customization kit guidelines. But how can a tool be written without any meaningful output? Any help is greatly appreciated.
... View more
Labels
- Labels:
-
InstallShield 2012
Apr 13, 2013
10:06 PM
I was able to get the kit from the account rep. There is a document in there that shows the entire process. I suggest for folks who are having similar questions to install the kit and then read the HTML page that comes up.
... View more
Apr 12, 2013
04:50 AM
Hello, Sorry, i spend several hours looking for this and i still cannot find it. Quick questions: 1. Can you point me to the documentation on the Skin customization kit? I am still working with our account rep to be able to download this for my 2012 professional license. It looks like a long process. 2. The inherited project i have, I see a .isn file. Is this the source that i need to use with the customization kit software? I also have one more file I am sure is incorrectly named called skins.ini which has the following. Is this the input to generate the .skin file? [CODE] [SKINS] VERSION=1 [ALL] TEXTCOLOR=51,51,51 RECTS=1 RECT1=255,255,255 RECT1POS=0,37 [/CODE] 3. When i generate the new skin (the output from this kit), let us say ournewskin.skin. I assume this goes into the IS2012\skins directory? Is this correct? 4. I look at the setup.inf that is generated by the build process, i see Skin=setup.isn. Where do i change this value? I cannot seem to figure out this part. Thanks a lot. I appreciate all the help this forum has provided. I able to get all the pieces together for release and in the process learned a lot about the tool.
... View more
Labels
- Labels:
-
InstallShield 2012
Apr 11, 2013
08:31 PM
Robert, I tried that as well and no luck. It says it is successful but only blank screen shows up if ( DialogSetInfo(DLG_INFO_ALTIMAGE, szBmpPath, DLG_INFO_ALTIMAGE_VERIFY_BMP) != ISERR_SUCCESS ) then RecordInLogFile( "Fatal error in displaying the image " ); else RecordInLogFile("Successfully displayed the image" ); endif; nResult = SdWelcome(szTitle, szMsg); The log shows successful in displaying the image, but nothing shows up on the screen. Thanks
... View more
Apr 11, 2013
03:48 AM
Folks, This might be a simple question. I am stumped on why the custom image does not show up. The code is as follows #define SETUP1_PATH SUPPORTDIR ^ "Step1.bmp" STRING szBmpPath; szBmpPath = SETUP1_PATH; if ( DialogSetInfo(DLG_INFO_ALTIMAGE_VERIFY_BMP, szBmpPath, TRUE) != ISERR_SUCCESS ) then RecordInLogFile( "Fatal error in displaying the image " ); endif; nResult = SdWelcome(szTitle, szMsg); The end result the Welcome screen has no custom image. In the log file i see that this load of the bmp failed. But how do i know why??? Is this something obviously wrong with it?
... View more
Labels
- Labels:
-
InstallShield 2012
Apr 11, 2013
01:02 AM
Michael Thank you and i found it in the 2011 release notes. The code was calling SetDlgItemText and i had to change it to SetDlgItemTextA or SetDlgItemTextW. Thanks!
... View more
Apr 10, 2013
05:36 AM
I have attached a picture you can see on how some of this uses a different language. I am told this is traditional chinese. i cannot be too sure.
... View more
Apr 10, 2013
04:32 AM
Folks, I have IS 2012 professional. I inherited a project that was done in 2010 and converted it to 2012 professional. All of it works fine with an exception of the default languages on most Dialogs are in traditional chinese. We just do not support this language, and our only supported language is english. I looked everywhere on how to fix this and i do not seem to find it. Any help or tips is greatly appreciated. Thank you.
... View more
- Tags:
- language conversion
Labels
- Labels:
-
InstallShield 2012
Latest posts by Clemson_Grad
Subject | Views | Posted |
---|---|---|
716 | Apr 13, 2013 10:31 PM | |
1809 | Apr 13, 2013 10:10 PM | |
519 | Apr 13, 2013 10:06 PM | |
1376 | Apr 12, 2013 04:50 AM | |
1457 | Apr 11, 2013 08:31 PM | |
4221 | Apr 11, 2013 03:48 AM | |
957 | Apr 11, 2013 01:02 AM | |
958 | Apr 10, 2013 05:36 AM | |
1865 | Apr 10, 2013 04:32 AM |
Activity Feed
- Posted Re: Customization kit opens and closes too fast without displaying any relevant error on InstallShield Forum. Apr 13, 2013 10:31 PM
- Posted Customization kit opens and closes too fast without displaying any relevant error on InstallShield Forum. Apr 13, 2013 10:10 PM
- Tagged Customization kit opens and closes too fast without displaying any relevant error on InstallShield Forum. Apr 13, 2013 10:10 PM
- Tagged Customization kit opens and closes too fast without displaying any relevant error on InstallShield Forum. Apr 13, 2013 10:10 PM
- Posted Re: Skin customization information on InstallShield Forum. Apr 13, 2013 10:06 PM
- Posted Skin customization information on InstallShield Forum. Apr 12, 2013 04:50 AM
- Posted Re: Custom image does not show up. on InstallShield Forum. Apr 11, 2013 08:31 PM
- Posted Custom image does not show up. on InstallShield Forum. Apr 11, 2013 03:48 AM
- Posted Re: Default language for some Dialogs are switched to traditional Chinese from English on InstallShield Forum. Apr 11, 2013 01:02 AM
- Posted Re: Default language for some Dialogs are switched to traditional Chinese from English on InstallShield Forum. Apr 10, 2013 05:36 AM
- Posted Default language for some Dialogs are switched to traditional Chinese from English on InstallShield Forum. Apr 10, 2013 04:32 AM
- Tagged Default language for some Dialogs are switched to traditional Chinese from English on InstallShield Forum. Apr 10, 2013 04:32 AM