You cannot post messages because only members can post, and you are not currently a member.
Description:
The Windows Installer XML (WiX) is a toolset that builds Windows installation packages from XML source code. The toolset supports a command line environment that developers may integrate into their build processes to build MSI and MSM setup packages.
|
|
|
Create a fragment file and shared by two wxs files
|
| |
Hi,
Does anyone know how to create a fragment file which can be shared by
two wxs files? The fragment file is just like a shared component
which will be referenced by the two wxs file. Just like adding a
outside component into two existing wxs files. Would you pin point me
how to do it? Should I use some kind of heat.exe to separate a wix... more »
|
|
SQL compact
|
| |
Hi All,
I am writing a WIX installer which also has a bootstrapper. The
bootstrapper installs .NET 3.5 SP1 as well as SQL Compact 3.5 SP1.
The bootstrapper is called setup.exe, and our software is bundled into
a standard MSI file that is started after the bootstrapper has done
it's thing.... more »
|
|
custom actions
|
| |
What is the best way to create a custom action? I have seen several
post where it is not recommended to create custom dll's using managed
code.
|
|
Using Wix for multiple installs
|
| |
Hello everyone,
I have been searching the web for weeks and have not been able to find
a good example or answer to my question.
I want to build a wix installer that can be used for multiple clients.
So when I have an original client, I want the installer to do the
initial install, but afterwards, I want to run setup again to be able... more »
|
|
How to Install Password protected certificate(PFX file)
|
| |
Hi, I want to install password projected certificate(pfx file) But not able to do the same. If I am manually importing this pfx file, it is generating 4 files(1 pfx and 3 certificate). But through Wix, it is generating only one certificate. Please find the code snippet. <iis:Certificate Id="Certifimacate1"... more »
|
|
Not able to Installing Certificate
|
| |
HI , I am using Wix 3.0 and with that i m trying to installing some certificates but not able to do. Please find the code below. <iis:Certificate Id="Certifimacate" Name="CLP_EWS_UAT_Client3.pfx" Request=" no" CertificatePath="C:\SQLFiles\C LP_EWS_UAT_Client3.pfx" PFXPassword=" ClpOnline6791" StoreName="personal" StoreLocation="localMachine"/>... more »
|
|
WIX - Requested Registry Access dined
|
| |
i've used wix installer for my .net application. while im creating
a permissions for my registry as follows.
<Component Id="B1CORE_SETREGComponent" DiskId="1"
Guid="8219C955-CCD1-4941-A76C- 65FDD55349AC">
<CreateFolder />
<Registry Id="B1CORE_SETREGPermissions" Root="HKLM"... more »
|
|
Initial MSI package needed to upgrade?
|
| |
I am designing a .NET WinForm application packaged with WiX 2.0, and I
am trying to provide an "auto-update" feature. Yet, I end-up with an
odd problem.
Basically, the scheme is simple
- check if a new version is available
- if new version, the download new MSI package
- prompt user, close application, execute... more »
|
|
|