Search found 7 matches

Go to advanced search

by Oliver Paals
Fri Dec 08, 2023 11:58 am
Forum: Building Installers
Topic: Know when post-install setup finishes
Replies: 1
Views: 20472
 
Jump to post

Know when post-install setup finishes

Hi everyone,

I'm trying to install some setup.exe files capsuled in an installer which has .msi format.
To achieve this, I put the existing .exe setups as post-install prerequisites into my AIP file.

My problem is now, that the post-install setups run asynchonously and I do not know when the last ...
by Oliver Paals
Fri Jun 19, 2020 1:41 pm
Forum: Building Installers
Topic: Prerequisite won't install under Windows 10 / UAC
Replies: 1
Views: 2223
 
Jump to post

Prerequisite won't install under Windows 10 / UAC

Hello,
I read several posts in the forum about the UAC topic, but none of the suggested solutions worked for me.
I'm trying to install under Windows 10 (32 bit and 64 bit).

What I´m trying to do is:
Installing PostgreSQL as a prerequisite with the setup coming from EDB named "postgresql-10.11-1 ...
by Oliver Paals
Mon Jun 08, 2020 8:59 am
Forum: Building Installers
Topic: Replace configuration file using 'Custom Actions'
Replies: 6
Views: 5646
 
Jump to post

Re: Replace configuration file using 'Custom Actions'

Hello Catalin,

sorry for my late answer, but I took my some time to try out your solution (and I had several other things to do).

Finally it works properly. The key was indeed the prerequisite sequencing, which runs now as expected since I use a separate MSI-Installer for the configuration of the ...
by Oliver Paals
Thu May 28, 2020 9:26 am
Forum: Building Installers
Topic: Replace configuration file using 'Custom Actions'
Replies: 6
Views: 5646
 
Jump to post

Re: Replace configuration file using 'Custom Actions'

Hello Catalin,
thanks for your reply.

I think the scenario "the prerequisite is of feature-based type and the main setup runs silently. In this case, the prerequisite will be installed as a post-install prerequisite (see the case above)" is my scenario. The main installation is running silently and ...
by Oliver Paals
Mon May 25, 2020 2:23 pm
Forum: Building Installers
Topic: Replace configuration file using 'Custom Actions'
Replies: 6
Views: 5646
 
Jump to post

Replace configuration file using 'Custom Actions'

Hello,

I would like to replace a configuration file using a custom action of type 'Execute Inline Script Code'
I chose script type 'Visual basic script(*.vbs)'
Install execution stage is the last custom action in 'Add Resources' stage.

The problem is, that the configuration file is not changed ...
by Oliver Paals
Tue Apr 28, 2020 8:50 am
Forum: Building Installers
Topic: Create MSI setup from NSIS setup
Replies: 3
Views: 6813
 
Jump to post

Re: Create MSI setup from NSIS setup

Hello Catalin,

thank you very much for your quick and helpful answer.

After setting my project to enterprise licence, everything worked fine like you described!

Best regards
Oliver
by Oliver Paals
Fri Apr 24, 2020 12:48 pm
Forum: Building Installers
Topic: Create MSI setup from NSIS setup
Replies: 3
Views: 6813
 
Jump to post

Create MSI setup from NSIS setup

Hello,

I´m trying to create an MSI installer to install an application which needs an additional Postgres database.
I already created a NSIS installer package. Because with NSIS it is only possible to create Setup.exe files, I want to transfer this in an Setup.msi file.

The difficulty is, that the ...

Go to advanced search