Search found 63 matches

Go to advanced search

by Nico-D
Mon May 10, 2010 10:11 am
Forum: Common Problems
Topic: AI MSIs fail Orca's Validation Suite, extra unneeded dialogs
Replies: 14
Views: 17109
 
Jump to post

Re: AI MSIs fail Orca's Validation Suite, extra unneeded dialogs

Hello Cosmin,

You are right: by installing the latest Microsoft SDK, the latest Orca MSI becomes available (Program Files/Microsoft SDKs/7.0/bin/). And installing this MSI (Orca v5.0) corrects the behaviour I previously described.

There is only ICE Error that is present is:
ERROR ICE27 Unknown ...
by Nico-D
Fri May 07, 2010 3:02 pm
Forum: Common Problems
Topic: AI MSIs fail Orca's Validation Suite, extra unneeded dialogs
Replies: 14
Views: 17109
 
Jump to post

Re: AI MSIs fail Orca's Validation Suite, extra unneeded dialogs

That seems to be a good idea, thanks Cosmin. :)

Is it that one you are suggesting?
http://www.microsoft.com/downloads/deta ... laylang=en

Do you have another link more direct to install Orca in the best version?

Regards,
-- Nicolas D.
by Nico-D
Fri May 07, 2010 2:35 pm
Forum: Common Problems
Topic: AI MSIs fail Orca's Validation Suite, extra unneeded dialogs
Replies: 14
Views: 17109
 
Jump to post

Re: AI MSIs fail Orca's Validation Suite, extra unneeded dialogs

Sorry, there are no more errors on ICE 32. There still be ICE 27 and ICE 45.
-- Nicolas D.
by Nico-D
Fri May 07, 2010 2:32 pm
Forum: Common Problems
Topic: AI MSIs fail Orca's Validation Suite, extra unneeded dialogs
Replies: 14
Views: 17109
 
Jump to post

Re: AI MSIs fail Orca's Validation Suite, extra unneeded dialogs

Hi Cosmin,

I've just downloaded and installed AI 7.6.1. I've tried two experiments:

1- loading the test.aip I have sent to you
2- crating from scratch another test2.aip following the same steps as I did for test.aip

Both still have the same errors.

Maybe is it OS related? I'm using AI on a ...
by Nico-D
Fri May 07, 2010 1:51 pm
Forum: Common Problems
Topic: AI MSIs fail Orca's Validation Suite, extra unneeded dialogs
Replies: 14
Views: 17109
 
Jump to post

Re: AI MSIs fail Orca's Validation Suite, extra unneeded dialogs

Hi Gabriel,

Thank you very much for your answer. I've just sent a file to support at advanced installer dot com.

I did not send you any of my package as the problem occurs on all of them: I've sent you a newly created Enterprise package, with one file (the AIP file itself) and a blank SQL file ...
by Nico-D
Thu May 06, 2010 11:07 am
Forum: Common Problems
Topic: AI MSIs fail Orca's Validation Suite, extra unneeded dialogs
Replies: 14
Views: 17109
 
Jump to post

Re: AI MSIs fail Orca's Validation Suite, extra unneeded dialogs

Hello,
It has been a long time this post has been written.

Using latest (7.6) version of Advanced Installers, it seems that the "warnings" are still there, for all builds.

ERROR ICE27 Unknown action: 'MsiConfigureServices' of InstallExecuteSequence table. Not a standard action and not found in ...
by Nico-D
Fri Mar 13, 2009 10:57 am
Forum: Common Problems
Topic: [patch] - Impossible to add target MSI
Replies: 6
Views: 6991
 
Jump to post

Re: [patch] - Impossible to add target MSI

Hello Cosmin,

Here is the solution of the problem: there was a problem of rights at the root of the directory I was using. Our sysadmin added SYSTEM with all privileges recursively to this directory and it works fine.

Hope this would help someone else, now...

Regards,
-- Nicolas D.
by Nico-D
Thu Mar 12, 2009 8:13 pm
Forum: Common Problems
Topic: [patch] - Impossible to add target MSI
Replies: 6
Views: 6991
 
Jump to post

Re: [patch] - Impossible to add target MSI

Hi Cosmin,

I discovered that the directory created in the Temp directory of my profile by AI is quite important: if I remove it, I have many trouble with my patch AIP file. Even if it is in a temp folder, it is a bad idea to remove it completely...

Anyway, no "~pcw_tmp.tmp". The system will go ...
by Nico-D
Thu Mar 12, 2009 5:24 pm
Forum: Common Problems
Topic: [patch] - Impossible to add target MSI
Replies: 6
Views: 6991
 
Jump to post

Re: [patch] - Impossible to add target MSI

For now, I had only tried to create patch and package on the same partition. Moving (Ctrl X / Ctrl V) all the files to another part of the partition (fixed disk) is leading to the same errors. Nevertheless, it is not a real physical copy, only a FAT addressing change.

Then I tried to move all the ...
by Nico-D
Thu Mar 12, 2009 4:50 pm
Forum: Common Problems
Topic: [patch] - Impossible to add target MSI
Replies: 6
Views: 6991
 
Jump to post

Re: [patch] - Impossible to add target MSI

Hi Cosmin,

I did not succeed in building the patch project, as it leads to an error reported on this post: http://www.advancedinstaller.com/forums/viewtopic.php?f=2&t=8112

Running MSI patch compatibility tests... done.
Creating PCP database... error.
Exception - Reason: Error calling Msi API ...
by Nico-D
Thu Mar 12, 2009 4:01 pm
Forum: Common Problems
Topic: [patch] - Impossible to add target MSI
Replies: 6
Views: 6991
 
Jump to post

[patch] - Impossible to add target MSI

Hello,

I am experiencing a strange error while creating a simple test patch.

I followed the tutorial, did not change the product code, use the same name for both msi, and only removed one file from the new one.

When adding the target, I have an error popup message : "This installation package ...
by Nico-D
Thu Mar 05, 2009 2:38 pm
Forum: Common Problems
Topic: [vbs custom action] - Accessing system properties
Replies: 2
Views: 3070
 
Jump to post

Re: [vbs custom action] - Accessing system properties

OK, I have sent the file, and Cosmin find the problem out: I forgot to declare the variable using 'DIM language" before affecting it.

Sorry for taking your time,
-- Nicolas D.
by Nico-D
Thu Mar 05, 2009 11:31 am
Forum: Common Problems
Topic: [vbs custom action] - Accessing system properties
Replies: 2
Views: 3070
 
Jump to post

[vbs custom action] - Accessing system properties

Hi Cosmin,

It seems that I cannot access any system property (such as 'ProductLanguage' or 'Manufacturer') through a VBS CA attached to 'UI Custom Actions'. I try to access the system properties using:

language = Session.Property("ProductLanguage")

and it dies invoking an error 2896 and no ...
by Nico-D
Thu Mar 05, 2009 11:22 am
Forum: Common Problems
Topic: [custom action and feature] - Condition unmet in maintenance
Replies: 4
Views: 4973
 
Jump to post

Re: [custom action and feature] - Condition unmet in maintenance

Hi Cosmin,

Sorry for the delay. I'll implement this asap and take you informed.

Regards,
-- Nicolas D.
by Nico-D
Thu Mar 05, 2009 11:20 am
Forum: Common Problems
Topic: [return status] - How to know if the user canceled install?
Replies: 4
Views: 4185
 
Jump to post

Re: [return status] - How to know if the user canceled install?

Hi Cosmin,

Thanks for your answer. As this bug is minor for me (now), I'll take you informed when I'll process it.

Regards,
-- Nicolas D.

Go to advanced search