cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mmamani
Level 2

Problems in my project after upgrading InstallShield 12 to Installshield2014

I used to use InstallShield12 with my project, everything worked fine creating the installers. Now I am trying to use last version of InstallShield2014 and I have done the path location modification in my java project and I used the same InstallShield project *.ism and run the build process I got some warnings and errors in the log files:
[CODE].....
....
[exec] Upgrading IIS web service extension table data
[exec] Upgrading IIS application mapping table data
[exec] ISDEV : warning -6038: Removing unsupported Windows 9x MSI Engine Release Setting from release: Custom
[exec] ISDEV : warning -6038: Removing unsupported Windows 9x MSI Engine Release Setting from release: CD_ROM
[exec] ISDEV : warning -6038: Removing unsupported Windows 9x MSI Engine Release Setting from release: DVD-10
[exec] ISDEV : warning -6038: Removing unsupported Windows 9x MSI Engine Release Setting from release: DVD-18
[exec] ISDEV : warning -6038: Removing unsupported Windows 9x MSI Engine Release Setting from release: DVD-5
[exec] ISDEV : warning -6038: Removing unsupported Windows 9x MSI Engine Release Setting from release: DVD-9
[exec] ISDEV : warning -6038: Removing unsupported Windows 9x MSI Engine Release Setting from release: SingleImage
[exec] ISDEV : warning -6038: Removing unsupported Windows 9x MSI Engine Release Setting from release: WebDeployment
[exec] Upgrading ISSQLScriptfile table.
[exec] Upgrade completed with 0 errors, 8 warnings
[exec] Created release folders
[exec] ISDEV : warning -7235: InstallShield could not create the software identification tag because the Unique ID setting in the General Information view is empty.
[exec] ISDEV : warning -7235: InstallShield could not create the software identification tag because the Tag Creator ID setting in the General Information view is empty.
[exec] AdminExecuteSequence table successfully built
..........
.........
[exec] Media table successfully built
[exec] ISDEV : fatal error -6002: Error while attempting to run the custom build setup for objects.
[exec] Express\SingleImage - 1 error(s), 2 warning(s)
[exec] Log file has been created:
[exec]
.......
......[/CODE]
Any help on this is appreciated? I couldn't find any information regarding those warnings or errors.

Regards,
Marco
Labels (1)
0 Kudos
(1) Reply
MarkusLatz
Level 8

Hello Marco,

I think the -6038 error comes from the release setting in IS12 Setup Launcher see below. Before you upgrade your project open in IS12 and select an option without the Windows 9x MSI engine included. Save and if you upgrade to IS2014 this warning should be solved.



The next one -7235 from the software identification tag could be resolved if you disable this in the general information "Use Software Identification Tag" -> No.


hope that helps you a little bit.
0 Kudos