Search found 5 matches

Go to advanced search

by shawnlehner
Thu Mar 28, 2013 3:49 pm
Forum: Building Installers
Topic: Selecting a version for Adobe Reader prerequisite
Replies: 4
Views: 4810
 
Jump to post

Re: Selecting a version for Adobe Reader prerequisite

Thank you Daniel.

For my special case I actually changed the logic so it doesn't care what version you have installed and it seems to be working well. Here is the key I use:

HKLM\Software\Adobe\Acrobat Reader

I understand this means they could have a version older than 9 but like I said, this isn ...
by shawnlehner
Wed Mar 27, 2013 7:48 pm
Forum: Building Installers
Topic: Selecting a version for Adobe Reader prerequisite
Replies: 4
Views: 4810
 
Jump to post

Selecting a version for Adobe Reader prerequisite

Hello everyone,

I apologize in advance if this has already been asked but I could not find anything with my searching of these boards or the tutorials section ...

I need to have Adobe reader installed for my application. The version isn't very important to me ... I just need to make sure they have ...
by shawnlehner
Sun Sep 23, 2012 9:23 pm
Forum: Common Problems
Topic: Prerequisites are not installing on old XP machine
Replies: 1
Views: 1697
 
Jump to post

Re: Prerequisites are not installing on old XP machine

Just realized that the .NET installer was throwing an error because it was missing WIC ... is there a prereq package for this available for Advanced Installer?

EDIT: Ok, now I really feel silly ... I didn't realize how easy it was to create your own prerequisites ...

Here is what I used for my WIC ...
by shawnlehner
Sun Sep 23, 2012 9:01 pm
Forum: Common Problems
Topic: Prerequisite Download
Replies: 2
Views: 2349
 
Jump to post

Re: Prerequisite Download

I am fairly new to how the installer world but it seems to me there are only a few reasons this would happen:

The first, most unlikely and easiest to test, is that your server is not configured correctly. This means that the file is being returned as source instead of being executed server side ...
by shawnlehner
Sun Sep 23, 2012 8:54 pm
Forum: Common Problems
Topic: Prerequisites are not installing on old XP machine
Replies: 1
Views: 1697
 
Jump to post

Prerequisites are not installing on old XP machine

I have a Windows XP machine which has not been updated in a long time and I am running my setup package on it. It seems to skip the bootstrapper and go directly into the setup saying that .NET framework is not installed. Is there a minimum system version required for the bootstrapper to function? I ...

Go to advanced search