Search found 23 matches

Go to advanced search

by Andrey.Burda
Mon Mar 21, 2022 10:17 am
Forum: Common Problems
Topic: Install few different Products built by AI
Replies: 2
Views: 1299
 
Jump to post

Re: Install few different Products built by AI

Seems that I solved the problem by re-generating Product Update code because the second AI project was based on the first one and the Update Product code was the same.
by Andrey.Burda
Thu Mar 17, 2022 10:53 am
Forum: Common Problems
Topic: Install few different Products built by AI
Replies: 2
Views: 1299
 
Jump to post

Install few different Products built by AI

Hi there, I am having a problem while installing two diferent Products into the same APPDIR. I have two AI projects for two different installers. I want them being installed into the same APPDIR and have same or different version. Let's say first installer installs Service1 to APPDIR and the second ...
by Andrey.Burda
Tue Feb 01, 2022 3:34 pm
Forum: Common Problems
Topic: Dynamic property name for AI_GetMsiProperty
Replies: 14
Views: 11463
 
Jump to post

Re: Dynamic property name for AI_GetMsiProperty

Hi Catalin,

Seems that "Get-Property cmdlet" is what I need.
Thanks a lot!

Regards,
Andrey
by Andrey.Burda
Tue Feb 01, 2022 11:21 am
Forum: Common Problems
Topic: Dynamic property name for AI_GetMsiProperty
Replies: 14
Views: 11463
 
Jump to post

Re: Dynamic property name for AI_GetMsiProperty

Hi Catalin,

Unfortunately, I have a string name of the property and I want to get it value that set in AI Properties.
Looks like PowerShell inline script is not my option at all.

Regards,
Andrey
by Andrey.Burda
Tue Feb 01, 2022 11:20 am
Forum: Common Problems
Topic: Update a file from Files and Folders during installation
Replies: 13
Views: 5858
 
Jump to post

Re: Update a file from Files and Folders during installation

Hi Catalin,

Thanks for the clarification.

Regards,
Andrey
by Andrey.Burda
Thu Jan 27, 2022 3:49 pm
Forum: Common Problems
Topic: Update a file from Files and Folders during installation
Replies: 13
Views: 5858
 
Jump to post

Re: Update a file from Files and Folders during installation

Hi Catalin, I thought that the line below adds a folder as Temp folder, because *.aip project does not contain it if I am not running PowerShell COM configuration script: $newFolder = $project.PredefinedFolders.Temporary.CreateFolder("CreditorServiceAPI") I understand your suggestion, but ...
by Andrey.Burda
Thu Jan 27, 2022 3:44 pm
Forum: Common Problems
Topic: Dynamic property name for AI_GetMsiProperty
Replies: 14
Views: 11463
 
Jump to post

Re: Dynamic property name for AI_GetMsiProperty

Hi Catalin,

Thanks for the reply.
Is there any way to receive AI properties in Powershell script a bit more dynamically, for instance by string name ?

Regards,
Andrey
by Andrey.Burda
Tue Jan 25, 2022 8:58 am
Forum: Common Problems
Topic: Dynamic property name for AI_GetMsiProperty
Replies: 14
Views: 11463
 
Jump to post

Dynamic property name for AI_GetMsiProperty

Hello, I want to pass in a dynamic value for AI_GetMsiProperty inside the Power Shell inline script (execution time is set to Immediately) but it does not work. General aim is to get a folder path inside the loop by calculating a property name from "Files and Folders". For instance I haver...
by Andrey.Burda
Fri Jan 21, 2022 4:00 pm
Forum: Common Problems
Topic: Update a file from Files and Folders during installation
Replies: 13
Views: 5858
 
Jump to post

Re: Update a file from Files and Folders during installation

Hi Catalin. I am having access problems with Temporal folder's file. I specified the following instructions using Power Shell COM interface: $newFolder = $project.PredefinedFolders.Temporary.CreateFolder("CreditorServiceAPI") $newFolder.Synchronization.SourceFolder = 'D:\Demo\a\Apps\Credit...
by Andrey.Burda
Tue Jan 18, 2022 9:23 am
Forum: Common Problems
Topic: Update a file from Files and Folders during installation
Replies: 13
Views: 5858
 
Jump to post

Re: Update a file from Files and Folders during installation

Thanks, Catalin!

I will try this.
by Andrey.Burda
Thu Jan 13, 2022 3:55 pm
Forum: Common Problems
Topic: Update a file from Files and Folders during installation
Replies: 13
Views: 5858
 
Jump to post

Re: Update a file from Files and Folders during installation

But what if I need updated files being copied to the target folder?

If I add files as temp files, how can I access them to copy to target directory?

Regards,
Andrey
by Andrey.Burda
Mon Jan 10, 2022 9:48 am
Forum: Common Problems
Topic: Update a file from Files and Folders during installation
Replies: 13
Views: 5858
 
Jump to post

Re: Update a file from Files and Folders during installation

Hi Catalin, Thanks for the answer, but it is a bit different scenario. I have a config file (Web.config) that will be added dynamically to *.aip by Power Shell COM: $project.FilesComponent.AddFolderContents("APPDIR", $sourceFolder) Before installation process (copying files to target folde...
by Andrey.Burda
Fri Dec 31, 2021 11:53 am
Forum: Common Problems
Topic: Update a file from Files and Folders during installation
Replies: 13
Views: 5858
 
Jump to post

Update a file from Files and Folders during installation

Hello! I have a specific problem: i am using a couple of custom actions (inline PS scripts) to calculate\set variables after user selects installation path and i want to update some file before it will be installed (moved to target directory). The below setting (web.config file) should be upated to ...
by Andrey.Burda
Fri Dec 31, 2021 9:46 am
Forum: Common Problems
Topic: Dynamic IIS configuration
Replies: 3
Views: 32150
 
Jump to post

Re: Dynamic IIS configuration

Hi Daniel, You are correct, general request is to have an ability to install dynamic list of services and configure appropriate Web Apps & App Pools for them. I want to build a generic *.aip file that can be used for a multiple Web services installation, by passing some list of services to insta...
by Andrey.Burda
Mon Dec 27, 2021 10:56 am
Forum: Building Installers
Topic: Add CustomAction text to Installation log
Replies: 6
Views: 4646
 
Jump to post

Re: Add CustomAction text to Installation log

Hi Catalin.

Thanks for that.

It might be really useful feature, because currently if something "heavy" is called in background (like EXE or any custom action) it is not clear for user why the progress is not budging.

Go to advanced search