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

Add the abilitiy to extract embedded packages from bundles #3659

Open
wixbot opened this issue Jun 16, 2012 · 3 comments
Open

Add the abilitiy to extract embedded packages from bundles #3659

wixbot opened this issue Jun 16, 2012 · 3 comments
Milestone

Comments

@wixbot
Copy link

wixbot commented Jun 16, 2012

The standard bootstrapper currently supports the -layout command line parameter which can be used to get URL-based packages to an optional directory. I would like to be able to extract embedded packages in a similar manner. I suggest a new command line parameter, "-extract" or "-x" which would also take an optional directory. The rules about what happens when both -layout and -extract are specified should lead to something sensible like putting all files to one directory. Extending the meaning of -layout to include embedded resources would be acceptable as well.

Originally opened by donw146 from http://sourceforge.net/p/wix/feature-requests/692/

@wixbot
Copy link
Author

wixbot commented Jun 12, 2013

Any chance this will be looked at for v4.0?

@wixbot
Copy link
Author

wixbot commented Oct 24, 2013

Originally changed by barnson
Area changed from bootstrapper to burn
Release set to v4.x

@wixbot
Copy link
Author

wixbot commented Nov 19, 2013

Personal opinion here but this should be exposed only via the interface between BA and engine, NOT via any engine-defined command-line parameter. Because bundles have identity of their own, this must be an OPT-IN feature that you do knowing going into. Please do NOT provide command-line support directly into the engine for this, and please do NOT put this into the StandardBA.

Given that caveat, even I've run into the need/desire to have this feature.

Originally posted by bmurri

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant