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: Build error -6118 after migrating from IS 10.5 to IS 2009
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Sep 04, 2008
05:03 PM
Build error -6118 after migrating from IS 10.5 to IS 2009
Hi,
I am working on a InstallScript MSI project.
The frist thing I did is to convert it to IS2009 (SP1) from IS10.5. There was no error at conversion, but when I tried to build, I got the following error:
...
Building dialog 15002
Building dialog 15005
Built 16 dialogs into resource file: _ISUser1033.rc
Building RES file: _ISUser1033.res
D:\path\to\file\_ISUser1033.rc (73): error RC2103 : unexpected end of file in string literal
ISDEV : error -6118: The Resource compiler failed to build the RES file "D:\path\to\file\_ISUser1033.res" required to link the DLL.
Resolving strings...
Language English (United States) built
Embedding manifest SetupExe.Invoker.manifest into setup.exe
Building CAB files...
...
I included the empty lines to reflect the exact output in the building process. By searching and reading the forum posts, I have tried to open the .rc file and looked at the line (73), it's the welcome dialog and the string is normal (not too long, no '..', or anything suspective as I can see). Following is the part of the dialog (line 73 is bolded😞
12006 DIALOGEX 0,0,332,218
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "InstallShield Wizard"
FONT 8,"MS Sans Serif",0,0,0x1
BEGIN
DEFPUSHBUTTON "&Next >",1,215,196,50,14,WS_GROUP
PUSHBUTTON "Cancel",9,272,196,50,14
PUSHBUTTON "< &Back",12,166,196,50,14,WS_DISABLED
LTEXT "The InstallShield Wizard will install %P on your computer. To continue, click Next.",710,127,49,184,96,ES_AUTOHSCROLL | SS_NOPREFIX,WS_EX_TRANSPARENT
CONTROL "",1300,"Static",SS_BLACKFRAME | WS_GROUP,0,186,332,1
CONTROL 103,551,"Static",SS_BITMAP | SS_CENTERIMAGE | SS_REALSIZEIMAGE | WS_DISABLED,0,0,110,185
LTEXT "",52,110,0,221,185
LTEXT "Welcome to the InstallShield Wizard for %P",50,127,19,184,16,0,WS_EX_TRANSPARENT
PUSHBUTTON "C",2,164,225,50,14,NOT WS_TABSTOP | NOT WS_VISIBLE
END
Can anybody give some hints?
Thanks,
Peter
I am working on a InstallScript MSI project.
The frist thing I did is to convert it to IS2009 (SP1) from IS10.5. There was no error at conversion, but when I tried to build, I got the following error:
...
Building dialog 15002
Building dialog 15005
Built 16 dialogs into resource file: _ISUser1033.rc
Building RES file: _ISUser1033.res
D:\path\to\file\_ISUser1033.rc (73): error RC2103 : unexpected end of file in string literal
ISDEV : error -6118: The Resource compiler failed to build the RES file "D:\path\to\file\_ISUser1033.res" required to link the DLL.
Resolving strings...
Language English (United States) built
Embedding manifest SetupExe.Invoker.manifest into setup.exe
Building CAB files...
...
I included the empty lines to reflect the exact output in the building process. By searching and reading the forum posts, I have tried to open the .rc file and looked at the line (73), it's the welcome dialog and the string is normal (not too long, no '..', or anything suspective as I can see). Following is the part of the dialog (line 73 is bolded😞
12006 DIALOGEX 0,0,332,218
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "InstallShield Wizard"
FONT 8,"MS Sans Serif",0,0,0x1
BEGIN
DEFPUSHBUTTON "&Next >",1,215,196,50,14,WS_GROUP
PUSHBUTTON "Cancel",9,272,196,50,14
PUSHBUTTON "< &Back",12,166,196,50,14,WS_DISABLED
LTEXT "The InstallShield Wizard will install %P on your computer. To continue, click Next.",710,127,49,184,96,ES_AUTOHSCROLL | SS_NOPREFIX,WS_EX_TRANSPARENT
CONTROL "",1300,"Static",SS_BLACKFRAME | WS_GROUP,0,186,332,1
CONTROL 103,551,"Static",SS_BITMAP | SS_CENTERIMAGE | SS_REALSIZEIMAGE | WS_DISABLED,0,0,110,185
LTEXT "",52,110,0,221,185
LTEXT "Welcome to the InstallShield Wizard for %P",50,127,19,184,16,0,WS_EX_TRANSPARENT
PUSHBUTTON "C",2,164,225,50,14,NOT WS_TABSTOP | NOT WS_VISIBLE
END
Can anybody give some hints?
Thanks,
Peter
(1) Reply
Oct 31, 2008
12:43 PM
Peter... doesn't look like you have gotten any reply on this problem ?
I got the same or similar deal on IS 2009 premier. When I stage a dialog (like the welcome maintenance dialog for editing the layout, save the project, try a build, I get:
_ISUser1033.rc (18): error RC2103 : unexpected end of file in string literal
I "think" that this might be related to doing a RC compile on English OS and not having the locale set properly, but not sure.
Have you figured this out at all ? I have to get this to work since I've edited the English SdWelcomeMaint dialog and built it fine, but need to get the Japanese version of the same dialog edited as well.
Thanks
I got the same or similar deal on IS 2009 premier. When I stage a dialog (like the welcome maintenance dialog for editing the layout, save the project, try a build, I get:
_ISUser1033.rc (18): error RC2103 : unexpected end of file in string literal
I "think" that this might be related to doing a RC compile on English OS and not having the locale set properly, but not sure.
Have you figured this out at all ? I have to get this to work since I've edited the English SdWelcomeMaint dialog and built it fine, but need to get the Japanese version of the same dialog edited as well.
Thanks