Search found 6584 matches

Go to advanced search

by Catalin
Tue Apr 16, 2024 2:11 pm
Forum: Common Problems
Topic: Long delays removing shortcuts
Replies: 3
Views: 6078
 
Jump to post

Re: Long delays removing shortcuts

Hello and welcome to our forums, Unfortunately, I can not say for sure why this is happening. Are you able to constantly reproduce this on your end? From what I can see, this only happens on your dev machines and not on your customers' machines. If possible, could you please try testing this on clea...
by Catalin
Tue Apr 16, 2024 2:04 pm
Forum: Building Installers
Topic: Conditional Desktop Icon
Replies: 1
Views: 1182
 
Jump to post

Re: Conditional Desktop Icon

Hello Andreas, You can always move the file (in our case, the shortcut) from a component to another. You can do so by going to "Organization" page, expand the component that contains your shortcut, right click on it --> "Move to new component" . Note: if you have many components ...
by Catalin
Mon Apr 15, 2024 2:08 pm
Forum: Feature Requests
Topic: Button to rebuild just a specific build config
Replies: 5
Views: 3739
 
Jump to post

Re: Button to rebuild just a specific build config

Hello Johannes,

You are always welcome!

Sure thing, I will try and discuss this with our development team to improve the user experience for this option.

Best regards,
Catalin
by Catalin
Mon Apr 15, 2024 8:49 am
Forum: Building Installers
Topic: Installing both 32 and 64 bit DLLs, Not conditional.
Replies: 1
Views: 150
 
Jump to post

Re: Installing both 32 and 64 bit DLLs, Not conditional.

Hello and welcome to our forums, In order to achieve what you want, we can proceed as it follows: - in "Install Parameters" page, select the "Package type" as 64-bit - in "Files and Folders" page, we will add the files accordingly - meaning the 32-bit dlls in the Window...
by Catalin
Fri Apr 12, 2024 3:05 pm
Forum: Common Problems
Topic: How to determine if it is an upgrade
Replies: 9
Views: 15766
 
Jump to post

Re: How to determine if it is an upgrade

Hello, The upgrade is detected through one of two properties - either OLDPRODUCTS or UPGRADINGPRODUCTCODE (can not really tell what's going behind the scenes as this is default to Windows Installer). For more information about this, please have a look over the following articles: Major Upgrades How ...
by Catalin
Fri Apr 12, 2024 12:58 pm
Forum: Building Installers
Topic: Building a new installer
Replies: 3
Views: 1777
 
Jump to post

Re: Building a new installer

Hello Zsolt, I've given better thought to this and I've come up with the following: So basically the mixed package contains two packages, one 32-bit and one 64-bit which are installed based on the OS bitness. The chances that you have many 32-bit packages installed are really low, I would guess, con...
by Catalin
Fri Apr 12, 2024 9:06 am
Forum: Building Installers
Topic: Advanced Installer interface black!
Replies: 1
Views: 313
 
Jump to post

Re: Advanced Installer interface black!

Hello,

It is not currently possible to have a dark theme for Advanced Installer.

We already have this on our TODO list of improvements, but we are still debating whether we can add this or not as it would require lots of resources.

Thank you for your understanding!

Best regards,
Catalin
by Catalin
Fri Apr 12, 2024 8:45 am
Forum: Common Problems
Topic: Password edit box displays text after disabling it
Replies: 2
Views: 4971
 
Jump to post

Re: Password edit box displays text after disabling it

Hello,

A fix for this is now available in version 21.6 of Advanced Installer.

Best regards,
Catalin
by Catalin
Thu Apr 11, 2024 4:00 pm
Forum: Building Installers
Topic: How to set IIS app pool identity credentials from dialog user input
Replies: 1
Views: 377
 
Jump to post

Re: How to set IIS app pool identity credentials from dialog user input

Hello,

You can achieve that by using the properties that the user inputs (e.g. POOL_ACCOUNT and POOL_PASSWORD) and then use them in IIS page --> your application pool --> "Identity" tab.
Screenshot_142.png
Screenshot_142.png (31.66 KiB) Viewed 367 times

Hope this helps!

Best regards,
Catalin
by Catalin
Thu Apr 11, 2024 3:17 pm
Forum: Building Installers
Topic: Why can't I move this resource to a new component?
Replies: 11
Views: 13037
 
Jump to post

Re: Why can't I move this resource to a new component?

Hello Johannes,

Unfortunately not. :)

I will update this thread as soon as an improvement regarding this will be implemented in Advanced Installer.

Best regards,
Catalin
by Catalin
Thu Apr 11, 2024 3:08 pm
Forum: Common Problems
Topic: Extracting archives before starting services
Replies: 1
Views: 599
 
Jump to post

Re: Extracting archives before starting services

Hello Johannes, In order to achieve what you want, you can go to "Table Editor" --> "InstallExecuteSequence" and modify the sequence number for the action that extracts the archive to be lower than the one starting the services (called "StartService" ). Another way woul...
by Catalin
Thu Apr 11, 2024 9:16 am
Forum: Common Problems
Topic: Code signing never asks for the passsword, silently fails
Replies: 2
Views: 2016
 
Jump to post

Re: Code signing never asks for the passsword, silently fails

Hello,

Thank you for your followup on this and for sharing the solution with us! :)

I am sure this will be of help for further users facing a similar scenario.

Best regards,
Catalin
by Catalin
Thu Apr 11, 2024 8:29 am
Forum: Common Problems
Topic: File modified during custom action goes back to original content
Replies: 5
Views: 3938
 
Jump to post

Re: File modified during custom action goes back to original content

Hello Peter, I am glad to hear everything is now working as you expected. One thing that I find that should be a bug is that we have a custom action (the very first one) that is set to immediate but it references a script that is on disk. The file hasn't been copied to disk yet by AI. This took awhi...
by Catalin
Wed Apr 10, 2024 3:46 pm
Forum: Common Problems
Topic: File modified during custom action goes back to original content
Replies: 5
Views: 3938
 
Jump to post

Re: File modified during custom action goes back to original content

Hello Peter, That might indeed be the reason why that happens. And sure, we can modify the sequence number so we can fit our custom action in there. For instance, we can increase the value of InstallFinalize from 6600 to 6605 and then have our custom action with the sequence 6601 . Screenshot_140.pn...
by Catalin
Wed Apr 10, 2024 3:20 pm
Forum: Common Problems
Topic: could not find control SQLServerConnectionDlg-TestConnectionLink for control event
Replies: 11
Views: 8431
 
Jump to post

Re: could not find control SQLServerConnectionDlg-TestConnectionLink for control event

Hey Marcus,

Please note I have already replied to you on the email with the fixed AIP file. :)

Best regards,
Catalin

Go to advanced search