Search found 110 matches

Go to advanced search

by Antarctica
Thu Dec 22, 2016 4:46 pm
Forum: Common Problems
Topic: Property default value not observed by Installer 13.4
Replies: 5
Views: 4687
 
Jump to post

Re: Property default value not observed by Installer 13.4

I don't have any unused dialogs, although one or the other may be skipped during setup.
The SQLAUTHN property is not (yet) used anywhere in the dialogs. It is set in Properties, where I initially defined it; and then, it is used as a condition in my SQL scripts.

Image
by Antarctica
Thu Dec 22, 2016 10:03 am
Forum: Common Problems
Topic: Property default value not observed by Installer 13.4
Replies: 5
Views: 4687
 
Jump to post

Re: Property default value not observed by Installer 13.4

Thank you for your help, very much appreciated. Our customer has provided to me the verbose log with the restriction not to provide it to a third party, and I cannot reproduce the behaviour in our test environment. I have asked another customer who just came with the same problem to provide to me a ...
by Antarctica
Tue Dec 20, 2016 3:45 pm
Forum: Common Problems
Topic: Property default value not observed by Installer 13.4
Replies: 5
Views: 4687
 
Jump to post

Property default value not observed by Installer 13.4

This is our property default value setting: https://i.imgur.com/bMM1Iyo.png https://i.imgur.com/8lKFzIJ.png We don't have an UI control (yet) that changes this value, neither is it touched by a custom action or set in any other way in our installer. On our test server, the SQLAUTHN property is alway...
by Antarctica
Wed Dec 14, 2016 8:09 am
Forum: Feature Requests
Topic: Checking database access
Replies: 1
Views: 4219
 
Jump to post

Checking database access

I have implemented ODBC connection check, but I am unable to check that the user provided has in fact access to the database given (read, write and schema). With a user that has no permissions on database "testdb", the connection check runs through okay, but when trying to connect for inst...
by Antarctica
Tue Dec 13, 2016 2:47 pm
Forum: Common Problems
Topic: Remove file and all backups on setup
Replies: 1
Views: 10948
 
Jump to post

Remove file and all backups on setup

I have two configuration files that were kept on uninstall, and reused on install. With every update, the old version was backuped by the installer (e.g. Service.exe.config.14.back) and then updated. With the new version, these files, including the backups, should be wiped, if possible. Is this poss...
by Antarctica
Thu Oct 20, 2016 1:07 pm
Forum: Feature Requests
Topic: Copy & Paste XML from one file to another
Replies: 1
Views: 4927
 
Jump to post

Copy & Paste XML from one file to another

I have the requirement that certain big subtrees of an XML file's XML tree are exactly the same in multiple XML files, based on the properties provided in the installer. Is there the possibility to work with placeholders, or to copy a subtree over from one "Edit XML File" window to another...
by Antarctica
Tue Sep 13, 2016 8:45 am
Forum: Common Problems
Topic: IIS: Enforce SSL!?
Replies: 1
Views: 2387
 
Jump to post

IIS: Enforce SSL!?

Our product installer sets up an application under the IIS Default Web Site. A customer of ours reported that every time he installs our product, the IIS Default Web site settings are changed to "Enforce SSL". He is the only one who reports that, presumably because he is the only customer ...
by Antarctica
Fri Sep 09, 2016 10:58 am
Forum: Common Problems
Topic: Special characters in SQL password
Replies: 9
Views: 51732
 
Jump to post

Re: Special characters in SQL password

Thank you.

Would be useful to change the description on your help page.
by Antarctica
Thu Sep 08, 2016 2:17 pm
Forum: Common Problems
Topic: Special characters in SQL password
Replies: 9
Views: 51732
 
Jump to post

Re: Special characters in SQL password

I have made a new, empty project and added everything required:
ODBC Connection Test.aip
(15.29 KiB) Downloaded 775 times
I can log into my server with the same credentials using SSMS; but the connection test in AI fails.
by Antarctica
Thu Sep 08, 2016 1:58 pm
Forum: Common Problems
Topic: Special characters in SQL password
Replies: 9
Views: 51732
 
Jump to post

Re: Special characters in SQL password

Hello Daniel, your two examples are providing the password as literals, but I have made it more like the TestODBCConnection example: In a custom dialog, our users can set four properties MYAPPSQLSERVER, MYAPPSQLUSER, MYAPPSQLPASSWD, MYAPPSQLDB (I guess the same happens with your default dialog). In ...
by Antarctica
Tue Sep 06, 2016 11:24 am
Forum: Common Problems
Topic: Special characters in SQL password
Replies: 9
Views: 51732
 
Jump to post

Special characters in SQL password

I have received complaints that some special characters are not working in SQL server passwords. For a quick test, I have produced a user named sonderzeichentest with password °!"§$%&/()=?`*'_:; I can connect to the sql server via SSMS using that password, but not through Advanced Installer...
by Antarctica
Fri Sep 02, 2016 8:45 am
Forum: Common Problems
Topic: Get IIS Default Web Site binding information
Replies: 1
Views: 2321
 
Jump to post

Get IIS Default Web Site binding information

In AI Enterprise, I want to load a web page that is located under Default Web Site.

So I would need the binding information (http or https, host name or IP address, port).

Is this available from inside AI or do I need a Custom Action?
by Antarctica
Mon Jul 18, 2016 11:09 am
Forum: Common Problems
Topic: Move files from AI Repo into my project path
Replies: 1
Views: 2365
 
Jump to post

Move files from AI Repo into my project path

I am right now working from both work and home, and I have put the project path into source control. But not all files required by my installer are in the project folder. I have made a custom dialog and translations, which are located in %PROGRAMDATA%\Caphyon\Advanced Installer\Repository, and I can...
by Antarctica
Fri May 20, 2016 12:44 pm
Forum: Common Problems
Topic: Change IIS Authentication mode programmatically
Replies: 1
Views: 7906
 
Jump to post

Change IIS Authentication mode programmatically

In a dialog, I provide a checkbox to the user to choose his prefered way of IIS authentication: Anonymous or Windows Authentication. As of now, the property of the checkbox is USEAUTH, and the value is "Windows" (or "" if the checkbox is unchecked). In Server -> IIS -> Sites -> D...
by Antarctica
Fri May 13, 2016 9:20 am
Forum: Common Problems
Topic: Error calling MSI API: 1627
Replies: 3
Views: 3480
 
Jump to post

Re: Error calling MSI API: 1627

I guess it has something to do with the path length of the output directory; is this remotely possible? I just changed the output directory from "T:\TimeFleX.Installer\TimeFleX-SetupFiles", which is pointing to "C:\users\aleurb\Documents\Visual Studio 2013\Projects\TimeFleX\New Folder...

Go to advanced search