wix
WIX - Getting source files from an environment variable path
I\'am new to WIX, trying to create an msi with feature tree. The installer should install all the assemblies in folder C:\\ProgramFile\\MyDir\\MyApp.[详细]
2023-03-25 10:26 分类:问答wix PersonalFolder issue
I am new to wix (Windows Installer XML) so I folloed some tutorials li开发者_JAVA百科ke this one[详细]
2023-03-25 08:34 分类:问答Wix Heat output not referencing directory like I want
So here\'s the basic setup. I have an existing WIX project that builds a bunch of individual fragments in to a larger MSI. I\'m trying to change the project around to allow you to select individual pi[详细]
2023-03-25 06:36 分类:问答Wix Dilemma - is this even possible?
My Aim: To produce a WiX installer that can stop services before installing its files, install the files and then restart the stopped services[详细]
2023-03-25 03:01 分类:问答How to set the user permission on MSMQ queue creation in Wix
As part of a Wix installation I\'m trying to create an MSMQ private queue using the MsmqExtension: <msmq:MessageQueue Id=\'myQueue\' Label=\'My Queue\' Transactional=\'yes\' PathName=\'[MESSAGE_QU[详细]
2023-03-25 02:20 分类:问答How to encrypt a password as part of a Wix installation
I\'m creating a Wix installer for a windows service which needs to have provided, at installation time, the usern开发者_StackOverflow社区ame and password for an email account to inspect.Currently the[详细]
2023-03-25 02:07 分类:问答Wix Service Install DLL
I have custom action in Wix to install one of the services for my application. <Custom Action=\'ManagedInstall\' After=\"InstallFinalize\"/>[详细]
2023-03-24 18:54 分类:问答Wix: Problem creating database with SqlFileSpec and SqlLogFileSpec Filename attribute set under c:\Program Files directory
I have a problem creating database with SqlFileSpec and SqlLogFileSpec Filename attribute set under c:\\Program Files directory. I also checked that the folder (C:\\Program Files\\TestProject) already[详细]
2023-03-24 16:38 分类:问答Wix 3.5 to create folder outside of Installation Root
How can i use Wix v3.5 to create folders outside of my normal installation path? Below create folder for my root installation.[详细]
2023-03-24 15:36 分类:问答Wix File Association with standard Windows File
I\'m working on a Wix project.I need to associate a new file extension.In itself, appears simple.The issue is I want to associate a new extension as a type of text file that can be open with standard[详细]
2023-03-24 15:25 分类:问答