Search found 7 matches

Go to advanced search

by Fernandes
Thu May 14, 2015 2:09 pm
Forum: Building Installers
Topic: Code Signing Certificate
Replies: 4
Views: 12239
 
Jump to post

Code Signing Certificate

Hello,

I'm new to code signing an installer.

I came across comodo-codesigning-ssl
https://www.gogetssl.com/comodo-ssl-certificates/comodo-codesigning-ssl/
Will a certificate obtained from the above issuer work with advanced installer (i.e signing an installer I'm creating).

I also came across ...
by Fernandes
Fri Mar 20, 2015 3:15 pm
Forum: Building Installers
Topic: Customize updater error message
Replies: 10
Views: 9313
 
Jump to post

Re: Customize updater error message

Hi Dan,

Thanks for the prompt reply,

1) I'm new to programming, how do I edit the dll. I tried to open the dll using notepad, however I was not able to find the string table. Do I have to use visual studio or some other editor to edit the dll.

2) Also is there a way to add a mirror to the ...
by Fernandes
Fri Mar 20, 2015 9:13 am
Forum: Building Installers
Topic: Customize updater error message
Replies: 10
Views: 9313
 
Jump to post

Customize updater error message

Hello

Is it possible to customize (change) the error message displayed inside the updater, when its not able to connect to the download link?

The error message I get sometimes is Error: The server understood the request, but is refusing to fulfill it.
by Fernandes
Wed Jan 14, 2015 4:12 pm
Forum: Building Installers
Topic: merge module files not getting deleted after uninstall
Replies: 1
Views: 2193
 
Jump to post

merge module files not getting deleted after uninstall

Hello,

I've created an installer(.exe) with a merge module containing some files in it. I've created an uninstaller shortcut for the installer. When I uninstall the application using the uninstall shortcut. the files which were extracted from the merge module is not getting deleted.

Can you please ...
by Fernandes
Sun Dec 28, 2014 7:51 pm
Forum: Building Installers
Topic: Updating same version
Replies: 3
Views: 3850
 
Jump to post

Re: Updating same version

Hi Dan, thanks for quick reply.

I've created a mixed 32/64 bit installer, and I followed the steps to extract the MSI using /extract from command line. When I extract the installer I get 2 MSI's one for the 32 bit installer and the other for 64 bit installer.

How to create a patch for mixed 32/64 ...
by Fernandes
Sat Dec 27, 2014 11:05 pm
Forum: Building Installers
Topic: Updating same version
Replies: 3
Views: 3850
 
Jump to post

Updating same version

Hello,

Is there any way to update same version using Advanced Installer. for example I've version 1.0.0 installed on my system, then I made some changes and created an installer keeping the version same as 1.0.0. Now I want to update my already installed application with the updated installer

I ...
by Fernandes
Sun Dec 21, 2014 10:28 pm
Forum: Building Installers
Topic: Check if all files are installed
Replies: 1
Views: 2671
 
Jump to post

Check if all files are installed

Hello Team,

Is there any feature in Advanced Installer through which I can check if all of my files are installer on the system, after installation is complete.

Go to advanced search