Search found 18 matches

Go to advanced search

by fangjiaguo
Mon Mar 02, 2009 4:59 pm
Forum: Common Problems
Topic: Can JRE be installed conditionally
Replies: 4
Views: 3213
 
Jump to post

Re: Can JRE be installed conditionally

Another question
Where is 2. Bundle a JRE with your application http://www.advancedinstaller.com/java.html in AI?
I can't find it in AI.
by fangjiaguo
Mon Mar 02, 2009 4:52 pm
Forum: Common Problems
Topic: Can JRE be installed conditionally
Replies: 4
Views: 3213
 
Jump to post

Re: Can JRE be installed conditionally

Hi,
Thank you for your quick reply. I have followed your instruction and unluckly failed.
When the machine has JRE already, the setup file installed " successfully ". But under the "Program Files", I found nothing.
It didn't install anything. It means I can't find "C:\Program Files\MyApp" though it ...
by fangjiaguo
Mon Mar 02, 2009 10:34 am
Forum: Common Problems
Topic: Can JRE be installed conditionally
Replies: 4
Views: 3213
 
Jump to post

Can JRE be installed conditionally

I don't want user to download JRE in prerequisite when JRE is not available on target machine.
So I bundle JRE in setup file. Here is my question: Can JRE be installed when there is no JRE on target machine? And if target machine has JRE already, then don't install the bundled JRE.
by fangjiaguo
Fri Nov 14, 2008 9:09 am
Forum: Common Problems
Topic: Can't move DoAction Exent up [Urgent]
Replies: 11
Views: 6532
 
Jump to post

Re: Can't move DoAction Exent up [Urgent]

It's wonderful and how do you make it?
And I can't quite understand what means the largest value.
by fangjiaguo
Fri Nov 14, 2008 2:48 am
Forum: Common Problems
Topic: Can't move DoAction Exent up [Urgent]
Replies: 11
Views: 6532
 
Jump to post

Re: Can't move DoAction Exent up [Urgent]

I think first we should make an agreement that the execution sequence is related with the list sequence. So if PROCESS is initialized with "RUNNING", the first EndDialog Event's condition is not satisfied. The installation won't continue. However, if it's actually not running, the installation ...
by fangjiaguo
Thu Nov 13, 2008 3:15 pm
Forum: Common Problems
Topic: Can't move DoAction Exent up [Urgent]
Replies: 11
Views: 6532
 
Jump to post

Re: Can't move DoAction Exent up [Urgent]

I think the execution sequence of events is the list order of the events.
At first, PROCESS is not "RUNNING" and is not "NOT RUNNING. So the EndDialog's condition is satisfied. Then the DoAction DetectAIRunningOrNot is executed, and PROCESS is set to "RUNNING"(if AI is running). So the message box ...
by fangjiaguo
Thu Nov 13, 2008 2:28 pm
Forum: Common Problems
Topic: Can't move DoAction Exent up [Urgent]
Replies: 11
Views: 6532
 
Jump to post

Re: Can't move DoAction Exent up [Urgent]

I'm so sorry that the installation still continues after I added PROCESS <> "RUNNING" to the rest of predefined events.
test2.JPG
test2.JPG (33.68 KiB) Viewed 6377 times
by fangjiaguo
Thu Nov 13, 2008 2:20 pm
Forum: Common Problems
Topic: Can't move DoAction Exent up [Urgent]
Replies: 11
Views: 6532
 
Jump to post

Re: Can't move DoAction Exent up [Urgent]

I will try now :)
by fangjiaguo
Thu Nov 13, 2008 2:07 pm
Forum: Common Problems
Topic: Can't move DoAction Exent up [Urgent]
Replies: 11
Views: 6532
 
Jump to post

Re: Can't move DoAction Exent up [Urgent]

Hi,

Please note that the DoAction control event doesn't necessarily have to be the first control event in the list. Even if it is the third control event, it will still be executed before the "EndDialog" control events which continue the installation. Therefore, you can leave the DoAction control ...
by fangjiaguo
Thu Nov 13, 2008 3:17 am
Forum: Common Problems
Topic: Can't move DoAction Exent up [Urgent]
Replies: 11
Views: 6532
 
Jump to post

Can't move DoAction Exent up [Urgent]

Hi,

My AI version is 6.6. I met a problem that I can’t move DoAction Event up.
Do you have any method to move DoAction Event up?
(The first two events EndDialog and SpawnDialog can’t be moved down neither.)
untitled.jpg
untitled.jpg (36.19 KiB) Viewed 6453 times
by fangjiaguo
Thu Nov 13, 2008 1:46 am
Forum: Common Problems
Topic: Can you supply a sample for such requirement?
Replies: 2
Views: 2328
 
Jump to post

Re: Can you supply a sample for such requirement?

Hi,

For what you need you can try this approach:
- use a custom action to detect if Excel is running
- add this custom action as a DoAction control event for the "Install" button
- use the property set by the custom action ("PROCESS") to make sure that the user cannot continue
- the user will be ...
by fangjiaguo
Wed Nov 12, 2008 9:51 am
Forum: Common Problems
Topic: Can you supply a sample for such requirement?
Replies: 2
Views: 2328
 
Jump to post

Can you supply a sample for such requirement?

Hi,
I want setup file executed like this:
When user clicks "Install", setup checks whether Excel is running or not. If not running, execute like common situation. Else if running, pop out a dialog with a label "Please close Excel!". The pop out dialog may also contains a Retry button and a Cancel ...
by fangjiaguo
Wed Nov 12, 2008 2:13 am
Forum: Common Problems
Topic: Install a Self-Extractor exe as a prerequisite
Replies: 3
Views: 3225
 
Jump to post

Re: Install a Self-Extractor exe as a prerequisite


The solution is to add the MSI as a prerequisite after extracting it on your development machine. The EXE is just an archive which contains the MSI, the EULA and a Readme file.

But the MSI is about 5MB and our project setup file only 1MB. So if we include it in our setup file, the size will be ...
by fangjiaguo
Wed Nov 12, 2008 1:37 am
Forum: Common Problems
Topic: Could Custom Launch Condition checked before Prerequisite ?
Replies: 3
Views: 2666
 
Jump to post

Re: Could Custom Launch Condition checked before Prerequisite ?

How about Office 2003? Please add this too!
by fangjiaguo
Tue Nov 11, 2008 3:27 pm
Forum: Common Problems
Topic: Could Custom Launch Condition checked before Prerequisite ?
Replies: 3
Views: 2666
 
Jump to post

Could Custom Launch Condition checked before Prerequisite ?

Hi,
I add a Custom Launch Condition to check whether the user has installed Excel or not.
And I also add some prequisites. But if the user has not installed anything. Then the prerequisites will be checked before my Custom Launch Condition.
Is there any way to let Custom Launch Condition be checked ...

Go to advanced search