Search found 16 matches

Go to advanced search

by divyaniP
Tue Jun 22, 2021 8:57 am
Forum: Building Installers
Topic: New files are not updating properly for upgrade
Replies: 3
Views: 21077
 
Jump to post

Re: New files are not updating properly for upgrade

Hello Support, I have gone through Save user input in XML file and retrive values on upgrade topic as you said. We have already implemented this. Our values are getting modified that's not the issue. Problem is, We have a new version of XML file for an upgrade in which we have removed some nodes fro...
by divyaniP
Mon Jun 21, 2021 4:50 am
Forum: Building Installers
Topic: New files are not updating properly for upgrade
Replies: 3
Views: 21077
 
Jump to post

New files are not updating properly for upgrade

Hello Support, We have configuration file(.config) which is XML file. After installation, we put this file in the application folder. Now we have an upgrade for the installer. In this upgrade, we have some Nodes from an XML file. During the upgrade, we have a search that reads previous nodes and sho...
by divyaniP
Thu May 06, 2021 7:15 am
Forum: Building Installers
Topic: Disable Repair not working
Replies: 1
Views: 3895
 
Jump to post

Disable Repair not working

hello, support I want to disable the Repair option from the control panel . I have gone through https://www.advancedinstaller.com/user-guide/product-details-tab.html I have disabled here error2.png Still, I am getting the Repair option on the panel. error.png How to disable this? I have attached scr...
by divyaniP
Tue Apr 27, 2021 6:50 am
Forum: Building Installers
Topic: Powershell script exeption catch in custom action
Replies: 1
Views: 3101
 
Jump to post

Powershell script exeption catch in custom action

I have used Powershell Script Inline Custom Action.

I have used the commands :
ConvertTo-SecureString
[Runtime.InteropServices.Marshal]::SecureStringToBSTR
[Runtime.InteropServices.Marshal]::PtrToStringAuto

How can I catch the exception thrown by these commands?
by divyaniP
Wed Apr 14, 2021 7:21 am
Forum: Building Installers
Topic: create config file again during modify
Replies: 3
Views: 3173
 
Jump to post

Re: create config file again during modify

Hello, Thank you for your support. When we upgrade the installer, files get copied to the destination folder again. That kind of implementation I want on the Maintainance VerifyReadyDLg Install button. How can I access that windows installer XML file to copy in the c:\program files folder? Can we ha...
by divyaniP
Mon Apr 12, 2021 12:28 pm
Forum: Building Installers
Topic: create config file again during modify
Replies: 3
Views: 3173
 
Jump to post

create config file again during modify

My installer creates a windows installer XML file on the machine after installation.
I want to modify that file using modify option of the installer.
How can I make it happen?
by divyaniP
Fri Apr 09, 2021 8:18 am
Forum: Building Installers
Topic: adding a list of the installed files to "Modify"
Replies: 3
Views: 3539
 
Jump to post

Re: adding a list of the installed files to "Modify"

Hello,

Can I change the installed file using Modify option?
by divyaniP
Thu Mar 25, 2021 7:26 am
Forum: Building Installers
Topic: Encrypted passwords
Replies: 8
Views: 9037
 
Jump to post

Re: Encrypted passwords

Hello,

As the facility of encryption password is available now in AI. Will you please elaborate on the functionality?

I have set the password property True.

What else can I do to encrypt this password before writing it in my App.config file?
by divyaniP
Mon Feb 15, 2021 5:44 am
Forum: Building Installers
Topic: Custom log file generation for MSI package type
Replies: 5
Views: 3724
 
Jump to post

Re: Custom log file generation for MSI package type

Yes, I have stored them as installer properties. Also, I have used a "Text file update" to write them to a .txt file. But this file creates only when the installation works fine. If the installer stops prematurely then the file isn't created. We want a log file that will be created during ...
by divyaniP
Thu Feb 11, 2021 4:24 am
Forum: Building Installers
Topic: Custom log file generation for MSI package type
Replies: 5
Views: 3724
 
Jump to post

Re: Custom log file generation for MSI package type

Is there any way to update our custom warning messages in a file during installation?

We want to dump error messages in a file So that if the installation fails immaturely, the user can check for error messages in that file. (We don't pop up warning dialog during installation)
by divyaniP
Tue Feb 09, 2021 10:59 am
Forum: Building Installers
Topic: Custom log file generation for MSI package type
Replies: 5
Views: 3724
 
Jump to post

Custom log file generation for MSI package type

I want to create a custom log file for MSI package type , where I want to show warning messages to the user regarding entered input from the user. Also, I referred to this link of "How to write a specific event in the log": https://www.advancedinstaller.com/user-guide/qa-log-custom-action....
by divyaniP
Mon Dec 28, 2020 8:37 am
Forum: Building Installers
Topic: Published event with a requiedpropscheckdlg argument doesn't work
Replies: 1
Views: 1968
 
Jump to post

Published event with a requiedpropscheckdlg argument doesn't work

Hello, Support I have Published an event with requiedpropscheckdlg argument on "Next" for validation of compulsory inputs from the user. I also have Custom Action(PowerShellScriptInline) on this button. The requiedpropscheckdlg apperas only if Custom Action(PowerShellScriptInline) gives an...
by divyaniP
Thu Dec 24, 2020 6:20 am
Forum: Building Installers
Topic: Staying on same dialog after error in input from user
Replies: 3
Views: 18068
 
Jump to post

Re: Staying on same dialog after error in input from user

Hello Danut,

I have implemented as you have suggested in that reply and it is working as expected now.
Thanks a lot.
by divyaniP
Tue Dec 22, 2020 2:35 pm
Forum: Building Installers
Topic: Staying on same dialog after error in input from user
Replies: 3
Views: 18068
 
Jump to post

Staying on same dialog after error in input from user

Hello I use a batch file for custom action on the next button of the dialog with the help of Execute Custom Action in published events. I check the validation of the port number in a batch file. If there is an error with the port number, I have called the VBScript message box in the same batch file ...
by divyaniP
Tue Dec 22, 2020 6:00 am
Forum: Building Installers
Topic: Batch file(Custom action) error on next button before installation
Replies: 3
Views: 2862
 
Jump to post

Re: Batch file(Custom action) error on next button before installation

Hello,

Thank you for your help Catalin :)
Now we can execute that batch file.

Go to advanced search