简体   繁体   English

使用InstallShield创建设置

[英]Create setup with InstallShield

I want to create setup for my winform .net application with installshield 2010.I know the steps and i have created a setup with it which works fine. 我想使用installshield 2010为winform .net应用程序创建安装程序。我知道这些步骤,并且已经使用它创建了一个运行良好的安装程序。

But my application need several resources to run successfully and i want to know if there is any standard way to add these resources to the setup instead of adding them to the same folder with the .exe files like what i have done in my setup? 但是我的应用程序需要一些资源才能成功运行,我想知道是否有任何标准方法将这些资源添加到安装程序中,而不是像我在安装程序中那样将它们添加到与.exe文件相同的文件夹中?

Note that i am beginner in installshield so please give me a complete tutorial of working with this software if you have. 请注意,我是installshield的初学者,因此,如果有的话,请给我完整的使用此软件的教程。

To add files and folders using the files explorer: 要使用文件浏览器添加文件和文件夹:

  1. In the View list under Specify Application Data , click Files . 在“ 指定应用程序数据”下的“视图”列表中,单击“ 文件”
  2. In the Feature list, select the feature with which you want the file associated. 在“ 功能”列表中,选择要与文件关联的功能。
  3. In the Destination computer's folders pane, right-click Destination Computer and then click the predefined folder that you want to use. 在“ 目标计算机的文件夹”窗格中,右键单击“ 目标计算机” ,然后单击要使用的预定义文件夹。
  4. If you need to create a further folder hierarchy, right-click the predefined folder, click Add , and provide a name for the folder. 如果需要创建其他文件夹层次结构,请右键单击预定义的文件夹,单击“ 添加” ,然后为该文件夹提供名称。 Repeat as necessary. 根据需要重复。
  5. In the Destination computer's folders pane, click the folder into which you want to place the file. 在“ 目标计算机的文件夹”窗格中,单击要在其中放置文件的文件夹。
  6. In the Source computer's folders pane, navigate to the folder containing the file you want to add. 在“ 源计算机的文件夹”窗格中,导航到包含要添加的文件的文件夹。
  7. Select and drag the file you want to add from the Source computer's files pane to the Destination computer's files pane. 源计算机的文件窗格中选择要添加的文件并将其拖到目标计算机的文件窗格中。

Click here to more detail. 单击此处了解更多信息。

About tutorial: here 关于教程: 这里

Hope it help you. 希望对您有帮助。

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

相关问题 使用InstallShield 2009创建带有两个可执行文件的安装程序 - Create setup with two executables with InstallShield 2009 如何在installShield上创建安装程序以安装两个程序 - How to create a setup on installShield to install two programs InstallShield设置和单击一次 - InstallShield setup and Click-Once 如何在不使用 Visual Studio 2013 中的 InstallShield 的情况下创建 Windows 应用程序的安装文件? - How to create Setup file of windows application without using InstallShield in visual studio 2013? Installshield installscript 安装程序在 UAC 提示后终止 - Installshield installscript setup terminates after UAC prompt InstallShield 2012错误代码1925:需要管理员权限才能进行安装 - InstallShield 2012 error code 1925: Requires admin privileges for setup 使用InstallShield 2011安装程序更改app.config中的连接字符串 - Change the connection string in app.config with InstallShield 2011 setup 如何通过setup.rul中的installshield安装64位odbc? - how to install 64-bit odbc by installshield in setup.rul? Installshield-强制在应用程序路径上创建文件 - Installshield - Force file to create on application path 通过installshield在VS2012中使可执行安装文件最终失败,但每次都会失败 - making executable setup file in VS2012 ulitimate via installshield but getting failed everytime
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM