Search found 22 matches

by lextm
Mon Aug 18, 2008 9:39 pm
Forum: Technical Support
Topic: InstallAware Express 6 : Creating a Patch
Replies: 4
Views: 5683

Hi, I am sure that you can find the answer in InstallAware Documentation installed beside. (Under InstallAware Help Library -> Gettting Started -> Developing Setups -> Patching). For InstallAware 7.

Hope this help.
by lextm
Thu Oct 25, 2007 12:25 am
Forum: Technical Support
Topic: Compiling takes extremely long
Replies: 3
Views: 5732

If you notice, IA compiler runs faster on dual core CPU. So you may investigate whether your primary computer is dual core. Also, the debug build which enables debugging takes less time to compile while the release build really takes time especially when you specify good compression and require a lo...
by lextm
Thu Oct 25, 2007 12:20 am
Forum: Technical Support
Topic: \"Run Program AS\" in Express version
Replies: 8
Views: 11961

If sometimes Run Program (As) fails and it is possible, I rather run the files when users launch the program I create. As a developer, I find it much easier to do something in my program. Installer should be as simple as possible.
by lextm
Thu Oct 25, 2007 12:16 am
Forum: Technical Support
Topic: Custom runtime scripts and multiple dependencies
Replies: 2
Views: 4900

I'd like to know more about this too. The official PDFs published on web site do not contain full details about runtime package authoring.
by lextm
Thu Oct 25, 2007 12:13 am
Forum: Technical Support
Topic: Borland BDE Merge and Express
Replies: 1
Views: 5186

Is there an application runtime named BDE? If not you can try to add BDE merge module to Deployment | Merge Modules section.

I use Studio edition so I do not know Express edition well. Wish the above helps.
by lextm
Thu Oct 25, 2007 12:09 am
Forum: Technical Support
Topic: MSI Script Run Program
Replies: 2
Views: 5099

And if you want some video guide, watch this,

http://dn.codegear.com/article/36702
by lextm
Thu Oct 25, 2007 12:03 am
Forum: Technical Support
Topic: Pre-Install Hardlock Dongle
Replies: 4
Views: 6425

I need to check if there is a Dongle-Driver installed, install them if not ============== This part can be done perfectly if you create a Dongle-Driver runtime, and then add this runtime to your install project. In this way you can ensure that Dongle-Driver is always there. In this forum you can fin...
by lextm
Wed Oct 24, 2007 4:06 am
Forum: Technical Support
Topic: Pre-requisite Question
Replies: 3
Views: 5559

When I meet IA issues, generally I will fire up a Virtual PC 2007 image of test system which contains a clean OS, then I can start testing if my installer runs OK. You may try if your installer runs well on a clean OS first. Using a clean Virtual PC image with Undo disk enabled you can install once,...
by lextm
Wed Oct 24, 2007 3:59 am
Forum: Technical Support
Topic: Miabuild.exe / Codegear edition
Replies: 2
Views: 4730

CodeGear ships InstallAware 6 Express edition so if you cannot find miabuild.exe in InstallAware installation folder, it means this command line tool is not part of the Express edition.

I am using Studio edition so I can see miabuild.exe in the folder.
by lextm
Wed Sep 19, 2007 11:37 pm
Forum: Sample Scripts
Topic: How to: Create runtime scripts for WinPcap driver
Replies: 2
Views: 15338

Yesterday my partner found a bug in checkwinpcap.mia. And after digging I found it is because WinPcap installer is created by NSIS, so the uninstallation is slightly different. I will blog about this later on my blog at http://lextm.blogspot.com Never mind. I upload the new runtime package now. Issu...
by lextm
Wed Sep 05, 2007 1:45 am
Forum: Technical Support
Topic: Time to remove application is painfully slow.
Replies: 9
Views: 13083

Guys, slow uninstallation is in fact caused by MSI mechanism, so IMHO InstallAware cannot change it until Microsoft releases a new MSI engine. I understand there are many ways to speed up uninstallation but only Microsoft can modify the MSI engine. BTW, I guess any customization IA add to MSI instal...
by lextm
Wed Sep 05, 2007 1:28 am
Forum: Technical Support
Topic: Pre-requisite Question
Replies: 3
Views: 5559

Why not set some break point and debug into the variables inside the script. If there are some mistakes in your script, they can be easily detected in this way.
by lextm
Tue Sep 04, 2007 3:46 am
Forum: Sample Scripts
Topic: How to: Create runtime scripts for WinPcap driver
Replies: 2
Views: 15338

Just an update. I made a mistake in setupwinpcap.mia, which is fixed now.

Please use this new version.

File Attached:

WinPcap.zip
by lextm
Tue Aug 28, 2007 2:29 am
Forum: Sample Scripts
Topic: How to: Create runtime scripts for WinPcap driver
Replies: 2
Views: 15338

How to: Create runtime scripts for WinPcap driver

WinPcap is a driver available from http://www.winpcap.org After reading about How to on BDE, I design this WinPcap runtime in an hour. This runtime script is not yet perfect but can be used easily. 1. Copy all rtm and mia files to <InstallAware>\\runtimes 2. Open your project in IA, and in Design mo...
by lextm
Tue Aug 28, 2007 12:58 am
Forum: Technical Support
Topic: Run Program $TARGETDIR$\\xyz.exe
Replies: 16
Views: 24572

Remove this item

Actually this Run $TITLE$ thing should be removed from your installer if you have users on Windows Vista, and your application is sensitive to UAC/Elevation. Because your installer will run elevated on Windows Vista, it runs your application elevated too while you may expect your application to run ...

Go to advanced search