Search found 112 matches

Go to advanced search

by prerak6962
Mon Oct 19, 2020 3:30 pm
Forum: Common Problems
Topic: Update Product via Command line
Replies: 1
Views: 1319
 
Jump to post

Update Product via Command line

Hello, In one of my projects, I am able to install the product silently using command line. I use the following command in PowerShell: & '.\Setup.exe' /qn VAR=test This works completely fine. However, now I want to add the ability to update the package via command line when a new version is rele...
by prerak6962
Wed Apr 08, 2020 9:43 am
Forum: Common Problems
Topic: ConfigureDlg empty in maintenance mode
Replies: 3
Views: 3323
 
Jump to post

Re: ConfigureDlg empty in maintenance mode

Hi Eusebiu,

Thanks a lot for the information.
It certainly helped to resolve my issue.

Prerak
by prerak6962
Fri Mar 27, 2020 11:58 am
Forum: Common Problems
Topic: ConfigureDlg empty in maintenance mode
Replies: 3
Views: 3323
 
Jump to post

ConfigureDlg empty in maintenance mode

Hello, In one of my installer, I have "ConfigureDlg" displaying the features available for installation. I have different dialogs for different features, so I followed the steps described over here: https://www.advancedinstaller.com/user-guide/qa-dialogs-by-features.html to manage the UI f...
by prerak6962
Mon Mar 23, 2020 4:32 pm
Forum: Common Problems
Topic: APPDIR modified after FolderDlg
Replies: 3
Views: 2868
 
Jump to post

Re: APPDIR modified after FolderDlg

Hi Catalin,

Yes, I no longer see the issue after replacing with a new dialog.

Thank you once again for the guidance... :)
Prerak
by prerak6962
Fri Mar 20, 2020 2:53 pm
Forum: Common Problems
Topic: Enable/Disable feature at runtime
Replies: 5
Views: 3455
 
Jump to post

Re: Enable/Disable feature at runtime

Hi Catalin,

I have one more weird issue concerning APPDIR.
I have created a new topic regarding it over here: viewtopic.php?f=2&t=45050

If you could please have a look at it and assist me.

Thank you.
Prerak
by prerak6962
Fri Mar 20, 2020 2:51 pm
Forum: Common Problems
Topic: APPDIR modified after FolderDlg
Replies: 3
Views: 2868
 
Jump to post

APPDIR modified after FolderDlg

Hello, In the installer of one of my products, the "APPDIR" property is getting modified on it's own after the "FolderDlg". I have the following logs: SI (c) (5C!F8) [14:40:01:133]: Doing action: AI_SETMIXINSTLOCATION Action 14:40:01: AI_SETMIXINSTLOCATION. Action start 14:40:01:...
by prerak6962
Fri Mar 20, 2020 2:24 pm
Forum: Feature Requests
Topic: Firewall Outbound Rules
Replies: 6
Views: 26017
 
Jump to post

Re: Firewall Outbound Rules

Perfect.

Thank you.
Prerak
by prerak6962
Thu Mar 19, 2020 12:50 pm
Forum: Feature Requests
Topic: Firewall Outbound Rules
Replies: 6
Views: 26017
 
Jump to post

Firewall Outbound Rules

Hello,

Currently, advanced installer allows us to set the firewall inbound rules.
Can the ability of setting outbound rules also be added?

At the moment, this can be achieved by a custom action (using PowerShell), but if this can be done natively, it would be great.

Thank you.
Prerak
by prerak6962
Thu Mar 19, 2020 12:47 pm
Forum: Common Problems
Topic: Enable/Disable feature at runtime
Replies: 5
Views: 3455
 
Jump to post

Re: Enable/Disable feature at runtime

Hi Catalin,

Thanks for the information and clarification.

Prerak
by prerak6962
Tue Mar 17, 2020 12:24 pm
Forum: Common Problems
Topic: Enable/Disable feature at runtime
Replies: 5
Views: 3455
 
Jump to post

Enable/Disable feature at runtime

Hello, In one of my application, I have a set of features. All the features are available for installation for "Full" version but only one is available for "Demo" version. So, to achieve this, before the "ConfigureDlg", I have added one more dialog that asks for the typ...
by prerak6962
Wed Dec 18, 2019 6:46 pm
Forum: Common Problems
Topic: Persistent Property changed in Maintenance
Replies: 4
Views: 2868
 
Jump to post

Re: Persistent Property changed in Maintenance

Hi Catalin, Thank you for the clarification regarding persistent property. Concerning, the re-encryption during Maintenance, the thing is I have two properties that are marked as secure, one is the user password and the other is as authorization token (also written in the registry). And the authoriz...
by prerak6962
Mon Dec 16, 2019 11:48 am
Forum: Common Problems
Topic: Persistent Property changed in Maintenance
Replies: 4
Views: 2868
 
Jump to post

Persistent Property changed in Maintenance

In my project, I have a property marked as "Persistent" and "Secured". During the first install, it is encrypted and I can see it in the registry. However, during maintenance mode (Modify to be specific), the encrypted property is encrypted again and this change is seen in the re...
by prerak6962
Fri Dec 13, 2019 3:45 pm
Forum: Common Problems
Topic: StartService called twice
Replies: 1
Views: 1666
 
Jump to post

StartService called twice

In my project, I have a service that is installed and is run by a dedicated user account. I fetch the details of this user account (username/password) during install time in one of the dialog. The password property is marked as "Persistent Property" and "Secure Property". Previou...
by prerak6962
Fri Dec 06, 2019 3:07 pm
Forum: Common Problems
Topic: Secure Property in maintenance mode
Replies: 1
Views: 2203
 
Jump to post

Secure Property in maintenance mode

In my project I have a "Secure Property" which is set by the user in one of the dialogs and written in registry. During first install, the property is encrypted successfully and I can see the encrypted value in the registry. In maintenance mode, "Modify" to be precise, I show the...
by prerak6962
Wed Aug 21, 2019 9:36 am
Forum: Common Problems
Topic: Service User Account Password Masked
Replies: 17
Views: 33438
 
Jump to post

Re: Service User Account Password Masked

Hi Catalin, Unfortunately, it's a user password. So I do not want to store it as a plain text in the registry. This is the reason I am using it as a "Secure Property". The use case is pretty simple: - Launch a service as a particular user whose credentials (username & password) are pro...

Go to advanced search