Search found 112 matches

Go to advanced search

by prerak6962
Thu Jun 06, 2019 2:07 pm
Forum: Common Problems
Topic: Feature List not displayed correctly
Replies: 4
Views: 3506
 
Jump to post

Feature List not displayed correctly

Hello, I recently updated from 15.9 to 16. Unfortunately after the update, the display of the features in "ConfigureDlg" has messed up. The font and checkbox have become very small. It looks something like this: Screenshot 2019-06-06 at 2.55.21 PM.png I have also attached a .aip file which...
by prerak6962
Tue May 21, 2019 10:37 am
Forum: Common Problems
Topic: Same property name for 2 checkbox
Replies: 1
Views: 1818
 
Jump to post

Same property name for 2 checkbox

Hello, In one of my projects, I have 2 dialogs, one in "First Time Install" and another in "Maintenance". Both of them are exactly same. Recently, while an update I added a checkbox in both of them. Now, I want the "Proverty Name" for both of them to be same, but it won...
by prerak6962
Thu Apr 25, 2019 1:23 pm
Forum: Common Problems
Topic: Property value not set
Replies: 5
Views: 4511
 
Jump to post

Re: Property value not set

Upon inverstigation, I found that if I don't set the default value, it all works good.
by prerak6962
Thu Apr 25, 2019 9:22 am
Forum: Common Problems
Topic: Property value not set
Replies: 5
Views: 4511
 
Jump to post

Property value not set

Hello, I am facing a weird issue on one of my test machines. I have a property set in the install parameters with a value. VNC_PORT=5900 In one of the dialog, a text box has VNC_PORT as property name. However, when I run the installer in the text box it shows Property.VNC_PORT instead of 5900 . This...
by prerak6962
Wed Feb 27, 2019 6:46 pm
Forum: Common Problems
Topic: Sign installer after creation
Replies: 14
Views: 11945
 
Jump to post

Re: Sign installer after creation

I'm curious what the CreateVersion of your AIP file is?
It's 12.5.1 for me.

If my understanding is correct, it's the version of the Advanced installer using which the project was created for the very first time.
by prerak6962
Mon Feb 25, 2019 6:58 pm
Forum: Common Problems
Topic: Sign installer after creation
Replies: 14
Views: 11945
 
Jump to post

Re: Sign installer after creation

Hi Catalin, Thank you for the details. I followed the suggested approach, and signed the EXE with two certificates (test and main). However, my test certificate is a self signed one (as I only need for this workaround), so whenever I run the built EXE on my test machine, the error still appears. If ...
by prerak6962
Thu Feb 21, 2019 5:52 pm
Forum: Common Problems
Topic: Sign installer after creation
Replies: 14
Views: 11945
 
Jump to post

Re: Sign installer after creation

Hi Catalin, Thank you for your response. If I do the things that you suggested, the signature of the MSI and the EXE will still not match as MSI would be signed by a test certificate and EXE by the main certificate. Please correct me if I am wrong. Or do you mean that, after signing the EXE with mai...
by prerak6962
Wed Feb 20, 2019 3:15 pm
Forum: Common Problems
Topic: Sign installer after creation
Replies: 14
Views: 11945
 
Jump to post

Sign installer after creation

Hello, I have a Windows project for which an installer has been created using Advanced Installer. I sign the installer EXE and some other files together after the installer has been generated. Due to this, the MSI generated by the Advanced installer doesn't get signed and the EXE does. So, when I ex...
by prerak6962
Thu Jul 26, 2018 1:48 pm
Forum: Common Problems
Topic: Execute powershell inline script only if feature is selected for installation
Replies: 3
Views: 4290
 
Jump to post

Execute powershell inline script only if feature is selected for installation

Hello, I have a scenario in my installer during in which I want to execute a powershell script (inline) if a particular feature is selected for installation in the "ConfigureDlg". to achieve this, I did the following things: Added a custom action "Run Powershell Inline Script" wi...
by prerak6962
Thu Jun 28, 2018 3:07 pm
Forum: Common Problems
Topic: Disable Feature at Runtime
Replies: 7
Views: 5113
 
Jump to post

Re: Disable Feature at Runtime

Hi Eusibiu,
if it is enabled by default, it can be disabled on the dialogs, too.
Just to confirm, this is not working in 13.5, because of the bug that you mentioned before. Correct?

Prerak
by prerak6962
Thu Jun 28, 2018 2:49 pm
Forum: Common Problems
Topic: Disable Feature at Runtime
Replies: 7
Views: 5113
 
Jump to post

Re: Disable Feature at Runtime

Hi Eusebiu, I have sent the email with my license key. Also, for disabling/enabling a feature, if I execute a custom action that will set a property, after "Searches" stage in "Wizard Dialog Stage" would it work? Currently i check the "AI_InstallPerUser" to see if user ...
by prerak6962
Wed Jun 27, 2018 9:21 am
Forum: Common Problems
Topic: Disable Feature at Runtime
Replies: 7
Views: 5113
 
Jump to post

Re: Disable Feature at Runtime

Hi Eusebiu, Unfortunately my maintenance plan has expired, so I cannot update the application at the moment. I have version 13.5 installed. Is there an alternative for this? Also, when I tried do disable a feature, based on a result returned from "Search in registry" operation, it was work...
by prerak6962
Wed Jun 20, 2018 4:52 pm
Forum: Common Problems
Topic: Disable Feature at Runtime
Replies: 7
Views: 5113
 
Jump to post

Disable Feature at Runtime

Hi, I am trying to disable a Feature in my installer based upon the value of a public property which changes based on user selection. For marking the feature as Installed , it is okay as it is the default behaviour but I have an issue for marking it as Disabled . In the "CustomizeDlg", ins...
by prerak6962
Wed Jun 13, 2018 9:37 am
Forum: Common Problems
Topic: Non-admin installation
Replies: 9
Views: 14436
 
Jump to post

Re: Non-admin installation

Hi Eusebiu, I changed the package type to "32-bit package" but still I face the same issue. It asks for the admin permission when I click on the "Install" button in "VerifyReadyDlg", even if I select "Only for me" in the "InstallTypeDlg". I have atta...

Go to advanced search