I\'m using WixUI_Advanced sequence to allow users pick per-machine or per-user installation and change destination folder. My WiX project is intended to produce both x86 and x64 MSIs (I\'m using WiX T
Hi all How do i run a EXE file straight after my MSI has executed and successfully installed. Have been looking the the postbuildevent with the MSI but it does\'t seem to work. Tried just putting in t
I have 2 different windows services that should be installed by a single setup project. The project output from both of them goes into the same directory which is fine. There is a project installer an
I would like to know how to use a YESNOCANCEL MessageBox in conjunction with IF logic from LogicLib.nsh in NSIS installer scrip开发者_如何学Pythonting to avoid having to use labels and gotos.
While uninstalling a VS2010 setup project I\'m developing which installs a service, I am receiving the following erro开发者_StackOverflow社区r (taken from the verbose MSI logging):
I cannot install my project because the setup.exe gives an ERROR 1001. Unable to get installer types in the C:\\Program Files\\MyProgram\\SI.ArchiveService.ArchiveService.exe assembly
I am trying to make some modifications to our build processes which ensure that our vdproj files do not execute builds, they just package already build DLL\'s from a given location.
Let\'s imagine I\'ve passed properties with their 开发者_开发技巧values to msiexec that aren\'t defined anywhere in my msi package. Do those properties get created, or are they ignored?Yes, they get c
guys. In my program, i need to execute a kmlsample.exe in CMD, right now, it stays at my solution folder.
I have some batch files which will call sql script开发者_如何学Cs internally.These sql scripts will create the database.Here what is my task is to create a msi which will accept username,password,etc