[WiX-users] Strange behavior of SetupAPI function : InstallHInfSection

2015-01-11 Thread kirannhegde
Here is a description of the problem: -Environment is Win 7 SP1 Enterprise x64 -We are executing a MSI package which contains numerous INF files. These INF files are associated with drivers. To install the drivers , we make use of the API: InstallHInfSection. The exact usage of InstallHInfS

[WiX-users] Access installation progress values outside Bootstrapper application

2015-01-11 Thread Mohamed Yasir
Hi Everyone, I have created a windows application file(say Launcher.exe) which having a button that launches the Custom Bootstrapper application(MySetup.exe) on button click. I would like to show the Bootstrapper installation progress values and status message in that launcher window. MySetup

[WiX-users] SetupAPI InstallHInfSection is not downgrading a driver file in the SYSTEM context

2015-01-11 Thread kirannhegde
Environment: Windows x86 8.1 English Driver type is file system drivers. I am making use of the SetupAPI:InstallHInfSecton to install drivers. This API is used in my MSI package. When the driver package is installed, the associated .sys file is copied to %windows%\system32\drivers. One of th

Re: [WiX-users] Custom action using CAQuietExec fails on uninstall (likely permissions issue)

2015-01-11 Thread Jeremiahf
Are you using conditions in the install execute sequence? On Fri, Jan 9, 2015 at 9:31 AM, wixtester wrote: > Hi, > >I have a scripted custom action to register a COM+ service on install > and > unregister it during uninstall. > It works fine during install, but fails during uninstall. > > Cu