Search found 11 matches

Go to advanced search

by mustafakuk
Wed Dec 04, 2024 11:23 am
Forum: Common Problems
Topic: Updater Problem
Replies: 3
Views: 2714
 
Jump to post

Re: Updater Problem

Yes, the updater runs silently, but the user interface is visible when the update process begins. When using the /passive command line option, the process progresses automatically, but it is still visible to the user. We want the update process to run completely without being visible at all.
by mustafakuk
Fri Nov 29, 2024 9:28 pm
Forum: Common Problems
Topic: Updater Problem
Replies: 3
Views: 2714
 
Jump to post

Updater Problem

I can update using updater. updater.exe runs in silent mode. updater.exe downloads and runs the application. However, when I want to update it, it opens the application on the screen.

;aiu;

[Update]
Name = Worker - x64
ProductVersion = 2.5.4
URL = https://xxx.xxx.xxx/repo/agent/254.msi
Size ...
by mustafakuk
Mon Feb 19, 2024 9:21 am
Forum: Building Installers
Topic: Uninstall Password 19.2 Version
Replies: 15
Views: 44469
 
Jump to post

Re: Uninstall Password 19.2 Version

hi again,

When I did it with Powershell, I couldn't get any prompt on the screen, but when I did it with VBS, it worked, but the problem is that when I want to uninstall this application with the command line, I cannot uninstall it because I cannot set the pop-up content.
by mustafakuk
Wed Feb 14, 2024 7:10 am
Forum: Building Installers
Topic: Uninstall Password 19.2 Version
Replies: 15
Views: 44469
 
Jump to post

Re: Uninstall Password 19.2 Version

First of all, thank you, can you share an example of a custom action?
by mustafakuk
Mon Feb 12, 2024 1:38 pm
Forum: Building Installers
Topic: Uninstall Password 19.2 Version
Replies: 15
Views: 44469
 
Jump to post

Re: Uninstall Password 19.2 Version

hi again,

I was able to do these operations with the dialog. So, can I intervene from the outside in this password section that I created inside?
I mean, I set the password when I created the msi file, but I want to change it later, can I move this variable to regedit etc.?
by mustafakuk
Thu Nov 09, 2023 12:26 pm
Forum: Building Installers
Topic: CheckBox Parameters
Replies: 1
Views: 8817
 
Jump to post

CheckBox Parameters

I cannot mark a checkbox that I put in the Dialogs section during installation with the parameter. I set the checkbox property name to TEST and my setup code is below.

msiexec /i test.msi /qn TEST=""
or
msiexec /i test.msi /qn TEST="CheckBox"

I can't install it the way I want.
by mustafakuk
Tue May 23, 2023 11:33 am
Forum: Building Installers
Topic: Uninstall Password 19.2 Version
Replies: 15
Views: 44469
 
Jump to post

Re: Uninstall Password 19.2 Version


Hello and welcome to our forums,

Please note that it is not recommended to add a password protection for uninstalling the MSI package. The user should be able to uninstall any application from their own PC without any unnecessary barriers. Moreover, password protection for uninstalling could also ...
by mustafakuk
Wed May 17, 2023 7:12 am
Forum: Building Installers
Topic: Uninstall Password 19.2 Version
Replies: 15
Views: 44469
 
Jump to post

Re: Uninstall Password 19.2 Version

Is there an example of the last thing you said, how can I intervene in the full installation phase?
by mustafakuk
Tue May 16, 2023 12:21 pm
Forum: Building Installers
Topic: Uninstall Password 19.2 Version
Replies: 15
Views: 44469
 
Jump to post

Re: Uninstall Password 19.2 Version

In silent installations and uninstalls, these settings do not matter. How can I make them mandatory for silent installations and removals?
by mustafakuk
Fri May 12, 2023 1:00 pm
Forum: Building Installers
Topic: Uninstall Password 19.2 Version
Replies: 15
Views: 44469
 
Jump to post

Re: Uninstall Password 19.2 Version

first of all thanks, when I do it with this method, I can technically achieve success. but when I do it with this method, it is uninstalled with a powershell script. Also, when I go back and forth on the remove screen, remove appears automatically.
by mustafakuk
Tue May 02, 2023 3:41 pm
Forum: Building Installers
Topic: Uninstall Password 19.2 Version
Replies: 15
Views: 44469
 
Jump to post

Uninstall Password 19.2 Version

I want it to ask for a password when uninstalling the MSI package. How can I do that? I've examined old examples. When I do it with VB code, I can't remove my related msi package with a powershell script. Is there a different method to remove it with a password?

Go to advanced search