Installshield LE Spring 2012 Can't find setup prerequisites

时光总嘲笑我的痴心妄想 提交于 2019-12-04 04:20:59

I have received same error after upgrading VS2010 InstallShield project to VS2012.

Error   24  -1007: Cannot copy source 'C:\Program Files (x86)\InstallShield\2012SpringLE\SetupPrerequisites\Microsoft .net\3.5 SP1\Full\dotnetfx35.exe' to target 'D:\Users\...\Express\SingleImage\DiskImages\DISK1\ISSetupPrerequisites\{074EE22F-2485-4FED-83D1-AAC36C3D9ED0}\dotnetfx35.exe'    ISEXP : error : -1007: Cannot copy source 'C:\Program Files (x86)\InstallShield\2012SpringLE\SetupPrerequisites\Microsoft .net\3.5 SP1\Full\dotnetfx35.exe' to target 'D:\Users\...\Express\SingleImage\DiskImages\DISK1\ISSetupPrerequisites\{074EE22F-2485-4FED-83D1-AAC36C3D9ED0}\dotnetfx35.exe'

This problem solved by copying prerequisites from old InstallShield folder "C:\Program Files (x86)\InstallShield\2011LE\SetupPrerequisites" to new "C:\Program Files (x86)\InstallShield\2012SpringLE\SetupPrerequisites"

It seems that InstallShield lost the path of your prerequisites.

A clean way to do it is to go to "Redistributables" section of your installshild project ( 2- Specify Application Data / Redistributables ).

Normally Prerequisites you need should me marked "Needs to be downloaded".

Just download them with a Right Click directly on the table entry, and your problem will be fix .

I got the same problem when I opened a installshield project on a brand new machine. I had re-installed InstallShield of course, but Prerequisites were of course absent and needed to be donwloaded again.

We experienced a similar problem with the InstallShield Standalone Build. The build was failing and reporting that it could not copy a file from the SetupPrerequisites directory.

As flamandier answered the Redistributables need to be downloaded. This can be done by selecting the "Download Selected Item" or "Download All Required Items" option from the right-click menu on the Redistibutables View (under Application Data in the Installshield IDE). Or by using the Redistributable Downloader wizard found under the Tools menu option. See the flexera helpnet article about the Redistributeable Downloader here http://helpnet.flexerasoftware.com/installshield21helplib/helplibrary/Wiz_RedistDownload.htm

For a stand-alone build the prerequisites need to be copied from from the machine running the full version of installshield. See the flexera helpnet article here http://helpnet.flexerasoftware.com/installshield21helplib/helplibrary/StandAloneBuild_Redists.htm

indrajeet singh shaktawat

Go to Property Common properties --> Project Dependencies --> Check Setup

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!