Hi, Can you please add support for the Microsoft OLE DB 19 driver. I know we could use custom actions to manually implement it but official support would be nice to have.
Our installer must support two different DBMS and when the user selects SQL Server we must install SQL Server native client. Is there a way to condition the install of that pre-req like we do in custom actions?
It seems like I am unable to install a MSI under a custom action as I always get an ...
I want to have a conditional dialog show if a user chooses option X. Then only if they choose the option prompt them for some settings I need to place in an ini file we deliver.
I think I have everything else working except I do not see a way to condition adding to the ini file. Is there a way to ...
On my IIS web service I get an error (Only on some machines) reading the machine.config file in the .net framework folder. To resolve this issue I grant the IIS_IUSRS user read/write access to the machine.config.
The exact path to the machine.config is C:\Windows\Microsoft.NET\Framework64\v4.0 ...
I want to grant file permissions for IIS_IUSRS to the machine.config in my installer. The installer requires a specific version of .net framework so I think it is safe to assume the path to the file. Is there a way to do this?
FOLLOW US