Search found 15 matches

Go to advanced search

by Vedanta
Tue May 20, 2014 3:27 pm
Forum: Building Installers
Topic: Clickable Hyperlink Inside EULA ScrollBox
Replies: 1
Views: 1818
 
Jump to post

Clickable Hyperlink Inside EULA ScrollBox

Hello,

I have a EULA rtf inside a scrollable edit control. I have many links inside this EULA that absolutely have to be clickable. How can I make this happen? I can't seem to get it to work.

Thanks!
by Vedanta
Thu Apr 17, 2014 4:11 pm
Forum: Building Installers
Topic: Sending Installer Crash Reports To Server
Replies: 1
Views: 1822
 
Jump to post

Sending Installer Crash Reports To Server

I was wondering if there are any crash reports that are generated if an installer unexpectedly crashes when a user is using it. I would like to send any such report to a backend server so I can try and fix any errors with the installer.

Thanks
by Vedanta
Thu Apr 17, 2014 3:55 pm
Forum: Building Installers
Topic: Automatic Window Minimize
Replies: 1
Views: 1883
 
Jump to post

Automatic Window Minimize

Hello,

I would like to automatically minimize my install window at certain times. Preferably into the system tray. I would than like the installer to comeback when my processes are done.

How can this be done?

Thanks
by Vedanta
Fri Mar 14, 2014 1:58 am
Forum: Building Installers
Topic: Show Dialog based on Prerequisite Install Condition
Replies: 5
Views: 4645
 
Jump to post

Re: Show Dialog based on Prerequisite Install Condition

I have one prerequisite but it needs to search for 400 different registry keys. So it will create 400 registry key searches.

These is a large list of conflicting programs etc. I don't want the prereq installed if any of those keys exist.
by Vedanta
Wed Mar 12, 2014 11:44 pm
Forum: Building Installers
Topic: Show Dialog based on Prerequisite Install Condition
Replies: 5
Views: 4645
 
Jump to post

Re: Show Dialog based on Prerequisite Install Condition

Oh ok cool. I see it there.

But I still have one issue. I will have like 400 registry keys that will be checked. Does this mean I need to setup a "Show Only If" condition on every single one??

Also what kind of condition do i set on the AI_AppSearchEx if my Property name is PreReqSearch for ...
by Vedanta
Wed Mar 12, 2014 4:50 am
Forum: Building Installers
Topic: Mass Entry of Install Conditions
Replies: 1
Views: 2113
 
Jump to post

Mass Entry of Install Conditions

Hello,

I have a prerequisite that I need to set install conditions of.
I need to check for the existence of registry keys.

The problem is I need to check for like 400 different keys in different locations. Is there a way I can just mass import these from an excel file or something or do I have ...
by Vedanta
Wed Mar 12, 2014 3:25 am
Forum: Building Installers
Topic: Show Dialog based on Prerequisite Install Condition
Replies: 5
Views: 4645
 
Jump to post

Show Dialog based on Prerequisite Install Condition

Hello,

So I have a prerequisite that is set in

" Install prerequisite based on condition " on

It checks if a register key exists and installs based on that.

Now I have an dialog for this prerequisite with some terms and stuff and would like to not show it if the previous Registry key install ...
by Vedanta
Sat Mar 01, 2014 8:46 pm
Forum: Building Installers
Topic: Minimizing Installer Window
Replies: 2
Views: 3411
 
Jump to post

Re: Minimizing Installer Window

Hey thanks for the reply.

Very basically in it's simplest form I want to put a button on my dialog that minimizes to installer window same operation that this button does on all windows
http://i.imgur.com/oUXAdiW.gif

Just want a button that says "Minimize" or something and when you click it the ...
by Vedanta
Sat Mar 01, 2014 7:21 am
Forum: Building Installers
Topic: Minimizing Installer Window
Replies: 2
Views: 3411
 
Jump to post

Minimizing Installer Window

Hello,

I was wondering if there is a way to create a button that minimizes the installer window, or any other way to minimize it programatically.

Thanks!
by Vedanta
Thu Jan 30, 2014 6:16 am
Forum: Building Installers
Topic: Constantly Moving Progress Bar
Replies: 1
Views: 1943
 
Jump to post

Constantly Moving Progress Bar

Hello,

I would like to implement a progress bar above the main progress bar that is constantly moving
Going from 0% - 100% quickly and restarting.

I have some prerequisites that take a little long from time to time and I just want to show that stuff is happening and not give the user a sense that ...
by Vedanta
Sun Jan 12, 2014 1:47 am
Forum: Building Installers
Topic: Hyperlink Inside Scrollable Box
Replies: 1
Views: 1944
 
Jump to post

Hyperlink Inside Scrollable Box

Hello,

I have a Scrollable box linking to a RTF license agreement. I need clickable hyperlinks inside this agreement and I was wondering how this could be achieved. I have put the hyperlinks into the RTF file with an editor but inside the installer they are not clickable and just show the url ...
by Vedanta
Sun Dec 08, 2013 3:38 am
Forum: Common Problems
Topic: Unique Install ID
Replies: 3
Views: 4025
 
Jump to post

Re: Unique Install ID

Hello, I need this functionality also. Could someone please explain how to generate a unique string with a custom action?

Thanks!
by Vedanta
Sat Nov 02, 2013 11:38 pm
Forum: Building Installers
Topic: Creating Download Progress bar and Install Progress Bar
Replies: 1
Views: 1860
 
Jump to post

Creating Download Progress bar and Install Progress Bar

Hello,

Currently the default theme has one progress bar that shows both downloading and installing progress.

Is there a way to have 1 progress bar for the download progress and 1 progress bar underneath it for the install progress.

Thanks
by Vedanta
Wed Oct 30, 2013 5:00 am
Forum: Building Installers
Topic: Push Button to Skip Prerequisite
Replies: 2
Views: 2410
 
Jump to post

Re: Push Button to Skip Prerequisite

After much trial and error I think I found my solutions.

On My Button I created an "Set installer property value" event with and argument of 0. After that I added a custom action event UpdateFeatureInstallState.

Then under organization and my prerequisite I checked Install based on Condition and ...
by Vedanta
Tue Oct 29, 2013 9:22 pm
Forum: Building Installers
Topic: Push Button to Skip Prerequisite
Replies: 2
Views: 2410
 
Jump to post

Push Button to Skip Prerequisite

Hello, First off I am completely new to this software.

Here is what I am trying to do.
I have 3 prerequisites that I set as feature based. Instead of the default Prerequisite Dialog I created a an individual dialog for each of my features giving more information about each feature.
On each of the ...

Go to advanced search