Search found 26 matches

Go to advanced search

by dbalsbaugh
Wed Mar 09, 2022 2:52 pm
Forum: Building Installers
Topic: Extended Validation Certificate save password?
Replies: 3
Views: 4940
 
Jump to post

Re: Extended Validation Certificate save password?

Is there an option to get this working with an SSL.COM EV certificate and a YubiKey USB dongle? We have automated builds setup on a server based VM so accessing the physical USB dongle from the server is not working.
by dbalsbaugh
Wed Dec 02, 2020 6:31 pm
Forum: Common Problems
Topic: AdvancedInstaller ODBC Connect: Timeout exceeded
Replies: 21
Views: 57388
 
Jump to post

Re: AdvancedInstaller ODBC Connect: Timeout exceeded

If this has been added to AI 17.3, what is the property name that should be used for the ODBC Driver name? We are still getting the ODBC timeout as a result of having TLS 1.0 disabled. After upgrading to AI 17.7, our TestODBCConnection custom action no longer works at all. The Next dialog button tha...
by dbalsbaugh
Tue Aug 13, 2019 2:09 pm
Forum: Common Problems
Topic: Win32 Error [2]: "The system cannot find the file specified. "
Replies: 4
Views: 11483
 
Jump to post

Re: Win32 Error [2]: "The system cannot find the file specified. "

I am getting this error message on AI 15.8 and 16.2. How do i find out what file it is looking for?
by dbalsbaugh
Thu Feb 08, 2007 4:25 pm
Forum: Common Problems
Topic: IIS Prerequisite on Vista
Replies: 9
Views: 10582
 
Jump to post

Now one of our customers is reporting this same problem on a 64 bit Windows 2003 Server install. They say that IIS is installed and functioning properly, but it is still reporting the "<ProductName> can not be installed on systems with Internet Information Services version smaller than 5.0"...
by dbalsbaugh
Tue Jan 30, 2007 6:29 pm
Forum: Common Problems
Topic: IIS Prerequisite on Vista
Replies: 9
Views: 10582
 
Jump to post

I tried this on another Vista machine and I did not get the error message. So I compared what was installed for IIS on the two machines and after installing IIS 6 Management Compatibility under Web Management Tools on my machine it started working. Not sure why that would be a requirement as I had I...
by dbalsbaugh
Tue Jan 30, 2007 3:49 pm
Forum: Common Problems
Topic: IIS Prerequisite on Vista
Replies: 9
Views: 10582
 
Jump to post

I will definitely try this on another Vista install, but I can confirm that .aspx (2.0) pages are rendering properly in IIS 7 (IE 7). In addition to the IIS Prerequisite not working properly, if I remove the prereq and then run the install my install will fail at the end when it tries to create my v...
by dbalsbaugh
Tue Jan 30, 2007 3:59 am
Forum: Common Problems
Topic: IIS Prerequisite on Vista
Replies: 9
Views: 10582
 
Jump to post

IIS Prerequisite on Vista

I have Advanced Installer 4.7 running on Windows Vista. My installation project has "Minimum IIS version: Internet Information Services 5.0" set as a Launch condition. When I run the installer I get the following message, "<ProductName> can not be installed on systems with Internet In...
by dbalsbaugh
Thu Jan 18, 2007 4:51 pm
Forum: Common Problems
Topic: Customs actions with .vbs files
Replies: 17
Views: 27758
 
Jump to post

Yes, that worked. Thanks for the tip.
by dbalsbaugh
Thu Jan 18, 2007 3:12 pm
Forum: Common Problems
Topic: Customs actions with .vbs files
Replies: 17
Views: 27758
 
Jump to post

Is there anyway to accomplish this using the VBScript Inline feature? I can't seem to figure out how to enter multiple lines. It would just be nice to not have to include a bunch of .vbs files when installing.
by dbalsbaugh
Wed Jan 17, 2007 3:46 pm
Forum: Common Problems
Topic: C#/.NET COM classes
Replies: 14
Views: 18538
 
Jump to post

RegAsm.exe is part of the .NET Framework runtime. You should be able to path this out to "%WINDIR%\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe". Assuming you are using 2.0 framework. In my case, I have to also use gacutil.exe which is not part of the runtime so I was forced to install re...
by dbalsbaugh
Tue Jan 16, 2007 8:56 pm
Forum: Common Problems
Topic: LogonUser property not working?
Replies: 4
Views: 5809
 
Jump to post

This is exactly what I was looking for.

Thanks. Your support on this forum has been great!
by dbalsbaugh
Tue Jan 16, 2007 3:53 pm
Forum: Common Problems
Topic: LogonUser property not working?
Replies: 4
Views: 5809
 
Jump to post

OK, I am now getting the Username to show up after trying your suggestion, but I was hoping to get the "DomainName\Username". Any way to accomplish this?
by dbalsbaugh
Tue Jan 16, 2007 3:31 pm
Forum: Common Problems
Topic: C#/.NET COM classes
Replies: 14
Views: 18538
 
Jump to post

I created a CustomAction which calls a .vbs file during the Commit process. The vbs file looks something like this... const WindowStyleStealth = &H20000000 set WSO = createobject("WScript.Shell") WSO.run "%comspec% /c regasm.exe ASSEMBLY_FILE_NAME.dll", WindowStyleStealth, tr...
by dbalsbaugh
Tue Jan 16, 2007 12:00 am
Forum: Common Problems
Topic: LogonUser property not working?
Replies: 4
Views: 5809
 
Jump to post

LogonUser property not working?

I have a simple text box field that is using [LogonUser] in the Text property. When this dialog is shown, this field is empty. Am I missing something with this property? I am expecting my current logged in username (DomainName\Username) to show up here.
by dbalsbaugh
Thu Jan 11, 2007 3:17 pm
Forum: Feature Requests
Topic: Comparison of 2 editboxes
Replies: 5
Views: 8465
 
Jump to post

Thanks gigi, that is what I ended up doing. The only downside to this is that I don't get a dialog box telling the user that the passwords are not the same. I just added the condition to the existing NewDialog Published Event on the Next button.

Go to advanced search