Search found 13 matches

Go to advanced search

by sgturner
Thu Feb 05, 2015 12:03 am
Forum: Building Installers
Topic: Installing a service with delayed start
Replies: 1
Views: 2102
 
Jump to post

Installing a service with delayed start

Hi,

Can AI install a service with the delayed start option?.

thanks
steve
by sgturner
Fri Jan 23, 2015 6:24 pm
Forum: Building Installers
Topic: Custom Dialog with validation of string input
Replies: 9
Views: 6513
 
Jump to post

Re: Custom Dialog with validation of string input

This fixed the problem.
Thanks!
by sgturner
Mon Dec 22, 2014 9:38 pm
Forum: Building Installers
Topic: Custom Dialog with validation of string input
Replies: 9
Views: 6513
 
Jump to post

Re: Custom Dialog with validation of string input

Hi Dan,

Thanks for the advice on how to structure my conditions:

As I said, you need to have two control condition for the Next control:
1) when it is Enabled
2) when it is Disabled

To enable the Next control you have used the following control condition:
VSC_LICENSE_KEY ~>< "-RTX64-"

To disable ...
by sgturner
Sat Dec 20, 2014 1:43 am
Forum: Building Installers
Topic: Custom Dialog with validation of string input
Replies: 9
Views: 6513
 
Jump to post

Re: Custom Dialog with validation of string input

Hi dan,

Just checking if you got my API project

thanks
Steve
by sgturner
Sat Dec 20, 2014 1:43 am
Forum: Building Installers
Topic: How to register a .NET assembly as a .COm object
Replies: 3
Views: 4028
 
Jump to post

Re: How to register a .NET assembly as a .COm object

Thanks!. That worked.
by sgturner
Sat Dec 20, 2014 1:41 am
Forum: Common Problems
Topic: Detecting if Hyper-threading is turned on
Replies: 3
Views: 3508
 
Jump to post

Re: Detecting if Hyper-threading is turned on

Would it be possible to add this to your list of AI feature requests?
by sgturner
Sat Dec 20, 2014 1:35 am
Forum: Building Installers
Topic: Installing a legacy device driver
Replies: 1
Views: 1980
 
Jump to post

Installing a legacy device driver

Hi,

We have a device driver that we need to install. It implements a virtual h/w device and is installed as a legacy system device (i,e its not a PnP device).

We are able to install it correctly from Device manager using the following steps:

Launch Device Manager
Select root node
Click Action ...
by sgturner
Fri Dec 19, 2014 1:44 am
Forum: Building Installers
Topic: How to register a .NET assembly as a .COm object
Replies: 3
Views: 4028
 
Jump to post

How to register a .NET assembly as a .COm object

Hi,

How do I perform the following with AI:

Generate a type library to be refrenced by your code %"windir%\Microsoft.NET\Framework64\v2.0.50727\regasm.exe" /tlb "{fullpath}\QlmLicenseLib.dll"
Register the QlmLicenseLib.dll as a COM object, ie %"windir%\Microsoft.NET\Framework64\v2.0.50727\regasm ...
by sgturner
Fri Dec 19, 2014 12:20 am
Forum: Building Installers
Topic: Custom Dialog with validation of string input
Replies: 9
Views: 6513
 
Jump to post

Re: Custom Dialog with validation of string input

Hi Dan,

Sent you my AIP project.

thanks
Steve
by sgturner
Fri Dec 12, 2014 10:34 pm
Forum: Building Installers
Topic: Custom Dialog with validation of string input
Replies: 9
Views: 6513
 
Jump to post

Re: Custom Dialog with validation of string input

Hi Dan

Looked at the Email ID validation forum thread, and tried to implement what it said but had no success.

Again, I want to enable the "Next>" button, only when the Edit box contains the correct type of string.

My current "code" is:
- Custom Dialog with an Edit.
- Edit has Property RTX ...
by sgturner
Thu Dec 11, 2014 6:49 pm
Forum: Building Installers
Topic: Custom Dialog with validation of string input
Replies: 9
Views: 6513
 
Jump to post

Custom Dialog with validation of string input

Hi,

I'm developing an installer where the user has to enter a license key into a dialog. I want to validate the key before we move to the nextstep. So I have an Edit control, where the user enters the key. The key goes into a Property, called KEY. I want to enable the "Next>" button only when the ...
by sgturner
Tue Dec 09, 2014 8:59 pm
Forum: Common Problems
Topic: Detecting if Hyper-threading is turned on
Replies: 3
Views: 3508
 
Jump to post

Detecting if Hyper-threading is turned on

Hi

My application requires that Hyper-threading be turned off. Can Advanced Installer detect the status of Hyper-threading?.

thanks
steve
by sgturner
Sun Mar 03, 2013 10:10 pm
Forum: Building Installers
Topic: installing files after merge module install
Replies: 1
Views: 2093
 
Jump to post

installing files after merge module install

Hi

I have an installer that contains some 3rd party merge modules. There are some files in the merge modules that I wish to replace with my own versions during install. How do I schedule the copy of these files so that they take place after the merge modules have been installed?. The default action ...

Go to advanced search