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 a command line option to dump all the tables to a destination directory. #45

Open
JoePlant opened this issue Dec 9, 2014 · 1 comment

Comments

@JoePlant
Copy link

JoePlant commented Dec 9, 2014

At the moment, the lessmsi command line allows the dumping of a single table to stdout.

I would like a command line option to dump all the tables in the msi to a set of msi files in the specified directory (or an Excel file).

A possible command line might be:
lessmsi t -csv <msi_name> <path_for_csv_files>

t : means table output
-csv : use csv format

@activescott activescott added this to the v1.3 milestone Dec 18, 2014
@activescott
Copy link
Owner

I think I would like to see a csv command added and deprecate the existing l command. It would take a single argument (as you expected in issue #44) and if the argument were all it would dump all tables. For example:

lessmsi.exe csv Component setup.msi < Would dump the Component table to csv.
lessmsi.exe csv all setup.msi < Would dump all tables to csv.

Some tasks off the top of my head:

@activescott activescott modified the milestones: v1.3, v1.4 Mar 24, 2015
@activescott activescott modified the milestones: v1.4, vNext Nov 6, 2015
@activescott activescott removed this from the vNext milestone Dec 9, 2018
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

2 participants