Search found 51 matches

Go to advanced search

by jafa
Mon Jan 14, 2008 8:45 pm
Forum: Common Problems
Topic: Side-by-side error - Microsoft.VC80.CRT
Replies: 16
Views: 23154
 
Jump to post

Hi,

The merge modules are not listed on the Organization page.

Nick
by jafa
Mon Jan 14, 2008 8:39 pm
Forum: Common Problems
Topic: Detecting 32-bit vs 64-bit OS in a mixed package
Replies: 3
Views: 3481
 
Jump to post

Hi,

We are moving to a 32/64-bit mixed installer. We have some pre-requisites, files, etc that are 32-bit only and some that are 64-bit only.

I need to specify a conditional rule - how do I write a rule that say "true if 32-bit OS" vs "true if 64-bit OS"?

Nick
by jafa
Sun Jan 13, 2008 4:24 am
Forum: Common Problems
Topic: Side-by-side error - Microsoft.VC80.CRT
Replies: 16
Views: 23154
 
Jump to post

Hi, The workaround suggested causes the installer to re-install the merge module every upgrade. This causes AI to ask the user to close all applications that use the vcredist module. If I run an upgrade on my machine it asks me to close: - Firefox (all windows). - Thunderbird. - Visual Studio. - Adv...
by jafa
Sun Jan 13, 2008 4:18 am
Forum: Common Problems
Topic: Detecting 32-bit vs 64-bit OS in a mixed package
Replies: 3
Views: 3481
 
Jump to post

Detecting 32-bit vs 64-bit OS in a mixed package

Hi,

I am attempting to migrate to a 32/64 mixed package type.

What define should be used to detect between 32-bit and 64-bit? (OS, not CPU)

Nick
by jafa
Sun Jan 13, 2008 4:16 am
Forum: Common Problems
Topic: Run exe before installing files - not working on Vista
Replies: 4
Views: 4897
 
Jump to post

Run exe before installing files - not working on Vista

Hi, We need the installer to stop a number of services (not installed by our installer) and to close our applications (for example a utility that sits on the notification bar). To do this I have a small exe that detects and stops/closes the necessary services/applications. The exe has a manifest tha...
by jafa
Thu Dec 13, 2007 7:50 pm
Forum: Common Problems
Topic: Side-by-side error - Microsoft.VC80.CRT
Replies: 16
Views: 23154
 
Jump to post

Thanks!
by jafa
Wed Dec 12, 2007 8:05 pm
Forum: Common Problems
Topic: Side-by-side error - Microsoft.VC80.CRT
Replies: 16
Views: 23154
 
Jump to post

Bump.
by jafa
Sun Dec 09, 2007 5:57 pm
Forum: Common Problems
Topic: Side-by-side error - Microsoft.VC80.CRT
Replies: 16
Views: 23154
 
Jump to post

Hi, Following up on this - we couldn't reproduce it for a while but customers were still complaining. Figured out how to reproduce it... The problem is when the application needs the C++ Redistributable merge module AND it is the ONLY installed application to need it AND the application is upgraded....
by jafa
Thu Dec 06, 2007 8:10 am
Forum: Common Problems
Topic: Invoking AI from a build script - detecting complete?
Replies: 4
Views: 3880
 
Jump to post

That was the problem - I was using the AdvancedInstaller.exe - thanks!
by jafa
Wed Dec 05, 2007 9:55 am
Forum: Common Problems
Topic: Invoking AI from a build script - detecting complete?
Replies: 4
Views: 3880
 
Jump to post

Hi, How does the script know/detect that AI has finished? Most applications block until completion - the script just executes them one at a time. AI does not block - it returns control to the script and then compiles in the background for the next minute. This creates a problem - how to detect that ...
by jafa
Wed Dec 05, 2007 8:02 am
Forum: Common Problems
Topic: Invoking AI from a build script - detecting complete?
Replies: 4
Views: 3880
 
Jump to post

Invoking AI from a build script - detecting complete?

Hi, I am invoking AI from a build script to update version numbers and to generate the install files. Once AI has finished I need the build script to run commands to build ISOs etc. The issue - AI does not block the execution of the script. How can I detect if AI is finished? (or alternatively, how ...
by jafa
Wed Dec 05, 2007 7:56 am
Forum: Common Problems
Topic: x86 and x64 builds
Replies: 7
Views: 6154
 
Jump to post

Thanks!

The work around sounds reasonable - I will test.

Nick
by jafa
Mon Dec 03, 2007 4:09 pm
Forum: Common Problems
Topic: x86 and x64 builds
Replies: 7
Views: 6154
 
Jump to post

Hi, I was trying to avoid having two project files - it creates maintenance problems. I will set up a script to create a x64 project file from the x86 project file each time the build process runs. Feature request 1: Support configuring/generating a single package that will install a 32-bit version ...
by jafa
Mon Dec 03, 2007 3:38 pm
Forum: Common Problems
Topic: x86 and x64 builds
Replies: 7
Views: 6154
 
Jump to post

Hi, I am not sure of the terminology - is a "package" a "build"? I have set up a 32-bit build and a 64-bit build within this installer project file. I then set up a 32-bit feature and a 64-bit feature. The 32-bit feature is set to only be included in the 32-bit build. The 64-bit ...
by jafa
Mon Dec 03, 2007 10:55 am
Forum: Common Problems
Topic: x86 and x64 builds
Replies: 7
Views: 6154
 
Jump to post

x86 and x64 builds

Hi, We have 32-bit and 64-bit builds of our application, and need to create web and CD installers. Is it possible to have one installer that will install 64-bit components on a 64-bit OS and 32-bit components on a 32-bit OS? I understand conditionals, but I am not sure how get it to install into [Pr...

Go to advanced search