Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish .msi binaries too for windows #1245

Open
ppaul2024 opened this issue Jun 6, 2024 · 4 comments
Open

Publish .msi binaries too for windows #1245

ppaul2024 opened this issue Jun 6, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@ppaul2024
Copy link

Hi,
I'm trying to push ResponsivelyApp-Setup-1.11.1 via Intune but it not installing at all on the client's pc. What would be silent key for installation? I mean the install & uninstall command? is that /allusers /Silent or /S or /s or /q or something else?

@manojVivek
Copy link
Collaborator

Hey, sorry, I don't have much idea about how Intune works. I can help if you have any specific questions about the installer.

@CesarinoNhabangue
Copy link

ou'll need to use silent installation commands that suppress any user interface during the installation process. The specific silent install parameters can vary depending on the installer type. For the ResponsivelyApp-Setup, it is likely an executable installer, and here are some common parameters you can try:

ResponsivelyApp-Setup-1.11.1.exe /uninstall /S
ResponsivelyApp-Setup-1.11.1.exe /uninstall /silent
ResponsivelyApp-Setup-1.11.1.exe /uninstall /quiet
ResponsivelyApp-Setup-1.11.1.exe /uninstall /verysilent

@ppaul2024
Copy link
Author

ppaul2024 commented Jun 12, 2024 via email

@manojVivek manojVivek changed the title Error installtaling ResponsivelyApp-Setup-1.11.1 via Intune Publish msi binaries too for windows Jun 12, 2024
@manojVivek manojVivek changed the title Publish msi binaries too for windows Publish .msi binaries too for windows Jun 12, 2024
@manojVivek manojVivek added the enhancement New feature or request label Jun 12, 2024
@CesarinoNhabangue
Copy link

I think so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants