Search found 93 matches

by jweksej
Wed May 27, 2015 3:47 am
Forum: Technical Support
Topic: Importing IA project from IA installer executable
Replies: 1
Views: 2421

Importing IA project from IA installer executable

Hi,

I have InstallAware installer done as single-file-executable.
Is there any way to extract InstallAware project from it, as a way to continue development :?:

It will save me a lot of time...

thanks in advance for any help
Jarek
by jweksej
Mon Mar 31, 2014 5:33 am
Forum: Technical Support
Topic: IA10->IA18 porting problem with CallDLLfunction
Replies: 3
Views: 4381

Re: IA10->IA18 porting problem with CallDLLfunction

I've called GetDriveType - with IA10 it returned ANSI info. I've changed it to GetDriveTypeA and works fine with IA10 and IA18.
Great thanks for help
Jarek
by jweksej
Fri Mar 28, 2014 1:06 am
Forum: Technical Support
Topic: IA10->IA18 porting problem with CallDLLfunction
Replies: 3
Views: 4381

IA10->IA18 porting problem with CallDLLfunction

Hello, during porting installer from IA10 to IA18 I've found strange behavior using 'Call DLL function'. I call kernel32->GetDriveType. Installer build with IA10 returnd DRIVE_FIXED (3) what is right, but installer build with IA18 returns DRIVE_NO_ROOT_DIR (1) what is wrong. Do someone have idea wha...
by jweksej
Mon Sep 26, 2011 1:35 pm
Forum: Technical Support
Topic: IA do not updates process list
Replies: 8
Views: 7055

Re: IA do not updates process list

on which IA version you have done test?
by jweksej
Mon Sep 26, 2011 8:19 am
Forum: Technical Support
Topic: IA do not updates process list
Replies: 8
Views: 7055

Re: IA do not updates process list

first check is correct, all next are the same as first...
by jweksej
Mon Sep 26, 2011 7:44 am
Forum: Technical Support
Topic: IA do not updates process list
Replies: 8
Views: 7055

Re: IA do not updates process list

hmmm - indentation was cleared :-(
by jweksej
Mon Sep 26, 2011 7:39 am
Forum: Technical Support
Topic: IA do not updates process list
Replies: 8
Views: 7055

Re: IA do not updates process list

> return value from Check for Process is either TRUE or FALSE exactly > and will never be abort or retry abort retry is from MessageBox, see on indented code: label: RetryCheckRunningApp Check for Process "$APP_NAME$", get result into variable RET_VAL if Variable RET_VAL Equals TRUE Messag...
by jweksej
Mon Sep 26, 2011 4:49 am
Forum: Technical Support
Topic: IA do not updates process list
Replies: 8
Views: 7055

IA do not updates process list

Hi, in my installer written in IA10 I found out a problem with 'Check for Process' command. When I do it in loop after user action 'Retry', answer is always TRUE even if the process is not on process list. Is there a workaround for it? The code: label: RetryCheckRunningApp Check for Process "$A...
by jweksej
Thu May 26, 2011 8:37 am
Forum: Non-Technical
Topic: InstallAware 10
Replies: 12
Views: 20400

Re: InstallAware 10

> This seems to only happen when the check for the dollar sign is inside an included script.
yes, exactly
> As a workaround [...]
thanks

regards
Jarek
by jweksej
Tue May 24, 2011 2:58 am
Forum: Non-Technical
Topic: InstallAware 10
Replies: 12
Views: 20400

Re: InstallAware 10

Hello, I've tested it and problem remains.... Installer was build by commandline script. InstallAware MSIcode Compiler (Mooya) Copyright(C) 1996-2011 InstallAware Software. All rights reserved. Source File : my_checkOfficeDrv Line Number : 11 Compile Error: Variable not defined: $DOLLAR$ regards Jarek
by jweksej
Mon May 23, 2011 7:39 am
Forum: Non-Technical
Topic: InstallAware 10
Replies: 12
Views: 20400

Re: InstallAware 10

> "If Variable X Contains $" miabuild.exe command line build error fixed
it is not fixed. I've just stopped on it during port to latest IA10.10 (Mooya.beta.311210)
Is any workaround for it? ReadRegistry do not help me - I need the error flag.

regards
Jarek
by jweksej
Fri Feb 25, 2011 7:43 am
Forum: Technical Support
Topic: Using a custom icon causes not a valid Win32 application.
Replies: 10
Views: 9760

Re:

> I suspect something is wrong with the icon as created by your icon workshop.
I have this problem now on IA9R2. It was 3 times today. Just simple rebuild without any changes helped. Very strange :-(
by jweksej
Wed Sep 29, 2010 7:29 am
Forum: Technical Support
Topic: illegal checkBox name
Replies: 1
Views: 2310

illegal checkBox name

In a dialog I've created checkbox named 'designer' and using rules based on label content I wanted to enable/disable this checkbox. And it doesn't work under IA8 and IA9. Change of control name helped.... But time was lost to find it.... The rules are: IF (desFound.Caption = TRUE) THEN designerCB.En...
by jweksej
Thu Sep 09, 2010 1:12 am
Forum: Technical Support
Topic: IA project located on mapped drive
Replies: 4
Views: 3571

Re: IA project located on mapped drive

thanks a lot :-)
by jweksej
Sat Sep 04, 2010 2:41 pm
Forum: Technical Support
Topic: IA project located on mapped drive
Replies: 4
Views: 3571

Re: IA project located on mapped drive

yes, it makes problems because I would like to have projects in repository without paths to specific machines. I'm porting now several projects from IA8 to IA9 and until I will port and test all, I'm operating on two machines but with one repository. As workaround I do filtering project file with st...

Go to advanced search