Search found 8 matches

Go to advanced search

by a.rasoulain
Mon Nov 11, 2013 9:39 am
Forum: Building Installers
Topic: path of installer exe
Replies: 1
Views: 1795
 
Jump to post

path of installer exe

Hi,
In advanced installer is there any property that store the path of setup exe ? if yes what is it and when it set?
if no is there any way that I can obtain it and pass it to one of my prerequisites as a command ?

Any help will be appreciated in advance
Armin
by a.rasoulain
Fri Oct 25, 2013 5:02 pm
Forum: Building Installers
Topic: install fonts that were used in setup dialog
Replies: 3
Views: 3294
 
Jump to post

Re: install fonts that were used in setup dialog

Hi Mihai,
my setup is in persian,but dialogs of pre-install prerequisite are in english, and as far as I know texts of these dialogs can't be change.
I use a persian font in my setup dialogs that probably there is not in the target machine , so I look for a way that automatically install that font ...
by a.rasoulain
Sat Oct 19, 2013 8:08 am
Forum: Building Installers
Topic: install fonts that were used in setup dialog
Replies: 3
Views: 3294
 
Jump to post

install fonts that were used in setup dialog

Hi,
How can I install fonts that I'm used in my setup dialogs without using pre-install prerequisite section?
I don't want to use pre-install prerequisite section because I don't have any access on prerequisite dialog elements to personalize it for my native language.

any help will appreciated in ...
by a.rasoulain
Tue Oct 01, 2013 7:26 pm
Forum: Building Installers
Topic: Writing in Config file
Replies: 4
Views: 4886
 
Jump to post

Writing in Config file

Hi,
My application has two editions.(client and server)
I want to create a setup for client edition.
client version reads data from database on server.
How can i create a setup that set server IP in my config file based on user input.
My configuration file is near my exe.

Any Help would be ...
by a.rasoulain
Mon Sep 02, 2013 6:55 pm
Forum: Building Installers
Topic: Get prerequisites installation errors
Replies: 1
Views: 2297
 
Jump to post

Get prerequisites installation errors

Hi,
If the installation prerequisites fails,
How can I find out what error occurred during the installation?
My specific prerequisite is sqlexpress 2008 r2.
I want the message to be displayed to the user that the reason of failure is noted.

I have install sql with the following command lines in ...
by a.rasoulain
Sat Aug 24, 2013 7:48 am
Forum: Building Installers
Topic: add/remove dialog
Replies: 5
Views: 5495
 
Jump to post

Re: add/remove dialog

Hi Dan,
thanks for your help, I found my answer .
I create my custom dialogs in maintenance and disable remove from control panel.
now it's work in the way i want.

Armin
by a.rasoulain
Thu Aug 22, 2013 7:08 am
Forum: Building Installers
Topic: add/remove dialog
Replies: 5
Views: 5495
 
Jump to post

Re: add/remove dialog

Hi Dan,
Thank you for your quick reply.
unfortunately, I mean did not transmit correctly.
I want show a dialog like "FolderDlg" in the Installation process (that have browse button, a path edit,...) and give from user an address, and according to that address execute a sql script that this script ...
by a.rasoulain
Wed Aug 21, 2013 9:58 am
Forum: Building Installers
Topic: add/remove dialog
Replies: 5
Views: 5495
 
Jump to post

add/remove dialog

Hi,
i want to show some dialogs in uninstalling time that inform user that his/her database will be remove,and give from user an address to create backup(with running a sql script) if user wants.
actually i want to show these dialogs when my app is being removed from add/remove NOT maintenance ...

Go to advanced search