Questions tagged [macos-installer]
5 questions
2
votes
1 answer
How to forget a MacOS bundle to prevent invalid installation
Background
I'm developing some Mac OS daemon. Some times I'm starting it as a application in my repository to test some things. So far so good. I'm able to create installation package which can be used by others no problems at all.
Problem
When I'm…

Marek R
- 32,568
- 6
- 55
- 140
1
vote
0 answers
Creating an Embedded installer plugin for macOS application - how to pass parameters when run from command line
I've created an installer using Packages with an additional plugin that has 2 text fields whose values are being printed upon moving forward to the next step on the installation wizard.
Here's the code :
MyInstallerPage.h
#import…

Zohar81
- 4,554
- 5
- 29
- 82
0
votes
0 answers
Need help converting .net core console build into a macOS app
I'm building a console app in visual studio 2022 for Mac. It is a .net program built targeting version 7 of the framework. So far so good. I have my program launching by clicking on the generated console program (the interface is through a web…

John Lord
- 1,941
- 12
- 27
0
votes
0 answers
How to show error in .pkg installation process?
community!
Is it possible to check somehow version in upcoming application in .pkg and fail installation if it's lower.
I've found Bool value 'BundleIsVersionChecked' which could be placed in installation .plist, but it's only partly resolve this…
0
votes
1 answer
Creating a pkg installer for MacOs with the ability to install in the user's home directory
I want to create a pkg file to install the bundle in the user directory (/Users//Applications/).
How can I do it?
I used the product build with the transfer of the file to the product:
productbuild --component ./Bundle.app --product…

m1lka
- 1
- 1
- 2