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

Cant Add Microsoft SQL CE 3.5 SP2

I’m using installshilde spring LE
After adding Microsoft SQL CE 3.5 SP2 in Redistributables and building the app I get the following error messages

ISEXP : error -6003: An error occurred streaming 'C:\Program Files (x86)\InstallShield\2012SpringLE\SetupPrerequisites\Windows Installer 3.1 for Windows Server 2003 SP1 (IA64) - Japanese.prq' into setup.exe
ISEXP : error -7066: Your project contains a reference to the InstallShield prerequisite C:\Program Files (x86)\InstallShield\2012SpringLE\SetupPrerequisites\Windows Installer 3.1 for Windows Server 2003 SP1 (IA64) - Japanese.prq; however, this file cannot be located. Either remove the InstallShield prerequisite from your project, or locate this file.
ISEXP : error -6003: An error occurred streaming 'C:\Program Files (x86)\InstallShield\2012SpringLE\SetupPrerequisites\Windows Installer 3.1 for Windows Server 2003 SP1 (x64) - Japanese.prq' into setup.exe
ISEXP : error -7066: Your project contains a reference to the InstallShield prerequisite C:\Program Files (x86)\InstallShield\2012SpringLE\SetupPrerequisites\Windows Installer 3.1 for Windows Server 2003 SP1 (x64) - Japanese.prq; however, this file cannot be located. Either remove the InstallShield prerequisite from your project, or locate this file.
ISEXP : error -6003: An error occurred streaming 'C:\Program Files (x86)\InstallShield\2012SpringLE\SetupPrerequisites\Windows Installer 3.1 for Windows Server 2003 SP1 (x86) - Japanese.prq' into setup.exe
ISEXP : error -7066: Your project contains a reference to the InstallShield prerequisite C:\Program Files (x86)\InstallShield\2012SpringLE\SetupPrerequisites\Windows Installer 3.1 for Windows Server 2003 SP1 (x86) - Japanese.prq; however, this file cannot be located. Either remove the InstallShield prerequisite from your project, or locate this file.
ISEXP : error -6003: An error occurred streaming 'C:\Program Files (x86)\InstallShield\2012SpringLE\SetupPrerequisites\Windows Installer 3.1 for Windows XP (x64) - Japanese.prq' into setup.exe
ISEXP : error -7066: Your project contains a reference to the InstallShield prerequisite C:\Program Files (x86)\InstallShield\2012SpringLE\SetupPrerequisites\Windows Installer 3.1 for Windows XP (x64) - Japanese.prq; however, this file cannot be located. Either remove the InstallShield prerequisite from your project, or locate this file.

What can I do to fix those errors???
0 Kudos
(1) Reply
Shekar
Level 7

The error 6003 may occur when the prerequisite files are not found in the specified location. Could you confirm if the prerequisite files which are being referenced in the error message are found under 'C:\Program Files (x86)\InstallShield\2012SpringLE\SetupPrerequisites’. It looks like there is dependency of windows installer 3.1 for this prq and it is not able to find the exe file. If you have any other version of InstallShield like 2012 spring or 2012, you can copy those files from them and paste it in to error location.
I would have attached those files if attachments were working.
0 Kudos