简体   繁体   English

检查installshield项目而不进行构建

[英]Check installshield project without building

I have an installshield project that takes more then 6 minutes to build. 我有一个installshield项目,需要花费超过6分钟的时间来构建。
As this setup project is quite a mess I'm trying to clean it out a bit. 由于此安装项目相当混乱,因此我尝试对其进行一些清理。
Currently I can see there are file references to files that are not available anymore. 目前,我可以看到文件引用不再可用。

How can I have installshield give me a list of errors without having to completely build the thing? 我如何让installshield在没有完全构建事物的情况下为我提供错误列表?

You can click around the files and folders view looking for files that say 0 bytes. 您可以在文件和文件夹视图中单击以查找说0字节的文件。 You can also use release flags to create product configurations that only build select features. 您还可以使用发布标志来创建仅构建选定功能的产品配置。 But honestly 6 minutes isn't all that bad. 但是说实话,6分钟还算不错。 It'll be tough if you fix one thing at a time and rebuild over and over but if you can take your list of bugs and fix as many as you can you shouldn't have to build more then a few times. 如果您一次修复一件事并一遍又一遍地重建,这将很困难,但是如果您可以列出错误列表并修复尽可能多的错误,则不必再构建多次。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM