Search found 7 matches

Go to advanced search

by JustinWolbeck
Tue Mar 25, 2025 5:21 pm
Forum: Feature Requests
Topic: MS OLE DB 19 Driver Prerequisite Support
Replies: 2
Views: 13732
 
Jump to post

MS OLE DB 19 Driver Prerequisite Support

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.

Thanks, Justin.
by JustinWolbeck
Thu Jan 28, 2016 11:06 pm
Forum: Building Installers
Topic: SQL Server native client install
Replies: 1
Views: 2484
 
Jump to post

Re: SQL Server native client install

I found the solution, adding a "Not Installed if" Installation behavior in the organization section for the native client worked for me.
by JustinWolbeck
Thu Jan 28, 2016 3:29 pm
Forum: Building Installers
Topic: SQL Server native client install
Replies: 1
Views: 2484
 
Jump to post

SQL Server native client install

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 ...
by JustinWolbeck
Thu Dec 03, 2015 4:48 pm
Forum: Building Installers
Topic: Conditionally Add an INI section and keys
Replies: 3
Views: 3055
 
Jump to post

Re: Conditionally Add an INI section and keys

Thanks, we will look forward to the feature.

We do need to use an INI file as our program natively handles INI files much better than XML files. Good suggested workaround in the meantime.
by JustinWolbeck
Wed Dec 02, 2015 11:15 pm
Forum: Building Installers
Topic: Conditionally Add an INI section and keys
Replies: 3
Views: 3055
 
Jump to post

Conditionally Add an INI section and keys

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 ...
by JustinWolbeck
Wed Aug 12, 2015 2:19 pm
Forum: Building Installers
Topic: IIS file permissions
Replies: 3
Views: 2827
 
Jump to post

Re: IIS file permissions

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 ...
by JustinWolbeck
Tue Aug 11, 2015 8:29 pm
Forum: Building Installers
Topic: IIS file permissions
Replies: 3
Views: 2827
 
Jump to post

IIS file permissions

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?

Go to advanced search