English 中文(简体)
• 如何安装教室和微型卫星
原标题:How to install bootstrappers and an MSI

我最近改变了产品部署。

我以前曾使用过“视力演播室集项目”。 视力演播室制作一套材料。 安装所有前提条件部件的前文件(Windows Installer, .Net Framework,C++镜头运行时间),然后从我的MSI档案中安装。

不幸的是,设立项目缺乏我所需要的一些特点(控制服务)。 我现在利用WiX来建立我的MSI档案。 视像演播室安装项目只为制作的微型卫星材料安装装置。 我可以不要求“召集项目”从我的WiX生成的MSI档案中安装。

我如何利用“2010年视觉演播室”或第三方工具,产生一套装置。 这样做将安装必要的部件,我的职业安全调查档案将安装在一处? 我是否必须写一下我自己的定点申请来这样做?

最佳回答

Yes, you can use the Visual Studio bootstrapper. Here s how: http://wix.sourceforge.net/manual-wix3/install_dotnet.htm You have to do the four steps described on your WiX project.

Also check this: Wix and .NET Framework (prerequisites)

And this: I need a WIX Bootstrapper Project that installs MY software and prerequisites

问题回答

暂无回答




相关问题
3rd party Wix libraries

I am just getting started with Wix. I see there there a several libraries included with the default Wix install. I also see that users can create their own libraries(wixlibs). Are there any 3rd ...

Psake, Powershell & Wix

I have the below function as a part of my psake build. When the build is executing Candle.exe throws this error: candle.exe : warning CNDL1098: ext .BuildPackagesWixWebinWixIIsExtension.dll ...

wix custom dialog for config edit

hi i m trying make a setup msi for my application with wix v3 I have a problem about this task; I need a user input that will be stored in my application s config file (for example i need a dialog for ...

Closing an application using WiX

In creating my WiX installer I have run into an issue when trying to close an application before installing the upgrade. Below is an example of how I am attempting to do this. <util:...

Conditional uninstall of previous version in Wix

I m doing an installer for an software used for debugging embedded ARM cores (OpenOCD) and this installer automatically removes the previous versions - that s simple. However, sometimes that would be ...

热门标签