Search found 112 matches

Go to advanced search

by prerak6962
Thu Jul 01, 2021 1:15 pm
Forum: Common Problems
Topic: Duplicate Folder Creation on Uninstall
Replies: 5
Views: 9490
 
Jump to post

Re: Duplicate Folder Creation on Uninstall

Hi Catalin, In one of my other products, the installer creates a folder named "Logs" in the install directory. Various log files (files not added by the installer) are generated by the application during runtime. Now, I have set Do not overwrite existing files with the condition (UPGRADING...
by prerak6962
Fri Jun 11, 2021 10:53 am
Forum: Common Problems
Topic: Duplicate Folder Creation on Uninstall
Replies: 5
Views: 9490
 
Jump to post

Re: Duplicate Folder Creation on Uninstall

Hi Catalin, Thank you for the suggestion. I managed to make it work now. However, I had some files inside these folders (1.0, 2.0) so I had to set the Do not overwrite existing file on those files. Because if I set the condition on the leaf folder instead of leaf file, it was showing similar behavio...
by prerak6962
Tue Jun 08, 2021 5:26 pm
Forum: Common Problems
Topic: Duplicate Folder Creation on Uninstall
Replies: 5
Views: 9490
 
Jump to post

Duplicate Folder Creation on Uninstall

Hello, In one of my installer, I have added a popup dialog requesting from the user if he wants to delete certain configuration during uninstallation. If the user selects "Yes", the installer should delete everything. And this works fine. However, if the user selects "No", a fold...
by prerak6962
Tue Jun 08, 2021 11:40 am
Forum: Common Problems
Topic: Unable to update registry via Modify
Replies: 3
Views: 5887
 
Jump to post

Re: Unable to update registry via Modify

Hi Catalin,

Thank you for the help. It did the work.

Prerak
by prerak6962
Mon May 31, 2021 2:10 pm
Forum: Common Problems
Topic: Unable to update registry via Modify
Replies: 3
Views: 5887
 
Jump to post

Unable to update registry via Modify

Hello, In one of my projects I have a registry entry that is based on a property (key and value both). Meaning, the entry is created based on the input provided by the user in one of the dialog. Recently, I enabled "Modify" option for the installer and when I change the input in this stage...
by prerak6962
Fri Mar 12, 2021 5:51 pm
Forum: Common Problems
Topic: Digital Signature Timestamp URL changes on update
Replies: 6
Views: 5399
 
Jump to post

Re: Digital Signature Timestamp URL changes on update

Got it, thanks.

Prerak
by prerak6962
Thu Mar 11, 2021 4:12 pm
Forum: Common Problems
Topic: Digital Signature Timestamp URL changes on update
Replies: 6
Views: 5399
 
Jump to post

Re: Digital Signature Timestamp URL changes on update

Hi Catalin, Thank you for the explanation. Just to be sure, we need to reset the URL, eerytime after we update the installed version of Advanced installer? If yes, it would be better to not make the user do this from a usability point of view. Because this is somerthing that is not obviuos to any us...
by prerak6962
Fri Mar 05, 2021 12:03 pm
Forum: Common Problems
Topic: Digital Signature Timestamp URL changes on update
Replies: 6
Views: 5399
 
Jump to post

Digital Signature Timestamp URL changes on update

Hello, I have some projects that were last built using version 17.5. Few days back I updated the installation to 17.9 and now if I open the project in 17.9, the timestamp URL in digital signature seems to get modified. We use the timestmap URL of GlobalSign. It was set to http://rfc3161timestamp.glo...
by prerak6962
Fri Mar 05, 2021 11:49 am
Forum: Feature Requests
Topic: Firewall Outbound Rules
Replies: 6
Views: 26003
 
Jump to post

Re: Firewall Outbound Rules

That is some good news.

Thank you for the update Catalin :)

Prerak
by prerak6962
Fri Dec 11, 2020 5:57 pm
Forum: Common Problems
Topic: Conditional Credentials for Service User
Replies: 1
Views: 2043
 
Jump to post

Conditional Credentials for Service User

Hello, I have a very unique requirement for one of our projects. In the installer, the user can select the type of database he wants to install. The possible options are: 1. SQLite3 2. MS SQL The project also contains a service. What we want is if the user selects SQLite3 in one of the dialogs, the ...
by prerak6962
Fri Nov 20, 2020 1:22 pm
Forum: Common Problems
Topic: Non-admin installation
Replies: 9
Views: 14399
 
Jump to post

Re: Non-admin installation

Hi Eusebiu,

Got it. Thank you for the information... :)

Prerak
by prerak6962
Thu Nov 19, 2020 4:11 pm
Forum: Common Problems
Topic: Non-admin installation
Replies: 9
Views: 14399
 
Jump to post

Re: Non-admin installation

Hi Eusebiu, Thank you for your response. Yes, I ended up doing exactly what you suggested. I added the following in the MSI command line in Builds settings: /qn AI_INSTALLPERUSER="1" MSIINSTALLPERUSER="1" So, now when the user launches the EXE, it gets installed per user silently...
by prerak6962
Fri Nov 13, 2020 8:09 pm
Forum: Common Problems
Topic: Non-admin installation
Replies: 9
Views: 14399
 
Jump to post

Re: Non-admin installation

Hi Eusebiu, While the solution you provided worked in the past, I am having the same issue again in one of my other projects. The only difference between the old and the new one is, there's no "InstallTypeDlg" in the new one. The reason being, this is used via command line (silent mode), s...
by prerak6962
Mon Nov 09, 2020 11:54 am
Forum: Common Problems
Topic: Breaking Change: TestODBCConnection Custom Action
Replies: 3
Views: 2988
 
Jump to post

Re: Breaking Change: TestODBCConnection Custom Action

Hi Catalin,

Thank you for your reply.

Unfortunately, I am unable to reproduce the issue in a new project. But I had the same issue in two of my old projects.
I'll still try to reproduce it and if I still can't, it must be a mistake on my end in some other config, that caused the issue.

Prerak
by prerak6962
Mon Nov 02, 2020 11:07 am
Forum: Common Problems
Topic: Breaking Change: TestODBCConnection Custom Action
Replies: 3
Views: 2988
 
Jump to post

Breaking Change: TestODBCConnection Custom Action

Hi, In one of the recent updates of Advanced Installer, "TestODBCConnection" custom action was added into "SQL Databases" menu. The project dialog was updated successfully in terms of custom action execution time and various properties used for the parameters (server, user, etc.)...

Go to advanced search