windows-installer
Process.Start will not launch chrome
I\'m having trouble getting Process.Start to launch chrome. If chrome is set as the default browser - nothing is opened. I also have tried providing two argument ex:[详细]
2023-04-08 17:12 分类:问答Wix Bind Substring or Split
I\'m trying to get a Wix installer written that does some TypeLib registration. I\'m already pulling the FileVersion off a registered file elsewhere using[详细]
2023-04-08 15:44 分类:问答Wix Event Log Not Getting Created
I\'m trying to create an Event Log and Event Source at install time using Wix. The install doesn\'t fail or give any error...b开发者_JAVA技巧ut I don\'t see any Event Log called MyApp getting created.[详细]
2023-04-08 15:43 分类:问答Silent Windows Installer installer without rebooting automatically
Currently I have an MSI which performs a major upgrade, and it is launche开发者_运维知识库d as:[详细]
2023-04-07 11:42 分类:问答Failing to install the latest version of Windows Service
I am installing a Windows Service on my Desktop with a particular version. Then I revise my service and make some changes in the service.开发者_StackOverflow社区I upgrade my installer version.Imake th[详细]
2023-04-07 10:57 分类:问答Installing Higher Versions of existing Windows Service in VS 2008
I am installing a Windows Service on my Desktop with a particular version. Then I revise my service and make some changes in the service.I upgrade my installer version.I also make the property RemoveP[详细]
2023-04-07 10:32 分类:问答MSI - How to know when a particular MSI is running
Is there a simply way to know when an msi is running? (either in silent or no silent mode.) Maybe using and MSI API? Reading from somewhere?...[详细]
2023-04-07 09:30 分类:问答Custom Actions within c++/cli Setup project
I have done over 20 installer classes for MSI\'s in c#, i\'m now attempting one in c++/cli. I add my project output file (which contains my installer class) to the custom actions \"Install\"... i over[详细]
2023-04-06 17:58 分类:问答What are the pros and cons of using MSI and MSP? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-04-06 13:26 分类:问答How can I detect if OS is Windows 7 Embedded from an Install Condition?
I have an installation package that I want to only install开发者_运维百科 if it is currently being installed on an embedded version of Windows 7. I was hoping to check the WindowsBuild property in my[详细]
2023-04-06 09:15 分类:问答