English 中文(简体)
如何用WIX替换字母价值
原标题:How to replace the value in script using WIX

我用WIX工具将这本文字作为MSI Intallation的一部分加以印本和执行。 现在,我要宣布文稿中的一种变数,希望用包括文件变值来取代变值。

原文:

CREATE TABLE $(tablename) (Value1 CHAR(50), Value2 INTEGER)

包括:

<?define tablename = "Test" ?>

现在,我想将<代码>$(表姓名)值改为 ,在包括档案中申报。 你们能够帮助我,我能怎样做。

问题回答




相关问题
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 ...