windows-installer
Setup Project msi builds+ claims successful install, but no output
As per the title, I c开发者_C百科reate a msi installer and then run it and it claims to have successfully installed and if I look in the control panel to add/remove program it appears there. However,[详细]
2023-04-09 07:09 分类:问答How can I dynamically link to a directory that doesn't exist (yet)?
I have a开发者_JS百科n InstallScript project that I\'m looking at manually recreating as a Basic MSI project. For the InstallScript project, we have several components that utilize dynamic file linkin[详细]
2023-04-09 06:47 分类:问答How to attach .NET Framework 4.0 Client Profile to my setup project?
By default, the insta开发者_开发问答ll location for prerequisites of .NET Framework 4 Client Profile (x86 and x64) is from the Microsoft web site, which requires the client network to be available dur[详细]
2023-04-09 05:49 分类:问答To extract all the files to a folder before starting installation
We are creating a setup. In that we want to extract all files to a folder and then we want to install it one after the other. Is there any way to carry this out?[详细]
2023-04-09 05:16 分类:问答How to combine MSI files created with WiX in differnet languages to one file where yo can select the language?
I have a Windows Installer XML (WiX 3.5) project and five localization files for my installer. Therefore WiX creates five .msi files, for every language one. How can i put all in one .msi and let the[详细]
2023-04-09 01:28 分类:问答InstallShield 2011 error 7185 importing Japanese strings in the string table of basic MSI project
I am trying to import Japanese strings inside my \"Basic MSI\" project, it use to work before without any issues but now when I try to import some Japanese strings from a text file then it throws foll[详细]
2023-04-09 00:44 分类:问答Is it possible to set product version at build time in a Basic MSI project?
I have an InstallScript project that I\'m looking at manually recreating as a Basic MSI project. For the InstallScript project, we obtain the product version at build time through the following mechan[详细]
2023-04-08 20:33 分类:问答PowerShell+MSI. How to release opened database?
I have VB Script: ..... Set oInstaller= CreateObject(\"WindowsInstall开发者_如何学Cer.Installer\")[详细]
2023-04-08 20:21 分类:问答What torch.exe compares in wixpdb files for files without version
I am creating patches for my installation using \"purely wix\" method. When I check created msp file against base msi file using Orca some of the changed files are not selected for patching. For exa[详细]
2023-04-08 17:49 分类:问答Issues registering C++ COM DLL on 64-bit Windows 7
I have a simple C++ ATL COM DLL and a 32-bit Visual Studio Setup installer. All is well on 32-bit Windows开发者_JS百科 but there are some issues on 64-bit Windows 7.[详细]
2023-04-08 17:40 分类:问答