Tagged Questions
1
vote
2answers
58 views
Best deployment tool for windows application with custom requirements?
I am looking for a tool to deploy windows application. My requirement is that I should be able to control the creation of the files and folders in the program files. I need to add my custom actions ...
1
vote
1answer
137 views
Deploy SqlLocalDB.msi with wix
I want to use SqlLocalDB for my application. The application is deployed with WiX. Now, I am searching a way to install SqlLocalDB when my application is installed for the first time. How can I do ...
4
votes
3answers
285 views
Good WiX editor [duplicate]
I'm currently working on a project that uses WiX to create an MSI. I've used WiXEdit on Sourceforge in the past for managing the files that get included in the WiX project as it's slightly easier than ...
1
vote
1answer
84 views
Any editors to visually modify Wix templates?
I have tried wixedit and sharp develop and from what I can tell they do not allow you to visually modify the premade templates with a designer. They only allow you to create your own customized ...
1
vote
0answers
156 views
WIX - Unable to patch an installation after it has been patched
need a little help here...
The Error : The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a ...
0
votes
1answer
61 views
Do MSIs contain a checksum?
I'm writing a utility to deploy some MSIs on remote machines. Do MSI files contain a built-in checksum that will be checked when they are run, or do I need to write something to check that they have ...
2
votes
1answer
48 views
Is it possible to add support in a MSI package to change the folder of an application after it was installed?
The only way that I know of to change the TARGETDIR is to uninstall and then install the same application again. Note that I need to have the MSI package at hand for that.
I would like to add support ...
0
votes
0answers
33 views
while uninstalling Patch generated by wix- what is diffrence between 2 pdbs generated with same code in different machines
I'm using wix installer to generate deployment package. We were able generate base msi and on top of it we have generated Patches using purely wix.
We are generating Patch by using base version pdb ...
3
votes
3answers
246 views
Why does the UAC dialog take a long time to be displayed?
I am working on a Windows installer using the WIX toolkit, and it takes FOR EVER (15-45 seconds) for the UAC dialog to pop up during an install. is there any way to speed this up?
0
votes
1answer
199 views
WiX - Optionally remove user-generated files on uninstall
I want to give the users an option to leave their data when the app uninstalls, is there a way to do this?
2
votes
1answer
770 views
How to create a WIX installation for ASP.NET WebSites?
I am aware of this tutorials
http://wix.tramontana.co.hu/tutorial/getting-started/putting-it-to-use
http://www.codeproject.com/KB/install/WixTutorial.aspx
... but I can't find a quick solution for ...
0
votes
1answer
170 views
General-purpose bootstrappers for chaining multiple “packages”?
I've been playing around with dotNetInstaller for some time now. It's a great general-purpose bootstrapper that can handle most of your bootstrapping needs. It's a little dodgy on getting install ...
0
votes
1answer
966 views
WiX Custom Action Project - BadImageFormatException
I'm developing my first custom action but I can't get the resulting .CA.dll file to load. Heres the process at its simplest, and the result:
I create a custom action project and keep all the ...
0
votes
1answer
177 views
Deploy files on a network share from a client machine using an installation package?
We have a large application that has been developed over 15 years and in installed in 200+ client locations. The application currently consists of an Access database and a bunch of executable and ...
0
votes
1answer
461 views
Difference between MsiInstallProduct and Installer.InstallProduct?
What's the difference between these two?
MsiInstallProduct and Installer.InstallProduct. From what I've read, the only difference is that the first returns an int that will dictate if the ...
3
votes
1answer
2k views
How to install redistributable package of .NET Framework with Wix?
I have a general task: install .NET Framework 3.5 during the setup of my product.
I do the following:
I have created a custom action X
Custom action X starts an executable Y via Process.Start()
...
1
vote
2answers
2k views
Creating a custom bootstrap / bootloader in C#
We've decided to create a custom bootstrapper for our deployment solution. We are currently re-writing and re-designing our deployment strategy for all of our products. Sadly, none of us are ...
0
votes
1answer
485 views
Compressed file (packed EXE) in WIX/MSI package increase MSI size by twice
I have simple WiX MSI installer script. This script generate package what deploy only one exe file. This file is Java application wrapped to exe file. Overall size of this exe is 10MB. Unfortunately ...
0
votes
1answer
340 views
Setting the iis:WebDirProperties of a single file in WiX
I am using WiX to deploy a web application under IIS.
I have no problems setting the different properties of my Web Application using the iis:WebDirProperties element.
However, I need to set all ...
2
votes
1answer
216 views
When should I use -sreg in WiX' HEAT.EXE?
I'm using HEAT to autogenerate WiX fragments for a directory of files.
The project I'm deploying is an ASP.NET project. When I tried to harvest a directory, HEAT generates RegistryValue entries that ...
13
votes
2answers
2k views
How can I exclude files from harvesting a folder with heat (WiX 3.5)?
I would like to harvest a folder with a lot of files by using heat.exe. But instead of harvesting all files, I would like to exclude specific file extensions like "*.txt" or something like that.
How ...
1
vote
1answer
842 views
Convert Virtual Directory to Web Application in WiX
I am creating a new WebSite whenever Feature A or B is installed:
<Component Id="IIS.HelloWorld" Guid="6FA5EF90-C9D9-463C-9CC7-0410670AFBD1" Directory="TARGETDIR">
<iis:WebSite ...
0
votes
2answers
586 views
Windows Service without [RunInstaller]
I wrote a Windows Service using C#.NET. To install the service, I've added a "Project Installer" class that inherited from the Installer class and decorated with the [RunInstaller].
Without the ...
0
votes
1answer
143 views
How can I remove an XML modification in Change-mode (WiX 3.5)
I have created an WiX 3.5 installer with multiple features. One feature performs some XML changes which works fine.
I have read that these changes can be undone while uninstalling the application by ...
1
vote
1answer
453 views
How do I change the language of a Wix 3.5 MSI?
I have created an installer with Windows Installer XML 3.5 from within the Visual Studio 2010. The installer itself works pretty well but now I would like to change it's default language from english ...
0
votes
1answer
613 views
MyDocuments from current User, buildin variable in Wix?
i need to install some file to C:\Documents and Settings\currentUser\SomeFolder.
I can't find some buildin function/variable for it.
Can someone help/tell me the <DirectoryRef Id="TARGETDIR"> ...
5
votes
2answers
1k views
Burn and Wix - Status Quo and Documentation
Does any body now the status of Burn in the WIX (Windows Installer XML) Project? The Blogs and Websites don't say anything about it since a couple of month...???
In the latest weekly release it is ...
3
votes
2answers
977 views
Conditional installation with Wix
Is it possible to have a conditional installation configuration, slaved wth the Visual Studio configuration environment?
For example, selecting DEBUG or RELEASE configuration, Wix selects different ...
2
votes
1answer
304 views
WiX built-in WixUI Dialog Sets have horizontal lines that are just a little too short (picture included)
I am creating an installer for my program using WiX (Windows Installer XML). I have used the following code to begin using the built-in WixUI Dialog Sets:
<Product ...>
<UIRef ...
5
votes
2answers
751 views
Using Wix to Deploy an Outlook Add-In
I have a requirement to create an installer for an Outlook 2003 add-in that was created with VSTO.
We currently are using Wix for our installers as they play nice with MSBuild and I need to use it to ...
0
votes
1answer
292 views
How to create share for a whole drive under WiX?
I would like to create a share for a whole drive in my WiX installer project. The default approach for share creation works just fine for folders, but not for drives! The following code snippet ...
1
vote
1answer
1k views
WIX Installing an EXE after Msi install finishes
I have created an MSI package which when finishes runs an exe.
<Package InstallerVersion="200" Compressed="yes" />
<Media Id="1" Cabinet="media1.cab" EmbedCab="yes" />
...
12
votes
3answers
3k views
Installer capabilities, WIX vs InstallShield Express
Programmers that actually promote their products to production need an installer. (pre-emptive "programming related" justificaton.)
For deploying a new suite of internal corporate apps and services, ...
1
vote
2answers
238 views
how can i combined the framework and installer in single msi using wix
how can i combined the framework and installer in single msi using wix.
reply me soon
Samir
2
votes
1answer
88 views
how can i attach the framework in WIX
i want to attach .net framework 2.0 file in wix.how can i?so whenever client want to install the msi then it will install the framework directly.so how can i bind the framework in msi package?
reply ...
3
votes
2answers
279 views
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 ...
16
votes
6answers
2k views
What method do you use to deploy ASP.Net applications to the wild?
Currently we deploy compiled ASP.Net applications by publishing the web site locally and emailing a zip file to the system administrator with a (usually) lengthy set of instructions for deployment. ...
5
votes
1answer
2k views
Is MSDeploy “friendly” enough, or can it be wrapped up in an MSI file
In your opinion, are MSDeploy packages a good option for giving to an end user to install a webapplication on their system. How does it compare with, say, the experience of using an MSI file to ...
10
votes
6answers
5k views
How to generate WiX XML from a .reg file?
Is there a tool to generate WiX XML given a .reg file?
In 2.0, you were supposed to be able to run tallow to generate registry XML:
tallow -r my.reg
For what it's worth, the version of tallow I ...
4
votes
5answers
1k views
How do I deploy registry keys and values using WiX 3.0?
If I want to create the registry key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\MyApp
with the string value
EventMessageFile : C:\Path\To\File.dll
how do I ...
