Tagged Questions
0
votes
0answers
18 views
previously present folder is getting deleted
I am installing a Wix msi. It adds folders and files to an already existing folder installed by another application. When i uninstall the msi, it deletes the existing folder. Tried using shared="yes". ...
1
vote
1answer
22 views
How to create a Wix patch in combination with Heat?
I'm developer on a big system (>100 Projects in Solution, >100 000 LOC, > 10 Services, ...) and did the installation of this system in the past with wix and it worked fine. Now I need a way to patch ...
0
votes
2answers
42 views
Have to delete installed application folder after uninstallation of application?
I'm new to Wix. using Wix3.0.
I've created one msi which is installed in "C:\Program Files\MyWix\" path and given permission as GenericWrite="yes" for the MyWix folder.
My problem is after ...
1
vote
1answer
49 views
Combining an absolute path with a relative path in WiX 3.7
I'm trying to use RemoveFolderEx to delete a folder one level up from my install folder upon uninstall of the app. Here is what I have, but it's not working:
<Fragment>
<Directory ...
1
vote
1answer
41 views
Stopping and uninstalling a different service when user uninstalls
Is there anyway to check to see if a service is installed, and if so, stop it and uninstall it when my application is being uninstalled using WiX 3.7? I don't want WiX to install the service though - ...
1
vote
1answer
52 views
How to give current user full access control permissons for the installed application Program files folder
I'm new to WiX. Using WiX v3.0.
I want to create one installer for the application.
If I install the application, it is installed in C:\Program Files\Appln\.
I want to give full access control to ...
0
votes
1answer
78 views
(WiX) - Auto-generate GUID with pre-build event (heat.exe)
i've made a pre-build event for my directorys/files. now its creating the source.wxs fine, but there are only 'GUID="*"', so now i get compiler error because it is not mapped on ProgrammFilesFolder, ...
1
vote
1answer
33 views
adding new line in the description of the dialog in wix localization string element
I'm new to WiX, and using WiX v3.0.
I'm using the WixUI_Advanced dialogs. I customized InstallDirDlg description by adding a .wxl (WiX localization) file.
However, I cannot add a newline in the ...
1
vote
1answer
31 views
Referencing WiX extension in same solution as wixproj
I wrote up a quick WiX preprocessor extension to grab some product version information from a file we keep in our root folder.
I'd like to keep this extension in the same solution as our WiX setup ...
0
votes
1answer
28 views
WiX company folder not created
I have this fragment to define my directory structure:
<Fragment>
<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="ProgramFilesFolder">
<Directory ...
0
votes
2answers
57 views
WiX: how to pack exe or dll to use only during installation
I need to include a dll/exe in the resulting MSI (created through a WiX project), but I do not want to deploy them during installation: I only want to use them in some CustomAction my purpose is to ...
1
vote
1answer
87 views
How to combine Wix variables
I can use "!(bind.property.ProductVersion)" to set for example the UpgradeVersion\@Minimum attribute. Works fine.
But now I want to set that attribute to something like:
...
0
votes
1answer
163 views
Add External DLL to WIX project
I'm trying to build an install with Wix in VS 2012, but I am unable to add "external" references
i have my project FirmwareUpload which is the thing I want to install with References to our company's ...
0
votes
1answer
70 views
WiX 3 Custom Action - Function returns without Exception
I've writen a Custom Action in WiX 3.7 and now when i want to connect to a Database (Firebird) somewhere it just returns out of the function, i've debugged now for more then an hour, but could not ...
0
votes
0answers
149 views
How to port Wix 3.0 project (with bootstrapper) to Wix 3.7
i've inherited a setup project which uses Wix 3.0
For programming reason we must switch to VS2012 and therefore to Wix 3.7, too.
While reading about Wix 3.7 i found out that 3.7 offers project type ...
0
votes
1answer
102 views
How to use a same DllEntry multiple times in custom action?
I have a CustomAction written in C#. I want to call the DllEntry twice in my wix installer code. How can I achieve this?
I am doing this in the following manner. But this is working for me. Is there ...
0
votes
1answer
41 views
WiX removing file extensions
I added a project reference to my WiX project and everything seemed to be working, until I went to check on the installed files.
They no longer have their extension! And therefore cannot be opened ...
1
vote
1answer
100 views
Configure WiX project to install multiple versions, but remove same minor version
I need to configure my WiX project to be able to install multiple minor versions of the product. IE: I can have 1.0, 1.1 and 1.3 installed. If I try to install 1.2, it will work, but if I try it with ...
0
votes
1answer
48 views
installing web application with integrated pool
I have a web application that I want to install on IIS7. I use wix 3.7 but i see it does not support integrated pool out of the box.Is there a way to do it?
0
votes
1answer
34 views
including file from parent folder
I have a setup folder, and for organization sake, I'm putting everything in folders. I noticed when I have a wxs file in sub folder and I include a wxi file that located in root folder, i get error ...
0
votes
1answer
97 views
WiX display Maintenance dialog when Repair is started from ARP
Is there some way a UI can be enabled when Repair is started from ARP? Somehow Change runs with full UI and Repair only with minimum UI. I'm using WiX 3.5.
2
votes
2answers
110 views
Is there any way to create symbolic link in WIX installer?
I need to create a symbolic-link for a particular folder; that folder is created by a WIX installer. Is there any way to create a symbolic-link from WIX installer? I have read about mklink, but I do ...
3
votes
1answer
117 views
WIX Dialog change property text value
Can I change the Text properties of buttons on existing controls?
The code below doesn't do the trick
<Publish Dialog="FeaturesDlg" Control="Install" Property="Text" Value="Next" /> ...
0
votes
1answer
156 views
wix service dependencies
My product has several features including two services. Let's call them ServiceA and ServiceB. Both of these service features are optional. However if both ServiceA and ServiceB is selected during ...
2
votes
1answer
127 views
wix unexpected child element 'Website'
With the code below, everything compiles without any error. But when I run the resulting MSI, I don't see any site created in IIS:
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi' ...
2
votes
1answer
151 views
WIX Application pool incorrect after install or Upgrade
In our WIX installer we create several application pools for various components, however our .net 1.1 application pool always ends up being on .net 2.0 after the install has finished.
This causes us ...
0
votes
1answer
126 views
Changing behaviour of .NET 3.5 bootstrapper generated by WIX
i've got following problem:
I have builded an installer with WIX. This installer contains a bootstrapper for .NET framework 3.5. First time installing the bootstrapper works like a charme. .NET ...
2
votes
0answers
149 views
Migrating from Wix 2 to Wix 3: Duplicate Symbols
I am totally new to WiX, so of course my first task with WiX is to migrate an existing large installation program from WiX 2 to WiX 3. I've had a number of wrinkles most of which have been sorted, ...
2
votes
1answer
190 views
PhsyicalMemory condition always fails on bundle/bootstrapper installation for WiX 3.6
The condition for PhysicalMemory always fails when using the bal extensions. I can try PhysicalMemory >= 3500 and PhysicalMemory < 3500 and PhysicalMemory >= 0. No matter what, the condition fails.
...
0
votes
2answers
96 views
Windows installer log files showing a large group 2360 messages
I am trying to run an installer using the MSI command line option so that I can run it in debug mode and see the logs.
The logs that I am getting are quite large (near to 1 MB) and they are full of ...
0
votes
1answer
82 views
Wix: Install fragment to several locations [duplicate]
Possible Duplicate:
Features installed to different locations but referencing the same components
I have a wix installer which installs several web services. After the services are ...
0
votes
2answers
233 views
WiX: ListItems not displayed in ComboBox
When I create (try to create) a ComboBox in WiX, the box receives its initial value from the corresponding property's value set earlier in the .wxs-file. This far, everythings goes as planned. When I ...
2
votes
0answers
174 views
Is there a WiX 3.5-compatible extension dialog for SQL connections?
We wish to add a dialog to our WiX installer that prompts the user for a SQL server connection: server address, authentication type, and SQL login/password. A Test Connection button would be nice as ...
1
vote
2answers
178 views
Suppressing InstallDir UI during Upgrade on wix
I want to suppress the InstallDir UI for upgrade scenario. I will get previously installed path from registry and i just want to suppress the this UI.
Is there any way to do this?
1
vote
2answers
114 views
Preserving data in the APPDATAFOLDER directory when uninstalling the application with a Wix installer
I'm storing some some files in the application data (APPDATAFOLDER) folder when I'm installing my Wix application. Wix creates the sub-folder in the APPDATAFOLDER correctly but when uninstalling, it ...
0
votes
1answer
57 views
WIX where can i find WixUi_en-us file?
I have installed Wix 3.5 and i want to customize some dialogs, where can i find WixUi_en-us file?
0
votes
1answer
52 views
Error while checking for the user rights at the selection of a radiobutton and clicking the next button
I have a scenario in which i check for the user rights (whether a standard user or admin):
i am using something like:
<Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17"
...
1
vote
1answer
675 views
Add a folder to installer in wix not files?
My installer has to copy files into installdir... My application has around 2000 files and it is not possible for me to write the script to add each and every file to the installer.
Is there any ...
1
vote
2answers
82 views
Windows Installer dialog minimize button
I am developing a windows installer using WiX 3.0.
The installer dialog, while installing, if minimized and then again maximized, gets stuck in the top left corner of the screen with very little ...
0
votes
1answer
160 views
WiX minor upgrade doesn't remove old Shortcut
The following steps had been performed:
Setup1.msi had been built in VS2005 + WiX 3.0 (.NET Framework 2.0).
Version 1.0.0.0 had been installed by Setup1.msi.
For the purpose of minor upgrade a ...
0
votes
0answers
183 views
Wix Error 1920 - While updating with a lower version the setup removes the installed version on error instead of rolling it back
I have two versions of setup say v1 and v2. Both of them are run using the same privilages and both of them install and start a service - which is also the same.
When I install v1 first and then v2 ...
0
votes
1answer
240 views
Showing a Download link in WIX Condition Message
I have created a WIX Installer. One of the prerequisite for the Installer is that ASOLEDB(Microsoft Utility) should be Installed. I am able to find out whether ASOLEDB is Installed or not. If it is ...
3
votes
1answer
2k views
Wix CustomAction ExeCommand failing?
I have a command line I want to run during the install of a merge module (created by wix) with the below code
<CustomAction
Id='SetWebsiteProtocols'
Execute='commit'
Return='ignore'
...
5
votes
3answers
484 views
Register add-ins, project templates and item templates for Visual Studio 11
I've been using Wix 3.5 with WixVSExtension to install project item templates for Visual Studio 2010, Visual C# 2010 Express and Visual Web Developer 2010 Express. I'd like now to add support for ...
0
votes
1answer
427 views
How to use WIX CopyFile element to copy file on change/repair to a system folder without installing it to the target?
I have a problem which is related to the execution of CopyFile on change/repair when using WIX to make a msi setup.
I have a feature which has a component which copies/moves a file from the source ...
0
votes
1answer
151 views
Wix - Execute a CustomAction during Upgrade only
I want to run a custom action only during Upgrade, so i added condition
'Installed AND UPGRADINGPRODUCTCODE'
but this is not working? What am i doing wrong?
Installed AND UPGRADINGPRODUCTCODE
2
votes
1answer
240 views
How to systematically set “ReadOnly” attribute to files harvested using heat?
I am harvesting a directory using heat, however, I couldnt find an option to set the "ReadOnly" attributes for all files harvest using heat.
Does anyone have know any way of doing it in heat?
0
votes
0answers
101 views
How to systematically assign “Readonly” attributes to files in a directory using Wix?
Is there a systematic way of assigning "readonly" attributes to files in a directory using Wix?
There are quite a few files, so assigning them one by one to each file may not be possible.
Thanks.
4
votes
2answers
475 views
Wix: Is there any wix command to create database user?
Is they any wix command I can use to create database and to also add a user to the database?
If yes, is there any example on how to do this?
3
votes
1answer
119 views
Enforcing minimum DLL version referenced by a registry value
Our app requires a recent version of a DLL in order to function correctly. The path to the DLL is stored in the registry. How do I enforce a minimum file version as a launch condition in Windows ...

