Command line switch to allow for downgrade #7682
Unanswered
CopilotDude
asked this question in
Questions
Replies: 3 comments
-
You need a bootatrpper application to wrap that logic |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you please point me in the right direction? any reference or similar
implementations that I use to understand.
The documentation is limited and this is my first time working on wix and
haven’t found a lot of resources after trying to search, especially ver 4
related.
…On Sun, Aug 20, 2023 at 10:25 AM Nir Bar ***@***.***> wrote:
You need a bootatrpper application to wrap that logic
—
Reply to this email directly, view it on GitHub
<#7682 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCAF5VME2SYE7DNJ5WXOMI3XWIUAJANCNFSM6AAAAAA3WAN6O4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
You can start with this code as an example: Then use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a bundle and a package that I would like to be able to downgrade and I was able to use the tag which allows me to downgrade.
I would like to only allow downgrades if the user specifies a --force flag. This is to avoid accidental downgrades and only allow if the user understands that he is downgrading it.
How do I go about making that change by passing command line argument to the bundle and then to the package.
Beta Was this translation helpful? Give feedback.
All reactions