Search found 13 matches

Go to advanced search

by sbmrodrigo
Tue Mar 18, 2025 7:46 pm
Forum: Common Problems
Topic: fix windows taskbar
Replies: 3
Views: 9634
 
Jump to post

Re: fix windows taskbar

Hello Liviu,

Thanks for your reply

I configured my installer with the recommendation in the Shortcut Properties article but I was unsuccessful. I didn't get a question about pinning to the taskbar.

Are the settings correct?
AI_002.png
AI_002.png (162.22 KiB) Viewed 9456 times
AI_001.png
AI_001.png (165.48 KiB) Viewed 9456 times
by sbmrodrigo
Fri Mar 14, 2025 6:24 pm
Forum: Common Problems
Topic: fix windows taskbar
Replies: 3
Views: 9634
 
Jump to post

fix windows taskbar

Good morning,

I found this article AI that gives an example of how to create a shortcut on my Windows taskbar. However, on my AI I couldn't get the same creation screen that appears in the article.

https://www.advancedinstaller.com/user-guide/tutorial-create-simple-msi-installer.html

noartigo ...
by sbmrodrigo
Thu Feb 06, 2025 3:35 pm
Forum: Common Problems
Topic: problem after remove package
Replies: 4
Views: 11332
 
Jump to post

Re: problem after remove package

No, I don't start anything.

the only thing I did outside of the standard scope was remove some screens that I didn't need.

I've noticed that the problem always occurs at the end of the uninstallation. After uninstalling it seems to execute something and the msiexec.exe processes run and don't end ...
by sbmrodrigo
Wed Feb 05, 2025 7:43 pm
Forum: Common Problems
Topic: problem after remove package
Replies: 4
Views: 11332
 
Jump to post

problem after remove package

I have a problem that occurs in the following steps

1 - I install my package. OK

2 - I run the package again and in this execution I only have the option to remove the package

3 - after completing the removal, some processes remain open (figure attachment 2). windows installer processes (msiexec ...
by sbmrodrigo
Wed Oct 09, 2024 8:15 pm
Forum: Building Installers
Topic: uninstall old setup.exe software
Replies: 8
Views: 14634
 
Jump to post

Re: uninstall old setup.exe software

Catalina, thanks for responding

Normal behavior:
1 - a dialog showing the prerequisites that will be installed
2 - a progress dialog that I only interact with when it finishes downloading the entire pre-requisite

what I'm wanting is:

In the progress dialog, with each installed prerequisite I ...
by sbmrodrigo
Mon Oct 07, 2024 12:50 pm
Forum: Building Installers
Topic: uninstall old setup.exe software
Replies: 8
Views: 14634
 
Jump to post

Re: uninstall old setup.exe software

Catalina, thanks for responding

Normal behavior:
1 - a dialog showing the prerequisites that will be installed
2 - a progress dialog that I only interact with when it finishes downloading the entire pre-requisite

what I'm wanting is:

In the progress dialog, with each installed prerequisite I ...
by sbmrodrigo
Sun Oct 06, 2024 5:02 pm
Forum: Building Installers
Topic: uninstall old setup.exe software
Replies: 8
Views: 14634
 
Jump to post

How to create a dialog that shows the installed requirements and checks them dynamically

Dears,


I want to create a prerequisite dialog that one by one shows the prerequisite and shows whether it is currently being installed while the progress bar advances. is this possible?
by sbmrodrigo
Fri Sep 27, 2024 2:21 pm
Forum: Building Installers
Topic: uninstall old setup.exe software
Replies: 8
Views: 14634
 
Jump to post

Re: uninstall old setup.exe software

On Catalin, sorry for my confusion and thanks for responding

the question is:

When installing my MSI I need to uninstall other software first.
third party. It's not my software, it's other software on the machine which I know is installed with a setup.exe
by sbmrodrigo
Fri Sep 27, 2024 1:33 pm
Forum: Building Installers
Topic: uninstall old setup.exe software
Replies: 8
Views: 14634
 
Jump to post

uninstall old setup.exe software

Dear,

I'm doing an advanced installer project that needs to uninstall old software on the machine before installing my msi.

I did some tests and managed to get software created by .msi to do this uninstallation, but software created from setup.exe I couldn't do the uninstallation.

Is there any ...
by sbmrodrigo
Mon Sep 16, 2024 7:52 pm
Forum: Building Installers
Topic: MSIX without dialg box
Replies: 1
Views: 6795
 
Jump to post

MSIX without dialg box

Hi,


I need to do a silent install on the client machine and I'm intending to do this with an MSIX.
But in all my attempts I can't remove the installation dialog screen in MSIX.

I even achieved this through powershell, but I discard this option, I just want to create an MSIX that doesn't open ...
by sbmrodrigo
Mon Sep 16, 2024 3:46 pm
Forum: Building Installers
Topic: windows feature dont change
Replies: 3
Views: 8474
 
Jump to post

Re: windows feature dont change

Hello,


I restarted the machine but there was no change. i tryed many times, but have same result

The package that i want apply is MSIX. not a MSI.

attached is the AIP and print compilation SO
by sbmrodrigo
Fri Sep 13, 2024 10:15 pm
Forum: Building Installers
Topic: windows feature dont change
Replies: 3
Views: 8474
 
Jump to post

windows feature dont change

I am making a feature bundle for windows feature as a prerequisite. I checked enabling .NET Framework 4.x advanced services >>WCF Services.
I create the installation, install it on the machine but it doesn't change the feature after intall on client machine.

Am I doing something wrong?
by sbmrodrigo
Fri Sep 13, 2024 4:34 pm
Forum: Building Installers
Topic: How MISX uninstall old software setup.exe
Replies: 1
Views: 6902
 
Jump to post

How MISX uninstall old software setup.exe

Hello,

i create a project MSIX that need unistall a old software before install my misx file.
my old instalation is a setup.exe file maked in clickonce.

Is there a way to uninstall this in the advanced installer?

Go to advanced search