responsively-org / responsively-app

A modified web browser that helps in responsive web development. A web developer's must have dev-tool.
https://responsively.app
GNU Affero General Public License v3.0
22.02k stars 1.1k forks source link

Publish .msi binaries too for windows #1245

Open ppaul2024 opened 1 month ago

ppaul2024 commented 1 month ago

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 commented 4 weeks ago

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 commented 4 weeks ago

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 commented 3 weeks ago

Hi Cesarino,

Can we have .msi installer instead of .exe?

Kind regards, Partha


From: Cesarino Teodoro Nhabangue Júnior @.> Sent: Sunday, June 9, 2024 1:51 AM To: responsively-org/responsively-app @.> Cc: Partha Paul @.>; Author @.> Subject: Re: [responsively-org/responsively-app] Error installtaling ResponsivelyApp-Setup-1.11.1 via Intune (Issue #1245)

You don't often get email from @.*** Learn why this is importanthttps://aka.ms/LearnAboutSenderIdentification This Message Is From an External Sender This message came from outside your organisation.

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

— Reply to this email directly, view it on GitHubhttps://github.com/responsively-org/responsively-app/issues/1245#issuecomment-2156083920, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BI7NG2AYQGPKQ6B25UV3ZZ3ZGMSBJAVCNFSM6AAAAABI3ZY7SCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJWGA4DGOJSGA. You are receiving this because you authored the thread.

Partha Paul Technical Services Engineer [https://signaturebranding.blob.core.windows.net/banner/PM-Icon-Facebook-CIRCLE.png] https://www.facebook.com/peppermoney/ [https://signaturebranding.blob.core.windows.net/banner/PM-Icon-TwitterX-CIRCLE.png] https://twitter.com/peppermoney [https://signaturebranding.blob.core.windows.net/banner/PM-Icon-YouTube-CIRCLE.png] https://www.youtube.com/c/PepperMoney/featured?app=desktop [https://signaturebranding.blob.core.windows.net/banner/PM-Icon-LinkedIn-CIRCLE.png] https://www.linkedin.com/company/peppermoneyanz/ [https://signaturebranding.blob.core.windows.net/banner/PM-Icon-IG-CIRCLE.png] https://www.instagram.com/pepper_money/?hl=en [https://signaturebranding.blob.core.windows.net/banner/PM-Icon-LinkedIn-CIRCLE.png] @.> E: @*.**@*.***> T: A: Level 27, 177 Pacific HWY, North Sydney, 2060, NSW, AU [https://signaturebranding.blob.core.windows.net/banner/Pepper%20Money%20Email%20Banner.png]https://www.peppermoney.com.au/ IMPORTANT NOTICE This document should be read only by those persons to whom it is addressed and its content is not intended for use by any other persons. If you have received this message in error, please notify us immediately. Please also destroy and delete the message from your computer. Any unauthorised use or reproduction of this message is strictly prohibited. Pepper Money Limited (ABN 55 094 317 665) and its related bodies corporate are not liable for the improper and incomplete transmission of the information contained in this communication, nor for any delay in its receipt.

CesarinoNhabangue commented 3 weeks ago

I think so