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
- :
- Error 7066
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
‎Jul 09, 2013
10:16 AM
Error 7066
It says it can't find the prerequsite win installer vista. #1 I never made this a prerequisit. #2 in the Redistributables window it says the file is installed locally on my system. Why can't installshield find it???
It is looking for the file in: C:\Program Files (x86)\InstallShield\2012SpringLE\SetupPrerequisites\Windows Installer 4.5
The required file is in: C:\Program Files (x86)\InstallShield\2012SpringLE\SetupPrerequisites
Why is InstallShield looking in the wrong location?????
Furthermore it is looking for a file named Windows Vista (x64).prq and the files on my drive are x86 files.
It is looking for the file in: C:\Program Files (x86)\InstallShield\2012SpringLE\SetupPrerequisites\Windows Installer 4.5
The required file is in: C:\Program Files (x86)\InstallShield\2012SpringLE\SetupPrerequisites
Why is InstallShield looking in the wrong location?????
Furthermore it is looking for a file named Windows Vista (x64).prq and the files on my drive are x86 files.
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 09, 2013
12:56 PM
I am also getting the same error for the file Windows Server 2008 (x64).prq
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 10, 2013
02:47 AM
Hello,
Could you please kindly let me know , which prerequisite you included in the setup project to investigate the issue further?
Sometimes, included prerequisites may have dependencies defined inside of the prerequisites dependencies section.
Thanks,
Chiranjeevi
Could you please kindly let me know , which prerequisite you included in the setup project to investigate the issue further?
Sometimes, included prerequisites may have dependencies defined inside of the prerequisites dependencies section.
Thanks,
Chiranjeevi
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 10, 2013
06:00 AM
chiranjeevi wrote:
Hello,
Could you please kindly let me know , which prerequisite you included in the setup project to investigate the issue further?
Sometimes, included prerequisites may have dependencies defined inside of the prerequisites dependencies section.
Thanks,
Chiranjeevi
I have no idea. I looked and couldn't find a window for prerequisites. On the Installation Requirements window with operating systems I left them all checked which was the default. I have no applications checked. I am trying to install .net 4.5 and SQL Express if they are not already on the target system. It may be because I selected your SQL that included both x86 and x64Wow......AND THAT SEEMED TO BE THE PROBLEM. The solution built without error when I only include SQL x86. I guess I'm confused. I thought your x86 & x64 SQL download might be smart enough to install the correct version for the target computer.
So now I have two questions:
1) Is it possible to install 64 bit SQL on 64 bit OS target computers and 86 bit SQL on 86 bit target computers?
2) My build succeeded but it didn't copy anything to my target DVD drive. The tutorial didn't say what to do with the solution. Do I copy the contents of my ...\projects\setup\setup\setup\express\DVD-5\DiskImages\Disk1 folder to the DVD?
I have a thrid question about how to register the web service I'm installing with IIS but I'm still doing research....
Thanks.