Search found 58 matches

Go to advanced search

by prasadus92
Tue Apr 14, 2015 7:29 am
Forum: Feature Requests
Topic: Allow users to customize the Update.exe UI
Replies: 5
Views: 7524
 
Jump to post

Allow users to customize the Update.exe UI

Hi,

It would be great to have the ability to choose UI (themes/dialogs) for the Updater.exe.

Also, Updater.exe runs as a system tray application. Please also give an option to choose whether it should be system tray or not.

Thanks
Prasad
by prasadus92
Tue Apr 14, 2015 7:22 am
Forum: Common Problems
Topic: Customizing the updater UI (given by Updater.exe)
Replies: 3
Views: 3397
 
Jump to post

Re: Customizing the updater UI (given by Updater.exe)

Hi Dan, Thanks for the reply. There is a potential problem here. I noticed that when I click the minimize button, the Window will get disappeared. It will not be in the taskbar entry rather it will be in system tray. So I am thinking to show a progress bar of my own at the worst case, but I am not s...
by prasadus92
Fri Apr 10, 2015 6:58 am
Forum: Common Problems
Topic: Customizing the updater UI (given by Updater.exe)
Replies: 3
Views: 3397
 
Jump to post

Customizing the updater UI (given by Updater.exe)

Hi,

Is there a way to customize the dialogs indicated in the images attached?

These dialogs will be shown during the update install.

Thanks in advance.
Prasad
by prasadus92
Thu Apr 09, 2015 3:51 pm
Forum: Common Problems
Topic: Waiting for the Updater.exe to finish from the code (C#)
Replies: 6
Views: 6067
 
Jump to post

Re: Waiting for the Updater.exe to finish from the code (C#)

Hi Daniel, Thanks for the reply. Also, I noticed that, if I run Updater.exe in a different process and in my code if I wait for it to finish using C# Process.WaitForExit (or check Process.HasExited), I am getting wrong outcomes. The Process.HasExited becomes true even if the Updater.exe has not exit...
by prasadus92
Thu Apr 09, 2015 3:31 pm
Forum: Common Problems
Topic: Merge an MSI/EXE installer with another
Replies: 3
Views: 2977
 
Jump to post

Re: Merge an MSI/EXE installer with another

Hi Eusebiu,

Thanks for your reply.

Yes, this can be done. But I need to give an option to the user whether to install it or not. A dialog in the beginning with a checkbox to choose.

Is there a better way of doing this?

Thanks
Prasad
by prasadus92
Wed Apr 08, 2015 5:18 pm
Forum: Common Problems
Topic: Merge an MSI/EXE installer with another
Replies: 3
Views: 2977
 
Jump to post

Merge an MSI/EXE installer with another

Hi, I want to merge a small MSI/EXE installer with my installer. I need to show a dialog with the checkboxes to the user allowing him to choose whether he wants the other included installer to be installed on his machine or not. Accordingly, the combined installer should do the necessary tasks. How ...
by prasadus92
Wed Apr 08, 2015 5:15 pm
Forum: Common Problems
Topic: Waiting for the Updater.exe to finish from the code (C#)
Replies: 6
Views: 6067
 
Jump to post

Re: Waiting for the Updater.exe to finish from the code (C#)

Hi Daniel,

Many thanks for your reply.

The link you provided is helpful to me. Whether there is C# version of this? That would be more ideal to deal with.

Thanks
Prasad
by prasadus92
Wed Apr 01, 2015 6:43 pm
Forum: Common Problems
Topic: Waiting for the Updater.exe to finish from the code (C#)
Replies: 6
Views: 6067
 
Jump to post

Waiting for the Updater.exe to finish from the code (C#)

Hi, In my code, I am waiting for the Updater.exe to finish and do some custom tasks after it completes successfully (using Process.WaitForExit()). But the Updater.exe downloads the binary and creates another process (Installer) and wait till it finishes and will end once the installer ends. For me, ...
by prasadus92
Wed Apr 01, 2015 11:01 am
Forum: Common Problems
Topic: Updating with same GUI (dialogs) as like a fresh install.
Replies: 3
Views: 2732
 
Jump to post

Re: Updating with same GUI (dialogs) as like a fresh instal

Hi Eusebiu,

Many thanks for your reply.

Yes, I added /qn in my updater AIP. I will change it and will try out and let you know.

Thanks again,
Prasad
by prasadus92
Tue Mar 31, 2015 2:59 pm
Forum: Common Problems
Topic: Know whether installation is successful programmatically
Replies: 3
Views: 2939
 
Jump to post

Re: Know whether installation is successful programmatically

Hi Daniel,

Thanks for the info.

Warm Regards,
Prasad
by prasadus92
Tue Mar 31, 2015 11:54 am
Forum: Common Problems
Topic: How to customize "Advanced Installer" label in the dialogs?
Replies: 2
Views: 2424
 
Jump to post

Re: How to customize "Advanced Installer" label in the dialo

Hi Dan,

Thank you for your reply.

Is there a way of accomplishing this by editing any dictionary file?

Thanks
Prasad
by prasadus92
Tue Mar 31, 2015 11:47 am
Forum: Common Problems
Topic: Updating with same GUI (dialogs) as like a fresh install.
Replies: 3
Views: 2732
 
Jump to post

Updating with same GUI (dialogs) as like a fresh install.

Hi, For the Advanced Installer Updater, I used the switch /checknow. So because of this, I will get a prompt to download and then after the download, just a progress bar while the update is installing. But is there a way where I will get same set of UI Dialogs as like in a fresh install? Progress ba...
by prasadus92
Tue Mar 31, 2015 9:26 am
Forum: Common Problems
Topic: How to customize "Advanced Installer" label in the dialogs?
Replies: 2
Views: 2424
 
Jump to post

How to customize "Advanced Installer" label in the dialogs?

Hi,

I have attached an image (InstallDialog.png) where I marked the "Advanced Installer" label that gets shown in the installer dialogs. Is there a way to customize or remove this? I have a professional license.

Thanks in advance.
Prasad
by prasadus92
Mon Mar 30, 2015 12:59 pm
Forum: Common Problems
Topic: How to create installer log at a specified file path?
Replies: 5
Views: 4818
 
Jump to post

Re: How to create installer log at a specified file path?

Hi Dan,

Many thanks for your reply.

Thanks
Prasad
by prasadus92
Mon Mar 30, 2015 12:58 pm
Forum: Common Problems
Topic: Know whether installation is successful programmatically
Replies: 3
Views: 2939
 
Jump to post

Know whether installation is successful programmatically

Hi, Is there a way to know whether the installation is successful or not programmatically? I require this info while I am doing silent upgrade (The silent upgrade I am using right now is downloading the EXE/MSI from the cloud and running it in the silent mode in a separate thread). Thanks in advance...

Go to advanced search