Search found 30 matches

Go to advanced search

by Hendrik
Tue Mar 13, 2018 10:02 am
Forum: Building Installers
Topic: Sign exe with external tool
Replies: 9
Views: 8971
 
Jump to post

Re: Sign exe with external tool

Hi Daniel,

this did the trick! Thanks very much.

BR,
Hendrik
by Hendrik
Mon Mar 05, 2018 11:34 am
Forum: Building Installers
Topic: Sign exe with external tool
Replies: 9
Views: 8971
 
Jump to post

Re: Sign exe with external tool

Hi Daniel,

this won't work in my case because the win sign tool needs the same certificate as our sign tool.
But our sign tool is executed without a local certificate i.e. we send our packages to an external sign tool service
where the certificate is stored hence the is no chance to sign the cab ...
by Hendrik
Wed Feb 28, 2018 2:46 pm
Forum: Building Installers
Topic: Sign exe with external tool
Replies: 9
Views: 8971
 
Jump to post

Re: Sign exe with external tool

Hi Daniel,

thanks for the info. I created a new Project where I execute our sign tool with your incoming arguments:

sign
/a
/d
Name der Anwendung
/t
http://timestamp.digicert.com
C:\Users\freun_he\Documents\Advanced Installer\Projects\Name der Anwendung\Name der Anwendung-cache\part1\Name der ...
by Hendrik
Thu Feb 22, 2018 5:02 pm
Forum: Building Installers
Topic: Sign exe with external tool
Replies: 9
Views: 8971
 
Jump to post

Re: Sign exe with external tool

Hi Daniel

thanks for the info. What we actually have to do is starting a executable, where the call is as follow:
sign.exe autoasign <file>

I have a batch script where I start the sign.exe autosign <file>

Now the <file> must be set somehow by advanced installer but when I set this batch to the ...
by Hendrik
Wed Feb 21, 2018 5:17 pm
Forum: Building Installers
Topic: Sign exe with external tool
Replies: 9
Views: 8971
 
Jump to post

Sign exe with external tool

Hi,

we want to sign our exe with an external service, i.e. we have no possibility to have a pfx or other types of certificates.
As I know from other topics regarding this issue signing a exe file after building it with AI will result in a crash while installing
because exe sign is not equal to the ...
by Hendrik
Tue Jan 16, 2018 3:56 pm
Forum: Common Problems
Topic: How do I change this color?
Replies: 13
Views: 14390
 
Jump to post

Re: How do I change this color?

Hi,

I am using AI v11.9. I want to change the color style of the surface theme. I already found necessary pictures to be changed,
but other colors like text colors or the previously mentioned fields I cannot change because I have no text style dialog in the themes section.
How can I change this ...
by Hendrik
Mon Feb 01, 2016 8:48 am
Forum: Building Installers
Topic: InstallDlg is not installing in folder
Replies: 3
Views: 3131
 
Jump to post

Re: InstallDlg is not installing in folder

Hi Daniel,

unfortuneatly it is no valid solution to avoid this dialog. The problem is that the InstallTypeDlg overrides the AppDir Property set before by the Browse Dialog.
Switching these two dialoges solves the problem.

Thanks,
Hendrik
by Hendrik
Mon Jan 25, 2016 4:44 pm
Forum: Building Installers
Topic: InstallDlg is not installing in folder
Replies: 3
Views: 3131
 
Jump to post

InstallDlg is not installing in folder

Hi AI team,

I have a problem with my installer script. I want to use the InstallDlg but if I change the installation path it is not installed in there.
I attached my aip file for further information. If I use it in a new project it will work as expected.
I have a professional license.

Please help ...
by Hendrik
Thu Apr 30, 2015 8:30 am
Forum: Building Installers
Topic: Desktop folder is deleted
Replies: 3
Views: 3594
 
Jump to post

Re: Desktop folder is deleted

Hi,

I found the solution to my problem. I thought that only the shortcut will be deleted but the deinstall process tries to remove all elements based on the current logged in user.
That is not what I expected to get. I removed this action from my desktop folder and now everything works fine ...
by Hendrik
Thu Apr 30, 2015 8:26 am
Forum: Building Installers
Topic: Per user installation
Replies: 3
Views: 3688
 
Jump to post

Re: Per user installation

Hi,

I found the solution to the problem. I only had to disable the "Override windows installer entry".

Thanks,
best regards,
Hendrik
by Hendrik
Wed Apr 29, 2015 10:48 am
Forum: Building Installers
Topic: Per user installation
Replies: 3
Views: 3688
 
Jump to post

Per user installation

Hi AI team,

I have an issue. When I have a "per maschine only" install type and a "for me only" install option enabled the uninstall process via my uninstall shortcuts are working fine.
But if I use the "Control Panel" -> "Add or Remove a program" uninstall button then the UCA prompt occures. If I ...
by Hendrik
Tue Apr 28, 2015 4:28 pm
Forum: Building Installers
Topic: Desktop folder is deleted
Replies: 3
Views: 3594
 
Jump to post

Desktop folder is deleted

Hi AI team,

I have an urgent issue where my complete desktop folder is deleted after uninstall. I wanted to have my desktop shortcut deleted after install but it wasn't. Then I tried to set a remove folder operation on the desktop folder.
Everythink will work fine If I install it for all users. But ...
by Hendrik
Mon Apr 27, 2015 7:27 am
Forum: Building Installers
Topic: UAC and Taskbar Icons
Replies: 2
Views: 2741
 
Jump to post

Re: UAC and Taskbar Icons

Hi Dan,

thanks for the response.
Unfortunately the Operating System decides if an application is launched in foreground or in background. However, you please tell us if you can replicate the behaviour on multiple machines?
Ok I understand. I also realize that the uninstall process will focus the ...
by Hendrik
Fri Apr 24, 2015 2:16 pm
Forum: Building Installers
Topic: Uninstall language problem
Replies: 15
Views: 10810
 
Jump to post

Re: Uninstall language problem

Hi,

I have another issue on that topic. If I install the application it will be in English.
If I uninstall the application via "Uninstall a program" in the control panel it will be in German.

How can I fix this?

Best regards,
Hendrik
by Hendrik
Fri Apr 24, 2015 8:42 am
Forum: Building Installers
Topic: UAC and Taskbar Icons
Replies: 2
Views: 2741
 
Jump to post

UAC and Taskbar Icons

Hi AI team,

I have two questions concerning the installer. If the UAC prompt occure it won't be in focus
even if I only click install without losing the focus of the insaller window.
How can I achieve that it will be always shown in the foreground?

The second remark is the application shortcut ...

Go to advanced search