Search found 11 matches

Go to advanced search

by Gary
Wed Nov 18, 2009 5:53 pm
Forum: Common Problems
Topic: How to conditionaly run a second setup program
Replies: 9
Views: 6471
 
Jump to post

Re: How to conditionaly run a second setup program

Hello,

If the packages you are trying to install are .msi's then you could look into using Chained Packages . Otherwise the only way to conditionally launch the installers would be during InstallFinalize by using a "Launch File or Open URL" or an "Attached Custom Action". This is because two msi ...
by Gary
Thu Nov 12, 2009 10:52 pm
Forum: Common Problems
Topic: How to conditionaly run a second setup program
Replies: 9
Views: 6471
 
Jump to post

Re: How to conditionaly run a second setup program

Ok,

Found the problem. Needed to set the minimum version to 1.6. I had a 1.3 version on my machine.

Now I it opens a DOS window and gives me this error:

---------------------------
16 bit MS-DOS Subsystem
---------------------------
D:\DOCUME~1\gwardell\APPLIC~1\COURTT~1\TrueBond\install\WWWJAV~1 ...
by Gary
Thu Nov 12, 2009 9:41 pm
Forum: Common Problems
Topic: How to conditionaly run a second setup program
Replies: 9
Views: 6471
 
Jump to post

Re: How to conditionaly run a second setup program

Hi,

I think I solved the acrobat one.

I created a small sample to install notepad and set Acrobat as a software prerequisite. It worked.

But I still couldn't see any differences in my setup. So, I deleted mine and rebuilt it from scratch. Then it worked.

My guess is when I upgraded to 7.3 it ...
by Gary
Thu Nov 12, 2009 6:14 pm
Forum: Common Problems
Topic: How to conditionaly run a second setup program
Replies: 9
Views: 6471
 
Jump to post

Re: How to conditionaly run a second setup program

HI,

That looks like that should work, but it's not working.

I have setup two Software Prerequisites, JRE 1.6 and Acrobat Reader 9.0, and neither one of them install.

I guess I must be missing something???

I have gone over the page you referenced a few times but my settings seem to match what it ...
by Gary
Tue Nov 10, 2009 5:25 pm
Forum: Common Problems
Topic: How to conditionaly run a second setup program
Replies: 9
Views: 6471
 
Jump to post

Re: How to conditionaly run a second setup program

Hi,

Both setups are .exes from third parties so I chose the launch file.

The driver install works perfectly.

However, the adobe reader fails with a file not found error:

The system cannot find the file specified.

File: D:\WINNT\Installer\MSIA0E.tmp.exe
Info ID: 2.1240.03.2.20020
Please send the ...
by Gary
Tue Nov 10, 2009 5:59 am
Forum: Common Problems
Topic: How to add text to the Verify Ready Dialog
Replies: 2
Views: 2168
 
Jump to post

Re: How to add text to the Verify Ready Dialog

The enterprise version is rather more expensive so we may forgo that.

I was thinking to display the selected options, location, and user name.

That would make the prompt to review and change any options a bit more meaningful.

Gary
by Gary
Fri Nov 06, 2009 9:49 pm
Forum: Common Problems
Topic: How to add text to the Verify Ready Dialog
Replies: 2
Views: 2168
 
Jump to post

How to add text to the Verify Ready Dialog

HI,

Many setup programs list what they are about to do on the Verify Dialog.

Is there a tutorial that tells how to do this?

I see talk of a Dialog Editor in the help file, but I don't see this in AI? Is this tool that I need to use to add this text? If so, where is it?

Gary
by Gary
Fri Nov 06, 2009 9:43 pm
Forum: Common Problems
Topic: How to conditionaly run a second setup program
Replies: 9
Views: 6471
 
Jump to post

How to conditionaly run a second setup program

Hi,

Is there a tutorial someplace that tells how to run a second setup program from the first setup based in the conditional inclusion of a Feature?

In this case I have two such features:

1. A set of drivers for the hardware associated with my product.
2. The Adobe Acrobat Read the is needed for ...
by Gary
Fri Nov 06, 2009 9:37 pm
Forum: Common Problems
Topic: How to copy a file to %userprofile%
Replies: 3
Views: 6320
 
Jump to post

Re: How to copy a file to %userprofile%

HI,

Ok, it's working now and even uninstalls.

Now, I have two other questions I'll put in a new thread.

Gary
by Gary
Fri Nov 06, 2009 4:55 pm
Forum: Common Problems
Topic: How to copy a file to %userprofile%
Replies: 3
Views: 6320
 
Jump to post

Re: How to copy a file to %userprofile%

Hi,

Thanks for including the sample.

I notice that it's a bit different from the Guide, and when I tried it the Guide way it didn't work.

I'm going back and redoing it according to your sample.

Gary
by Gary
Tue Nov 03, 2009 9:43 pm
Forum: Common Problems
Topic: How to copy a file to %userprofile%
Replies: 3
Views: 6320
 
Jump to post

How to copy a file to %userprofile%

Hi,

I'm wondering if I'm going down the right rabbit hole.

I need to install a file to the directory referenced by the %userprofile% environment variable.

Is there a way to do this?

I have a .bat file that can do this that I could launch after the windows installer finishes, I think I can figure ...

Go to advanced search