Search found 92 matches

by zchris
Wed Jun 15, 2011 12:42 am
Forum: Technical Support
Topic: miabuild transparent background
Replies: 7
Views: 8232

Re: miabuild transparent background

Hey guys, This is actually a feature - not a bug! The window turns into glass for the duration of the build, but goes back to normal post build.. I was afraid you would say that. InstallAware is a really nice product and I don't think there is a better installer available but some of the features y...
by zchris
Fri Jun 10, 2011 1:03 am
Forum: Technical Support
Topic: miabuild transparent background
Replies: 7
Views: 8232

miabuild transparent background

When you run miabuild from the commandline the WHOLE background of the window will turn transparent - with the result that you are unable to read the output.

I guess this is a feature though I find it extremely irritating. Can you tell me how I can turn this off? I found no commandline switches.
by zchris
Wed Feb 14, 2007 2:58 am
Forum: Plug-In Development
Topic: EditFile plugin
Replies: 54
Views: 270126

Re: EditFile plugin

kzoltan wrote:I have done downloaded the plugin and done just this. But instead of writing the value of $TARGETDIR$ into the file that I am editing, it just writes the string "$TARGETDIR$" into the file. What am I doing wrong?


Have you put @TARGETDIR@ into the file to edit (not $TARGETDIR$)?
by zchris
Mon Feb 12, 2007 8:48 am
Forum: Plug-In Development
Topic: EditFile plugin
Replies: 54
Views: 270126

It's written in VC++ 6.0 (statically linked), no dependencies beside kernel and ntdll. You don't need mIDEEdit.dll for your installation - that is only used for the IDE. mEXEEdit.dll is for the runtime distribution. If the setup only runs with mIDEEdit.dll then it could be a bug in InstallAware. bye...
by zchris
Fri Aug 25, 2006 3:57 am
Forum: Plug-In Development
Topic: EditFile plugin
Replies: 54
Views: 270126

Sorry for the late reply (been on vacation)...

What version of InstallAware are you using? Do you have a small setup to repro the error?
by zchris
Tue Jul 18, 2006 12:56 pm
Forum: Plug-In Development
Topic: EditFile plugin
Replies: 54
Views: 270126

The mIDEEdit.dll is used with the InstallAware IDE. Your setup should only contain mEXEEdit.dll. What exact error do you get? Do you have a screenshot? Also make sure that you are using EditFile after the Apply Install command. bye, chris PS: To check that your setup does include the dll: - run your...
by zchris
Wed May 24, 2006 10:35 am
Forum: Plug-In Development
Topic: Sample Plugin code
Replies: 11
Views: 32726

Thanks Candice for saving me the work of posting it myself!

I should note that this is not exactly 'clean' code - but I hope it helps! :)
by zchris
Tue Oct 25, 2005 2:54 am
Forum: Technical Support
Topic: Suggestions
Replies: 33
Views: 55429

bug: the Run Program command with a very long argument will show up in the IDE as an empty line.
by zchris
Tue Oct 25, 2005 1:55 am
Forum: Technical Support
Topic: Return codes
Replies: 5
Views: 14659

Sorry for the late reply.

I haven't been able to produce this error again but I'll let you know when I have more information.

Thanks.
by zchris
Tue Oct 11, 2005 2:43 am
Forum: Technical Support
Topic: Return codes
Replies: 5
Views: 14659

Yes, we are doing silent installs (with a few parameters if that matters). However in the script we set SILENT=FALSE and show only progress dialogs without a cancel button.
by zchris
Mon Oct 10, 2005 9:31 am
Forum: Technical Support
Topic: Return codes
Replies: 5
Views: 14659

Return codes

We are using the new Terminate with Exit Code command to signal if a setup has failed. This works very well.

However it appears that if the setup cannot unpack itself (out of space, etc.) it will return 0 (SUCCESS).

Could you please verify this and change it to return an error code? Thanks!
by zchris
Mon Oct 10, 2005 9:23 am
Forum: Technical Support
Topic: Suggestions
Replies: 33
Views: 55429

Minor bug:

- silent installs leave an empty MIA* directory behind (in temp).
by zchris
Fri Sep 30, 2005 3:06 am
Forum: Technical Support
Topic: InstallAware 2005 Second Edition Minor Update 2
Replies: 2
Views: 7854

Does this also fix the issue with miabuild.exe not reporting a compile error?

thanks.
by zchris
Tue Sep 20, 2005 3:47 am
Forum: Technical Support
Topic: Suggestions
Replies: 33
Views: 55429

- Please combine the startup "InstallAWARE" and "InstallAWARE Wizard" progress dialogs into a single dialog.
by zchris
Fri Sep 16, 2005 2:25 am
Forum: Technical Support
Topic: Suggestions
Replies: 33
Views: 55429

- Make the IF command support OR and AND! :!:

This is actually an old request and the reason why I wrote the Eval plugin. It would help a lot!

Go to advanced search