Search found 14 matches

Go to advanced search

by ketteringkid
Wed Jun 24, 2015 2:10 pm
Forum: Common Problems
Topic: Files missing after installation, but feature is installed
Replies: 27
Views: 26356
 
Jump to post

Re: Files missing after installation, but feature is installed

Fixed my issues. Sadly, the install states don't seem to work the way they used to. I had to change my custom action to set the requested state. This is like the 3rd set of conditionals that have been broken on upgrades in the last few releases. Regardless, this article helped me: https://msdn ...
by ketteringkid
Thu Jun 18, 2015 8:17 pm
Forum: Common Problems
Topic: SQL Server Connection Never Times Out
Replies: 5
Views: 6006
 
Jump to post

Re: SQL Server Connection Never Times Out

Yeah... I confirmed it was fixed in 11.8.

In a related note, that would have been very good information for the version history. I had to try a bunch of versions.
by ketteringkid
Thu Jun 18, 2015 3:20 pm
Forum: Common Problems
Topic: SQL Server Connection Never Times Out
Replies: 5
Views: 6006
 
Jump to post

Re: SQL Server Connection Never Times Out

This has to be an issue with the 11.7.1. Nothing seems to matter. Here is a snippet from the log. As you can see, I am properly setting the timeout.


MSI (c) (5C:E4) [10:14:57:165]: PROPERTY CHANGE: Modifying SqlConnectionTimeout property. Its current value is '10'. Its new value: '15'.
MSI (c ...
by ketteringkid
Thu Jun 18, 2015 10:59 am
Forum: Common Problems
Topic: SQL Server Connection Never Times Out
Replies: 5
Views: 6006
 
Jump to post

Re: SQL Server Connection Never Times Out

I ran this in debug mode, and it seems to set the SqlConnectionTimeout value correctly, but the ODBC driver never honors anything I set. I also confirmed that executing a SQL Query, with a configured timeout will also always fail.
by ketteringkid
Wed Jun 17, 2015 10:36 pm
Forum: Common Problems
Topic: SQL Server Connection Never Times Out
Replies: 5
Views: 6006
 
Jump to post

Re: SQL Server Connection Never Times Out

I also reviewed this page, and matched it's process.
by ketteringkid
Wed Jun 17, 2015 10:36 pm
Forum: Common Problems
Topic: SQL Server Connection Never Times Out
Replies: 5
Views: 6006
 
Jump to post

SQL Server Connection Never Times Out

Guys,

I am running version 11.7.1. I cannot upgrade because things don't work 100% right with moving files for me when built in versions 12. Regardless, I am having a problem where the SQL Test does not honor the timeout value that I have set it to. I have tried 3 different places setting the ...
by ketteringkid
Tue Jun 16, 2015 10:18 pm
Forum: Common Problems
Topic: Files missing after installation, but feature is installed
Replies: 27
Views: 26356
 
Jump to post

Re: Files missing after installation, but feature is installed

12.2 seems to be broken too. My installers don't seem to write any files anymore on upgrades... :(
by ketteringkid
Thu May 07, 2015 10:15 pm
Forum: Common Problems
Topic: Files missing after installation, but feature is installed
Replies: 27
Views: 26356
 
Jump to post

Re: Files missing after installation, but feature is install

Yeah... I updated advanced installer and now my folder sync file overwrites do not work. Same file built on the older toolchain worked fine. I desperately need a patch or the ability to download version: 11.6.1
by ketteringkid
Tue Jan 20, 2015 6:36 am
Forum: Common Problems
Topic: Install prerequisite based on condition
Replies: 7
Views: 7017
 
Jump to post

Re: Install prerequisite based on condition

Was this fixed? I think I am running into this since I have upgraded from version 11.7.1. The workaround doesn't seem to work either.
by ketteringkid
Fri Nov 14, 2014 5:22 pm
Forum: Common Problems
Topic: Remove Languages from the CLI
Replies: 1
Views: 2291
 
Jump to post

Remove Languages from the CLI

I ran into an issue with removing languages through the CLI. I have a multilingual installer that I would like to use a script to remove languages to make my debug builds faster. In this scenario, we have a multilingual installer converged into a single installation package with a language selector ...
by ketteringkid
Thu Sep 11, 2014 8:12 pm
Forum: Common Problems
Topic: Slow Build Times When Signing
Replies: 1
Views: 2358
 
Jump to post

Slow Build Times When Signing

Is there anyway to speed up the build times on signed installers with multiple languages? Our installer is 16 languages and takes approximately 20 minutes to build unsigned. When we sign it, it seems to go up to approximately 10 minutes per language, so our builds of the installer are taking 160 ...
by ketteringkid
Tue Aug 19, 2014 7:12 pm
Forum: Common Problems
Topic: Problems Signing within a Build Server
Replies: 3
Views: 4259
 
Jump to post

Re: Problems Signing within a Build Server

Dan,

Thanks for the reply. I was using a certificate from a file already. I was able to solve the problem in a somewhat non-ideal way.

If anyone else experiences this issue, it was related attempting to run the service as local system opposed to run it as a logged in user. The default for our ...
by ketteringkid
Mon Aug 18, 2014 7:39 pm
Forum: Common Problems
Topic: Problems Signing within a Build Server
Replies: 3
Views: 4259
 
Jump to post

Problems Signing within a Build Server

Hello! I'm having some issues signing my installer within a continuous integration environment. It seems as though our build is failing when it is attempting to sign aipackagechainer.exe.


uild 18-Aug-2014 12:38:01 "C:\Program Files (x86)\Caphyon\Advanced Installer 11.4.1\bin\x86 ...
by ketteringkid
Thu Mar 20, 2014 8:37 pm
Forum: Common Problems
Topic: Custom Repair Dialog
Replies: 1
Views: 2009
 
Jump to post

Custom Repair Dialog

Is there anyway to call a custom dialog when you're in the maintenance mode?

For example, I would like the end user to be able to follow this progression:

Open Maintenance Mode ->
Press the Repair Button ->
[Display Dialog to Re-Input SQL Server Settings and update property values]
Execute the ...

Go to advanced search