Search found 29 matches

Go to advanced search

by mumbles76
Thu Jan 28, 2016 8:30 pm
Forum: Building Installers
Topic: Empty Edit Box property
Replies: 3
Views: 3158
 
Jump to post

Empty Edit Box property

Hello All, We have a dialog box with two edit boxes which have corresponding properties. After some searching, i'm unable to find how to leave these boxes empty for my scenario. I basically need the following: 1. Upon the loading of the dialog, the boxes are empty. 2. But once the user sets the valu...
by mumbles76
Fri Jan 22, 2016 7:31 pm
Forum: Building Installers
Topic: Installing a Web Application under an existing Web Site.
Replies: 6
Views: 4111
 
Jump to post

Re: Installing a Web Application under an existing Web Site.

Ah ok, so i could skip the website install, but still install the web application.

So simple, i missed it. =) Thx.
by mumbles76
Thu Jan 21, 2016 4:57 pm
Forum: Building Installers
Topic: Installing a Web Application under an existing Web Site.
Replies: 6
Views: 4111
 
Jump to post

Re: Installing a Web Application under an existing Web Site.

I just tested this out and all it does is overwrite the previous website and place all of its stuff in place of the original website. Including removing a web application under the existing website. I think setting that property just stops the prompting of overwriting. It doesn't stop the actual ove...
by mumbles76
Thu Jan 21, 2016 4:06 pm
Forum: Building Installers
Topic: Installing a Web Application under an existing Web Site.
Replies: 6
Views: 4111
 
Jump to post

Re: Installing a Web Application under an existing Web Site.

Hello Daniel, thank you for the quick response. I just want to verify, if i set this property - it won't prompt a user about overwriting or skipping, it'll simply use the existing website?

That's the functionality i need.
by mumbles76
Wed Jan 20, 2016 8:54 pm
Forum: Building Installers
Topic: Question about Create MS DataBase through SQL Script
Replies: 2
Views: 2110
 
Jump to post

Re: Question about Create MS DataBase through SQL Script

Making modifications to the ports and protocols for SQL Server can be done through the registry.

You'll have to restart SQL Server service to enact the changes.
by mumbles76
Wed Jan 20, 2016 8:50 pm
Forum: Building Installers
Topic: Installing a Web Application under an existing Web Site.
Replies: 6
Views: 4111
 
Jump to post

Installing a Web Application under an existing Web Site.

Hello All, So we have multiple installers and different Web Applications for those installers. I have a new requirement that under the same named website, we can install two different Web Applications under the same website name. However, the default behavior in AI is that if the website exists, you...
by mumbles76
Wed Jan 20, 2016 8:47 pm
Forum: Building Installers
Topic: SQL Windows Authentication as different user.
Replies: 2
Views: 2823
 
Jump to post

Re: SQL Windows Authentication as different user.

Just in case anyone comes across this thread at a later time and has a similar requirement... We are in an environment where the installing user isn't a SQL SysAdmin, but that user has the credentials for another user that is a SysAdmin. And only Windows Authentication is allowed. 1. We created a di...
by mumbles76
Tue Dec 22, 2015 9:42 pm
Forum: Building Installers
Topic: SQL Windows Authentication as different user.
Replies: 2
Views: 2823
 
Jump to post

SQL Windows Authentication as different user.

Hello All, We have a unique requirement. We are running Advanced Installer 12.6 and we need to run some SQL Server scripts as a windows authentication user. However, that user isn't the user installing the application. And running as SQL Authentication isn't an option. Is there a way to do this? Ema...
by mumbles76
Wed Dec 16, 2015 3:48 pm
Forum: Common Problems
Topic: 12.6 AI User Creation potentially ignoring condition bug.
Replies: 3
Views: 2917
 
Jump to post

Re: 12.6 AI User Creation potentially ignoring condition bug.

NOT OLDPRODUCTS was the condition i needed to set. Got it, thanks.
by mumbles76
Tue Dec 15, 2015 11:04 pm
Forum: Common Problems
Topic: 12.6 AI User Creation potentially ignoring condition bug.
Replies: 3
Views: 2917
 
Jump to post

Re: 12.6 AI User Creation potentially ignoring condition bug.

Emailed support with the full log file.
by mumbles76
Tue Dec 15, 2015 10:49 pm
Forum: Common Problems
Topic: 12.6 AI User Creation potentially ignoring condition bug.
Replies: 3
Views: 2917
 
Jump to post

12.6 AI User Creation potentially ignoring condition bug.

Hello All, In my installer, i have a user account being created. However, i only want this account created during initial install. Not during upgrades. So i've assigned the condition (NOT Installed) to the user account creation. However during upgrades we are experiencing errors: : AI_CreateAccount....
by mumbles76
Mon Nov 16, 2015 8:58 pm
Forum: Building Installers
Topic: SQL Script Context
Replies: 2
Views: 2074
 
Jump to post

Re: SQL Script Context

Nevermind, we found a workaround by setting a user as an admin during install time and back to a regular user during usage.
by mumbles76
Mon Nov 16, 2015 7:54 pm
Forum: Building Installers
Topic: SQL Script Context
Replies: 2
Views: 2074
 
Jump to post

Re: SQL Script Context

I'm looking on this page, but it only shows either SQL authentication, or Windows Authentication for the user running the installer.

I need windows authentication, but using different credentials than who i'm logged in as.
by mumbles76
Mon Nov 16, 2015 7:33 pm
Forum: Building Installers
Topic: SQL Script Context
Replies: 2
Views: 2074
 
Jump to post

SQL Script Context

Hello All,

I'd like to collect a windows username/password in the UI and use those credentials to run my SQL Scripts in the SQL Databases section.

How does one go about doing this? I see the button to impersonate a user. But i don't see anything about running it as a user stored in a property etc?

Go to advanced search