Search found 23 matches

Go to advanced search

by Olaf S
Tue Apr 11, 2023 11:06 am
Forum: Common Problems
Topic: folder sync - "new" file detection seems to be off?
Replies: 1
Views: 4220
 
Jump to post

folder sync - "new" file detection seems to be off?

Hello, maybe I just don't understand which criteria Advanced Installer uses to determine if a file in a synced folder is new: I have a folder that contains DLLs. The Version of 3 DLLs hasn't changed, just the file date and the file size have. Unfortunately the file sync does not recognize these DLLs...
by Olaf S
Wed Nov 17, 2021 2:49 pm
Forum: Building Installers
Topic: prerequisites needing internet connection
Replies: 1
Views: 5094
 
Jump to post

prerequisites needing internet connection

Hi, I have a package that depends on .Net 4.8. I have checkmarked that it gets downloaded ("Download single file from URL"). However, it seems that the installer looks for an internet connection even if .Net 4.8 (or newer) is already installed. Can I prevent AI to do that somehow? Reason: ...
by Olaf S
Tue Jan 19, 2021 9:08 am
Forum: Building Installers
Topic: MSIX and Software deployment
Replies: 4
Views: 2909
 
Jump to post

Re: MSIX and Software deployment

Thank you Catalin,

that has helped a lot!

best regards
Olaf
by Olaf S
Tue Jan 12, 2021 1:22 pm
Forum: Building Installers
Topic: MSIX and Software deployment
Replies: 4
Views: 2909
 
Jump to post

MSIX and Software deployment

Hello, does anyone know about a whitepaper on how to use MSIX packages for automatic software deployment on Terminal Server (Server 2016,2019, 2020) via SCCM? As you might know, these tasks are done with SYSTEM rights, no user interaction and fully automatic. But MSIX packages are installed in user ...
by Olaf S
Mon Sep 28, 2020 1:27 pm
Forum: Common Problems
Topic: Software versions...
Replies: 3
Views: 2117
 
Jump to post

Re: Package Software versions...

Today I did some further testing: 1) using version 21.10042.0 to update package 19.10064.1 --> Did not work (a newer package of "package name" is already installed 2) using version 20.20042.0 to update package 19.10064.1 --> Did work. Question: Why is the first section ignored? My understa...
by Olaf S
Fri Sep 25, 2020 3:31 pm
Forum: Common Problems
Topic: Software versions...
Replies: 3
Views: 2117
 
Jump to post

Re: Software versions...

honestly.... I was not kidding...
by Olaf S
Thu Sep 24, 2020 3:56 pm
Forum: Common Problems
Topic: Software versions...
Replies: 3
Views: 2117
 
Jump to post

Software versions...

Hej guys, maybe I am a little confused, but... since when is version "19.10064.1" more recent than "20.10042.0"? I cannot install my major MSI update because the package (20.10042.0) claims that a newer version is already installed. I have Adv. Installer 17.3 installed... what is...
by Olaf S
Tue Oct 08, 2019 12:18 pm
Forum: Building Installers
Topic: Problem with uninstall
Replies: 6
Views: 9388
 
Jump to post

Re: Problem with uninstall

The good thing is: You can checkmark ANY file in the components as "shared DLL Reference Count". Even if not all files are listed within the above mentioned registry key, they will be properly tagged and not uninstalled as long there's an instance installed that is using them. However, I d...
by Olaf S
Tue Feb 26, 2019 3:49 pm
Forum: Building Installers
Topic: ODBC Connection on a non-default port
Replies: 16
Views: 28609
 
Jump to post

Re: ODBC Connection on a non-default port

Hi, thanks (again) for your reply. However, it didn't help. So I monitored what happens when you de-klick the "dynamically determine port" checkbox and enter the port your config needs. It creates and HKLM entry (at least for a "system" ODBC entry): [HKEY_LOCAL_MACHINE\SOFTWARE\W...
by Olaf S
Wed Feb 20, 2019 1:06 pm
Forum: Building Installers
Topic: ODBC Connection on a non-default port
Replies: 16
Views: 28609
 
Jump to post

Re: ODBC Connection on a non-default port

Hi Daniel,

thank you so far. What is the correct syntax for defining a PORT in the ODBC config (Data Sources dialog)?

I now have used

Code: Select all

Server=Servername\Instance,Port
and LASTUSER=username with no password (but there's one)
by Olaf S
Mon Feb 18, 2019 2:39 pm
Forum: Building Installers
Topic: ODBC Connection on a non-default port
Replies: 16
Views: 28609
 
Jump to post

Re: ODBC Connection on a non-default port

Thanks Daniel, I'll explain... 1) I have set up the ODBC connection in the package (which does not allow me to set the PORT so that the default config applies (checkmark for Default Port is set): https://ibb.co/s3cQ0kd The setup is as follows: https://ibb.co/vdbNk8T 2) I have setup up a predefined S...
by Olaf S
Tue Feb 12, 2019 4:23 pm
Forum: Building Installers
Topic: ODBC Connection on a non-default port
Replies: 16
Views: 28609
 
Jump to post

Re: ODBC Connection on a non-default port

Hello, this problem revisits me from time to time... sorry... :-) The reason it comes back is, that the tag "use default port" in the ODBC client configuration dialog is NOT UNSET when defining a custom SQL connection which I do as follows in advanced installer: Driver={[DBDriver_PROP]};Se...
by Olaf S
Wed Mar 30, 2016 12:50 pm
Forum: Building Installers
Topic: Installing MSI feature based, multiple instances of a package
Replies: 1
Views: 2007
 
Jump to post

Installing MSI feature based, multiple instances of a package

Hi, "simply" the topic: I want to install multiple instances of a software on the very same machine. This should be steered by an MSI parameter. Example: software.msi INSTALLTYPE=variant1 should install in PROGRAMFILES\Software_Variant1 software.msi INSTALLTYPE=variant2 should install in P...
by Olaf S
Fri Nov 07, 2014 9:35 am
Forum: Building Installers
Topic: custom action won't fire up
Replies: 1
Views: 2034
 
Jump to post

custom action won't fire up

Hi, I have a package that needs to launch an exe from the installation target folder after installation. The exe registers some program modules and such and snapshoting the registry by a "repackaging project" was not successful for some reason. So I decided to use a custom action instead, ...
by Olaf S
Tue Nov 04, 2014 3:24 pm
Forum: Building Installers
Topic: best way to register 32bit ActiveX components?
Replies: 1
Views: 1968
 
Jump to post

best way to register 32bit ActiveX components?

Hi, what is considered the best method to register ActiveX components within a package? I haven't been really into that until today, so a little more insight in the mechanics and some links are very much appreciated But hey: Every little snippet helps... :-) edit: ehm... well... I just discovered th...

Go to advanced search