windows-installer
WiX bundle UI - selectable product tree
I have recently migrated 7 application installers to WiX. The old installer (10+ years old technology, the UI looks like a windows 3.1 setup) already had a product tree in its bundle installer, where[详细]
2023-04-06 08:15 分类:问答In InstallShield Basic MSI SQL Login dialog's Server drop down list shows #TEMP0004
In my MSI package, I have a SQL Login dialog with a dropdownlist for SQL servers and a Browse button.[详细]
2023-04-06 00:45 分类:问答How do I read the msi output folder in a custom boostrapper/installer?
I started a Windows Forms project that in essence it will download several Zip files, un-compress them and run the installer .msi plus it had to be able to ask SQL connection values to be replaced in[详细]
2023-04-05 23:24 分类:问答Is it possible to check for a specific date before installation?
My VS2005 setup project installer needs to check a specific date before it can be installed. I tried th开发者_JAVA百科is programatically by overriding the OnBeforeInstall but the installation proceeds[详细]
2023-04-05 14:55 分类:问答How to mirror the titlebar of an MSI installer?
I\'m trying to internationalize an installation package using WiX (Windows Installer XML), but I keep running into a problem with right to left languages (e.g. Arabic and Hebrew).[详细]
2023-04-05 09:20 分类:问答How to make the setup.exe from a VS2010 Setup Project ask for Admin Privileges?
I have a problem which I guessed would be really simple to solve... but duh. I\'m deploying a .NET application with VS2010. I have a C# Windows Forms project and a Deployment Project. I need the inst[详细]
2023-04-05 03:07 分类:问答NSIS and HKLM, Use of string
I used a wizard to create an NSIS installer, and then reviewed the code: It defined a variable called PRODUCT_UNINST_ROOT_KEY as \"HKLM\":[详细]
2023-04-05 02:35 分类:问答WIX 3.6 IIS 7 installer causing 'Site 1 has no root application defined, so the site will be ignored.' error on uninstall
I am using Wix 3.6 to install a Web application to IIS 7 and the install works correctly but when uninstalling the application either with Add/Remove Programs or with MSIExec I get the following error[详细]
2023-04-05 01:27 分类:问答Wix Session Object
Does anyone know at what point this object is still available? I am trying to create a custom action called as follws:[详细]
2023-04-04 15:30 分类:问答WIX: Override IniFileSearch while installing if MSI has command line params
In my WIX setup project, I am reading some properties from an INI file. Is there a way to override the IniFileSearch during installation if any of the Property values are passed as command line param[详细]
2023-04-04 05:06 分类:问答