Search found 48 matches

by get101
Thu Apr 08, 2010 4:27 pm
Forum: Technical Support
Topic: How to open more than one project
Replies: 3
Views: 3464

Re: How to open more than one project

MichaelNesmith wrote:Use the IDE Options dialog (click the InstallAware button, and then the InstallAware Options button).


Thanks.
by get101
Wed Apr 07, 2010 9:18 pm
Forum: Technical Support
Topic: How to open more than one project
Replies: 3
Views: 3464

How to open more than one project

I want to have two projects open at the same time, so that I can compare them and copy lines from one to the other.

I tried to open another instance of IA9, but it goes to the existing instance.

How can I open two projects at the same time?
by get101
Wed Dec 10, 2008 7:26 pm
Forum: Technical Support
Topic: Administrator priviledges
Replies: 5
Views: 7042

Richard and Martin

Thanks for your replies.

I will keep Admin privileges on when the install program needs to register activeX.
by get101
Tue Dec 09, 2008 7:38 pm
Forum: Technical Support
Topic: Administrator priviledges
Replies: 5
Views: 7042

Hi Richard From your answer, can I assume that one does not usually need administrator rights for a Register Library line, as in: Register Library $TARGETDIR$\\ctTree.ocx ? Any thoughts as to why the ocx registers fine on some PCs, and on others it does not? Do you find that most install setups do n...
by get101
Mon Dec 08, 2008 1:18 am
Forum: Technical Support
Topic: Administrator priviledges
Replies: 5
Views: 7042

Administrator priviledges

Should Administrator priviledges on the Applications Requirements page be checked? I am finding that some users are unable to run my software because they get a "class not registered" error. This means that some lines in the install code are not installed properly, line like: Register Libr...
by get101
Fri Dec 05, 2008 11:30 pm
Forum: Technical Support
Topic: How to refresh a Label on a dialog form?
Replies: 0
Views: 3707

How to refresh a Label on a dialog form?

Before calling a dialog, I have defined: Set Variable MY_INFO to Welcome. In the dialog, one of the labels has the caption = $MY_INFO$. The first time the dialog shows, it correctly shows Welcome on the form. In the script, I return the user to the dialog as follows: Set Variable MY_INFO to Please r...
by get101
Fri Dec 05, 2008 5:04 pm
Forum: Technical Support
Topic: How to add a URL link to a dialog form?
Replies: 2
Views: 4683

Hi Richard

Excellent solution!

Thanks,
Cyril
by get101
Thu Dec 04, 2008 8:43 pm
Forum: Technical Support
Topic: Destination dialog - remaining space
Replies: 0
Views: 3703

Destination dialog - remaining space

How can I disable Next in the Destination dialog if the remaining space is negative?

Also, I have static text on the form which should display if the remaining space is negative. Can this be done?
by get101
Thu Dec 04, 2008 8:39 pm
Forum: Technical Support
Topic: How to add a URL link to a dialog form?
Replies: 2
Views: 4683

How to add a URL link to a dialog form?

On a dialog, I would like to add text with a link to a URL, something like this:

Click http://www.installaware.com for more information.

I tried the HTML viewer, but I don't see where to add text and the link to it.

How do I add text that contains a URL link to a dialog form?
by get101
Thu Dec 04, 2008 8:30 pm
Forum: Technical Support
Topic: How to detect an invalid drive letter
Replies: 4
Views: 5459

Thanks Richard

Very useful information. Appreciate your insight.

Regards
Cyril
by get101
Thu Dec 04, 2008 8:27 pm
Forum: Technical Support
Topic: How to install to a Vista mapped drive
Replies: 6
Views: 7372

Hi Richard

Thanks your information is most helpful.

I wonder why InstallAware does not handle installing to Vista mapped drives natively. It seems your workaround is needed for using Installaware to install to Vista.

Would an InstallAware person or MVP care to jump in with a cleaner solution?
by get101
Thu Dec 04, 2008 12:50 am
Forum: Technical Support
Topic: How to install to a Vista mapped drive
Replies: 6
Views: 7372

Hi Richard

Your suggestion of Write Registry Key does work. I have made this into a separate script that just writes the key.

Do you have it as part of your main installation, or as a separate script. How do you alert the user that they need to run it?

Regards
Cyril
by get101
Thu Dec 04, 2008 12:42 am
Forum: Technical Support
Topic: How to detect an invalid drive letter
Replies: 4
Views: 5459

Hi Richard Is this what you have in mind? Set Variable TARGETDRIVE to $TARGETDIR$ Extract Parent Drive: TARGETDRIVE Set Variable DriveType to Call DLL Function kernel32.dll->GetDriveTypeA (get result into variable DriveType) MessageBox: DriveType, The drive type is: $DriveType$. I must be mi...
by get101
Wed Dec 03, 2008 12:04 am
Forum: Technical Support
Topic: How to detect an invalid drive letter
Replies: 4
Views: 5459

How to detect an invalid drive letter

During an install, a user decides to install to drive X:

Unfortunately drive X: does not exist on her PC.

How can I detect that she has chosen an invalid drive? Also, where would I put a message telling her the drive she chose was invalid?
by get101
Tue Dec 02, 2008 10:12 pm
Forum: Technical Support
Topic: How to force computer to reboot
Replies: 3
Views: 4742

Candice, you said: We find the solution to be setting SUCCESS to TRUE as well. Did you mean: We find the solution to be setting SUCCESS to REBOOT as well. If yes, does this look OK: if Variable ADVERTISE Equals TRUE Apply Advertised (get result into variable SUCCESS) else Apply Install (...

Go to advanced search