Search found 17 matches

Go to advanced search

by skylinefighterx
Tue Sep 23, 2014 7:46 pm
Forum: Common Problems
Topic: Java Supported in vbs?
Replies: 1
Views: 2338
 
Jump to post

Java Supported in vbs?

Hi,
In my advanced installer vbs script, I am trying to run java -jar, but it keeps on saying 'java' is not recognized error. I am running it from the wshell script run command.

When I run the same vbscript outside of advanced installer it works find. For some reason java is not found when advanced ...
by skylinefighterx
Tue Sep 16, 2014 7:07 pm
Forum: Common Problems
Topic: Upgrade process - quick question
Replies: 3
Views: 3470
 
Jump to post

Re: Upgrade process - quick question

Thanks for the quick reply Dan,

what would be some good solutions to avoid this. I would like to use the uninstall process of the newer installer v1.1 not the v1.0. Would a minor upgrade be better vs major. Not sure if you know any tricks thanks.
by skylinefighterx
Tue Sep 16, 2014 8:41 am
Forum: Common Problems
Topic: Upgrade process - quick question
Replies: 3
Views: 3470
 
Jump to post

Upgrade process - quick question

During a upgrade process where I am using uninstall old version and install new version, from lets say version 1.0 to 1.1.

Does the uninstaller use the uninstall process in version 1.1 to uninstall v1.0 or does it find and use the old v1.0 uninstaller to uninstall itself, then use the v1.1 ...
by skylinefighterx
Sat Jun 07, 2014 3:28 am
Forum: Common Problems
Topic: Can Not Set REBOOT in Installation Sqeuence???
Replies: 1
Views: 2581
 
Jump to post

Can Not Set REBOOT in Installation Sqeuence???

Running Advanced Installer 10.9.1

I followed the steps below to force a REBOOT, during uninstallation. But when I do Set Property REBOOT=Force, before and after the Finish Execution step it does not take effect. Meaning I do not see a Reboot Prompt. I know that it set it properly because I print ...
by skylinefighterx
Tue May 20, 2014 8:03 pm
Forum: Common Problems
Topic: Issue with Surface progress bar
Replies: 18
Views: 23550
 
Jump to post

Re: Issue with Surface progress bar

Is there any resolution to this issue?

It still happens on 10.9

Not a very good UI, the progress bar should just go from left to right, and not jump back and forth.
by skylinefighterx
Thu Mar 06, 2014 7:37 am
Forum: Common Problems
Topic: Possible? Trigger OnDemand Search
Replies: 1
Views: 2451
 
Jump to post

Possible? Trigger OnDemand Search

Hi,
Usually Search Properties are updated when the installer starts. Is it possible to trigger them again via a Custom Action.

Reason for this is that I have Search for a Registry Key thats based on a installation of another program. So when I uninstall this program I need the registry to update ...
by skylinefighterx
Wed Nov 13, 2013 1:20 am
Forum: Common Problems
Topic: Can't Change Background Color in Dialogs
Replies: 1
Views: 2887
 
Jump to post

Can't Change Background Color in Dialogs

Hi,
I am using this new Surface Red Theme and I can not figure out how to change the background color for Dialogs in this theme. The background color is always red. I need to change it to a different color like white. I need to change it for the License Text Element and also the Quick Selection Tree ...
by skylinefighterx
Tue Nov 12, 2013 8:14 pm
Forum: Common Problems
Topic: How to set background on quck selection tree?
Replies: 1
Views: 2314
 
Jump to post

How to set background on quck selection tree?

Hi,
I am using v10.6 Advanced Installer, the problem is that I can not set the background color on a Quick Selection Tree? I am using the Red Surface Theme. Please help.
thanks
by skylinefighterx
Sat Jul 07, 2012 9:21 pm
Forum: Common Problems
Topic: Firewall How to set Outbound Port Exceptions
Replies: 3
Views: 3801
 
Jump to post

Re: Firewall How to set Outbound Port Exceptions

Is there any examples on how to set the outbound exception ports?
by skylinefighterx
Thu Jul 05, 2012 7:38 pm
Forum: Common Problems
Topic: Firewall How to set Outbound Port Exceptions
Replies: 3
Views: 3801
 
Jump to post

Firewall How to set Outbound Port Exceptions

Hi,
Currently I am running on Windows 2008 Server R2, and with Advanced Installer you can only add the Inbound Firewall Port exception, but how do I go about setting the Outbound ports?

So after my installation I go to my windows firewall advanced settings and I see that advanced installer only ...
by skylinefighterx
Sat Jun 16, 2012 12:56 am
Forum: Common Problems
Topic: Active Search During Installation
Replies: 1
Views: 3198
 
Jump to post

Active Search During Installation

Hi,
I am currently doing a Extended Search for Product Version (identitfy by Upgrade Code) for a piece of software. So I run this search in one of my dialogs that check to see if this software is installed or not on my machine. So when I first run and the search returns me 0 or false, saying the ...
by skylinefighterx
Fri Jun 15, 2012 1:23 am
Forum: Common Problems
Topic: Unable to remove Standard Action
Replies: 1
Views: 2201
 
Jump to post

Unable to remove Standard Action

Hi,
In version 9.2, in Custom Actions I add a Standard Action like CostFinalized, into my Installsequence. But when I right click on it to remove it the, Delete is grayed out and I cannot remove this. Is it a bug?

Also, Does it matter where I place the CostFinalized Standard Action?, orginally its ...
by skylinefighterx
Thu May 17, 2012 11:49 pm
Forum: Common Problems
Topic: Pre-Install ALWAYS
Replies: 6
Views: 11625
 
Jump to post

Re: Pre-Install ALWAYS

Yes, In the PreRequisites menu you can select your prerequisites and on Install Conditions tab, you will see Install Conditions and select Always Insall prereq
by skylinefighterx
Thu May 17, 2012 10:32 pm
Forum: Common Problems
Topic: Need to run PreRequisite in the middle of Installation
Replies: 1
Views: 4794
 
Jump to post

Need to run PreRequisite in the middle of Installation

Hi,
I have a sequences of 10 Custom Install Dialogues. I need to run the PreRequisite Installer on Dialog #4. I am currently setup as a feature based but this isnt working for me since it only installs at the very end when i hit the Install button.

1. I found out you can only run the prerequisites ...
by skylinefighterx
Thu May 17, 2012 6:01 pm
Forum: Common Problems
Topic: Change Pre requistes / Bootstrapper Install Location
Replies: 3
Views: 3669
 
Jump to post

Re: Change Pre requistes / Bootstrapper Install Location

Thanks for the quick reply.

My problem is that I need to install the prerequisites in the middle of my installer. Since I have some custom scripts that require the prerequistes to be installed first.

1. Is there a way to install the prerequistes in the middle of the installer, meaning not in the ...

Go to advanced search