Search found 71 matches

Go to advanced search

by hsc
Thu Jun 22, 2023 7:31 am
Forum: Common Problems
Topic: Merge Module vs. Prerequisite
Replies: 1
Views: 4412
 
Jump to post

Merge Module vs. Prerequisite

Hi, I have a situation where I must include a DLL in the setup of several applications, but I must also create a standalone setup for this DLL. So I create a merge module for the DLL and include this merge module in the application setups and in the DLL setup. This works fine. Now I am wondering whe...
by hsc
Fri Jun 02, 2023 12:56 pm
Forum: Common Problems
Topic: AI Automation - select builds
Replies: 1
Views: 6607
 
Jump to post

AI Automation - select builds

Hi, following a suggestion from @Catalin, I am exploring the automation (COM) interface of Advanced Installer. Currently I am wondering what would be the COM equivalent of the "buildslist" command line parameter. According to https://www.advancedinstaller.com/user-guide/powershell-automati...
by hsc
Tue May 23, 2023 7:27 am
Forum: Common Problems
Topic: Builds for 32/64 bit
Replies: 9
Views: 11415
 
Jump to post

Re: Builds for 32/64 bit

Hi Catalin, this is really interesting. I didn't know I could use AI as a COM object. I will have to explore this further - it might simplify many tasks. Until now, I have maintained separate *.aip files for each upgrade code. I found the documentation at https://www.advancedinstaller.com/user-guide...
by hsc
Wed May 17, 2023 3:06 pm
Forum: Common Problems
Topic: Builds for 32/64 bit
Replies: 9
Views: 11415
 
Jump to post

Re: Builds for 32/64 bit

Hi Catalin, thanks for the help, I didn't have the time to try it yet but will for sure. You asked Could you please let me know why you'd like to allow the installation of both on the same machine? The 64-bit application does not yet have the full functionality of the 32-bit app (because we don't ha...
by hsc
Thu May 11, 2023 3:34 pm
Forum: Common Problems
Topic: Builds for 32/64 bit
Replies: 9
Views: 11415
 
Jump to post

Re: Builds for 32/64 bit

Hello Catalin, thanks again. Now that I have separate setups for the 32 and the 64 bit build, I ran unto two more problems: - The "Name" (under Product Details") is the same for both bitnesses. Since this name is displayed when the setup starts, it is somewhat confusing. I'd like to i...
by hsc
Mon May 08, 2023 10:32 am
Forum: Common Problems
Topic: Builds for 32/64 bit
Replies: 9
Views: 11415
 
Jump to post

Re: Builds for 32/64 bit

Hello Catalin, thanks, that did help. By the way, can I do this kind of magic also with AI projects that create merge modules? Like, create the 32- and 64-bit msm files in one project? I didn't find the "Builds" page in the msm project, just a "Build" page which appears to have a...
by hsc
Thu May 04, 2023 8:08 am
Forum: Common Problems
Topic: Builds for 32/64 bit
Replies: 9
Views: 11415
 
Jump to post

Builds for 32/64 bit

Hi, I want to create separate installers for the 32 and 64 bit versions of my application, but I want to keep them in a common AI project and use separate builds for each bitness. The 32 bit installer should contain (and install) the file app32.exe, and the 64 bit installer should contain app64.exe....
by hsc
Fri Apr 21, 2023 1:25 pm
Forum: Common Problems
Topic: exe, msi, and cab files
Replies: 15
Views: 22098
 
Jump to post

Re: exe, msi, and cab files

Thanks to Catalin, I was ale to solve the problem with a completely different approach. Rather than creating an exe type installer and extracting the msi from it, I now use two different builds in the Advanced Installer project - one to create the exe, and one to create the msi. This suits my needs ...
by hsc
Fri Apr 14, 2023 7:57 am
Forum: Common Problems
Topic: exe, msi, and cab files
Replies: 15
Views: 22098
 
Jump to post

Re: exe, msi, and cab files

Thank you Catalin. It's in the email.
by hsc
Thu Apr 13, 2023 4:07 pm
Forum: Common Problems
Topic: exe, msi, and cab files
Replies: 15
Views: 22098
 
Jump to post

Re: exe, msi, and cab files

Hi Catalin, I hope this screenshot answers your question. 2023-04-13_17h04_06.png As for "can you confirm the VC++ Redistributable was installed?" - on the contrary, it was not installed, and I want to find out why and (more important) what I can do about it. (The "normal" instal...
by hsc
Wed Apr 12, 2023 7:44 am
Forum: Common Problems
Topic: exe, msi, and cab files
Replies: 15
Views: 22098
 
Jump to post

Re: exe, msi, and cab files

Update: I copied the file vc_redist.x86.exe to the same directory as the msi file, but that didn't change anything.
by hsc
Tue Apr 11, 2023 11:12 am
Forum: Common Problems
Topic: exe, msi, and cab files
Replies: 15
Views: 22098
 
Jump to post

Re: exe, msi, and cab files

Hi Catalin, I created a log file today and see the following lines: MSI (s) (9C:C8) [11:58:00:255]: Doing action: AI_VerifyPrereq Action 11:58:00: AI_VerifyPrereq. Verifying prerequisites Action start 11:58:00: AI_VerifyPrereq. MSI (s) (9C:14) [11:58:00:255]: Invoking remote custom action. DLL: C:\W...
by hsc
Wed Apr 05, 2023 12:05 pm
Forum: Common Problems
Topic: exe, msi, and cab files
Replies: 15
Views: 22098
 
Jump to post

Re: exe, msi, and cab files

Here, if the prerequisite is not installed automatically, it means the "install conditions" were not met (it's possible that it is already installed). Hi Catalin, I manually uninstalled all versions of the C++ runtime from the target machine. When I run the installer (msi extracted from t...
by hsc
Thu Mar 30, 2023 9:19 am
Forum: Common Problems
Topic: exe, msi, and cab files
Replies: 15
Views: 22098
 
Jump to post

Re: exe, msi, and cab files

Add-on questions: 1 - Am I right to assume that the cab file(s) must be in the same directory as the extracted msi file? 2 - Is there a way to avoid the cab files when extracting the msi file from an exe type installer? When creating an msi type installer, I can include the cab files in the msi file...
by hsc
Thu Mar 30, 2023 9:11 am
Forum: Common Problems
Topic: exe, msi, and cab files
Replies: 15
Views: 22098
 
Jump to post

Re: exe, msi, and cab files

Hi Catalin,

it took me really long to return to this topic :) but thank you anyway, it works perfectly. Sometimes happiness is just a mouse click away...

Best
Hans

Go to advanced search