Search found 17 matches

Go to advanced search

by icke_qps
Fri Aug 23, 2024 3:06 pm
Forum: Common Problems
Topic: "Invalid command line" error during installation
Replies: 3
Views: 5381
 
Jump to post

Re: "Invalid command line" error during installation

Hi Liviu,

thanks for your quick reply!


Can you please send us the .AIP (setup project) file and a download link for your setup package by email to support at advancedinstaller dot com ?


I will send the requested link and files as soon as I can.


When the custom action or the setup is run as ...
by icke_qps
Fri Aug 23, 2024 10:36 am
Forum: Common Problems
Topic: "Invalid command line" error during installation
Replies: 3
Views: 5381
 
Jump to post

"Invalid command line" error during installation

Hi!

We have one customer, with many users, who report having issues with our latest installer package. None of our other customers have reported this.

This customer is using an application 'Admin by request' to temporarily grant their users elevated rights to install software.

When a user runs ...
by icke_qps
Mon Jun 12, 2023 7:54 am
Forum: Common Problems
Topic: Installer contains virus according to Windows Defender
Replies: 8
Views: 16201
 
Jump to post

Re: Installer contains virus according to Windows Defender

Hi Catalin,

I have tried the same installation once more, after running all Windows updates on this VM, and now the problem is gone!

Thank you and @Darren as well for you response!

Best regards,

Peter
by icke_qps
Thu Jun 08, 2023 12:28 pm
Forum: Common Problems
Topic: Error during installation: `Could not load cabinet in stream`.
Replies: 3
Views: 6952
 
Jump to post

Re: Error during installation: `Could not load cabinet in stream`.

Hi Catalin,

I did already send all AIP files that I maintain.

The `MSMQernelSymbolization` merge module is built using VisualStudio. I will send both the project and msm file.

Please note, that the cause does not seem to be in the `MSMQernelSymbolization` merge module, as our production branch ...
by icke_qps
Tue Jun 06, 2023 1:42 pm
Forum: Common Problems
Topic: Installer contains virus according to Windows Defender
Replies: 8
Views: 16201
 
Jump to post

Installer contains virus according to Windows Defender

Hi!
I just ran into this issue while testing an installer on a Virtual Machine and noticed a similar topic here:
https://www.advancedinstaller.com/forums/viewtopic.php?f=2&t=51330#p130235

The difference here is that my installer is digitally signed:
codesigned.png

If I try to install I get ...
by icke_qps
Tue Jun 06, 2023 12:05 pm
Forum: Common Problems
Topic: Error during installation: `Could not load cabinet in stream`.
Replies: 3
Views: 6952
 
Jump to post

Error during installation: `Could not load cabinet in stream`.

Hi,

I am currently doing maintenance on the installer package a product. Whenever I try to install the resulting installer, I get the following error:

AI error.png

On the production branches of this product I do not see this problem, while these branches include the exact same merge modules ...
by icke_qps
Thu Aug 22, 2019 10:19 am
Forum: Common Problems
Topic: Setting the MSI version in the shortcut text of an MSM component
Replies: 7
Views: 13729
 
Jump to post

Re: Setting the MSI version in the shortcut text of an MSM component

Hi,

That works for me, thanks!

Best regards,
Peter
by icke_qps
Thu Aug 22, 2019 7:44 am
Forum: Common Problems
Topic: Setting the MSI version in the shortcut text of an MSM component
Replies: 7
Views: 13729
 
Jump to post

Re: Setting the MSI version in the shortcut text of an MSM component

Hi Eusebiu,

I could've explained this somewhat better :roll:

I tried to use the Module Version from the MSM:
version.png

in the Shortcut text, but the 'Module Version' is not available there:
properties.png

That way I wouldn't have to add another property, as it is already available.
Best ...
by icke_qps
Tue Aug 20, 2019 2:36 pm
Forum: Common Problems
Topic: Setting the MSI version in the shortcut text of an MSM component
Replies: 7
Views: 13729
 
Jump to post

Re: Setting the MSI version in the shortcut text of an MSM component

Hi Eusebiu,

thanks again for your quick and clear response.

I just changed my scripts to also set the VERSION property, which works right away!

Is there also a way to use the MSM Version property? I didn't see it in the list.

Best regards,
Peter
by icke_qps
Fri Aug 16, 2019 12:55 pm
Forum: Common Problems
Topic: Setting the MSI version in the shortcut text of an MSM component
Replies: 7
Views: 13729
 
Jump to post

Setting the MSI version in the shortcut text of an MSM component

Hi!
I am trying to achieve the following scenario:
* my MSI has a version number
* my MSM contains an executable and a desktop shortcut to this executable
* I want the shortcut to contain the version from the MSI

So what I have got so far is this:
* the MSI project has a Property: "Version" with ...
by icke_qps
Mon May 13, 2019 3:39 pm
Forum: Common Problems
Topic: "Shared legacy" components
Replies: 1
Views: 1969
 
Jump to post

"Shared legacy" components

I have been reading up on using "shared legacy" components, as mentioned in the help and some topics: https://www.advancedinstaller.com/forums/viewtopic.php?f=2&t=10407&p=28060&hilit=shared+legacy#p28060

So I already know that using the same MergeModule in 2 different installers will take care of ...
by icke_qps
Tue May 07, 2019 3:45 pm
Forum: Common Problems
Topic: Installation fails when enabling 'Fast Installation'
Replies: 3
Views: 2883
 
Jump to post

Re: Installation fails when enabling 'Fast Installation'

Hi Catalin, I hope you enjoyed your holiday!

I just checked all prerequisite Install Command Lines , and basically they are all set to:
/q /norestart

This is for all 3 configurations (Full UI, Basic UI and Silent). I suspect this is not a problem.

I will send you the AIP to the mentioned e-mail ...
by icke_qps
Thu May 02, 2019 11:16 am
Forum: Common Problems
Topic: Show HTML text when a Launch Condition fails
Replies: 5
Views: 3855
 
Jump to post

Re: Show HTML text when a Launch Condition fails

Hi Eusebiu,

I managed to get everything up and running. I modified the VBS file to suit my needs:


Function AskThenOpenURL(strPrompt)
Const msiMessageTypeUser = &H01000000
Dim ans

Set record = Session.Installer.CreateRecord(0)
record.StringData(0) = strPrompt
ans = Session.Message ...
by icke_qps
Tue Apr 30, 2019 9:55 am
Forum: Common Problems
Topic: Installation fails when enabling 'Fast Installation'
Replies: 3
Views: 2883
 
Jump to post

Installation fails when enabling 'Fast Installation'

Hi,
I am trying to speed up the installation, as it seems much slower than compared to an MSI compiled with VS2017.
I tried to enable the 'Fast Installation' option, but when I do the installation fails.

The last dialog that is shown is the 'Ready to Install' step. When 'Install' is clicked the ...
by icke_qps
Mon Apr 29, 2019 8:27 am
Forum: Common Problems
Topic: Show HTML text when a Launch Condition fails
Replies: 5
Views: 3855
 
Jump to post

Re: Show HTML text when a Launch Condition fails

Hi Eusebiu,
thanks or your reply! I got pretty far following the scenario that you linked: Custom Launch Condition Help .

When following the instructions from the linked post, I got to opening the dialog showing that something is missing. Then when 'Yes' is clicked, the browser will open, but the ...

Go to advanced search