lessmsi 1.0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/AddWindowsExplorerShortcut.exe +0 -0
- data/bin/lessmsi +2 -0
- data/bin/lessmsi.exe +0 -0
- data/bin/wix.dll +0 -0
- data/bin/wixcab.dll +0 -0
- metadata +75 -0
|
Binary file
|
data/bin/lessmsi
ADDED
data/bin/lessmsi.exe
ADDED
|
Binary file
|
data/bin/wix.dll
ADDED
|
Binary file
|
data/bin/wixcab.dll
ADDED
|
Binary file
|
metadata
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: lessmsi
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 67
|
|
5
|
+
prerelease: false
|
|
6
|
+
segments:
|
|
7
|
+
- 1
|
|
8
|
+
- 0
|
|
9
|
+
- 7
|
|
10
|
+
- 0
|
|
11
|
+
version: 1.0.7.0
|
|
12
|
+
platform: ruby
|
|
13
|
+
authors:
|
|
14
|
+
- Scott Willeke
|
|
15
|
+
autorequire:
|
|
16
|
+
bindir: bin
|
|
17
|
+
cert_chain: []
|
|
18
|
+
|
|
19
|
+
date: 2010-08-31 00:00:00 -05:00
|
|
20
|
+
default_executable:
|
|
21
|
+
dependencies: []
|
|
22
|
+
|
|
23
|
+
description: |
|
|
24
|
+
LessMSI is a utility with a graphical user interface and a command line interface that can be used to view and extract the contents of an MSI file. For Windows.
|
|
25
|
+
Usage on the command line: lessmsi [/x <msiFileName> [<outouptDir>]]
|
|
26
|
+
|
|
27
|
+
email: ferventcoder@gmail.com
|
|
28
|
+
executables:
|
|
29
|
+
- lessmsi
|
|
30
|
+
extensions: []
|
|
31
|
+
|
|
32
|
+
extra_rdoc_files: []
|
|
33
|
+
|
|
34
|
+
files:
|
|
35
|
+
- bin/AddWindowsExplorerShortcut.exe
|
|
36
|
+
- bin/lessmsi
|
|
37
|
+
- bin/lessmsi.exe
|
|
38
|
+
- bin/wix.dll
|
|
39
|
+
- bin/wixcab.dll
|
|
40
|
+
has_rdoc: true
|
|
41
|
+
homepage: http://code.google.com/p/lessmsi/
|
|
42
|
+
licenses: []
|
|
43
|
+
|
|
44
|
+
post_install_message:
|
|
45
|
+
rdoc_options: []
|
|
46
|
+
|
|
47
|
+
require_paths:
|
|
48
|
+
- lib
|
|
49
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
50
|
+
none: false
|
|
51
|
+
requirements:
|
|
52
|
+
- - ">="
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
hash: 3
|
|
55
|
+
segments:
|
|
56
|
+
- 0
|
|
57
|
+
version: "0"
|
|
58
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
59
|
+
none: false
|
|
60
|
+
requirements:
|
|
61
|
+
- - ">="
|
|
62
|
+
- !ruby/object:Gem::Version
|
|
63
|
+
hash: 3
|
|
64
|
+
segments:
|
|
65
|
+
- 0
|
|
66
|
+
version: "0"
|
|
67
|
+
requirements: []
|
|
68
|
+
|
|
69
|
+
rubyforge_project: lessmsi
|
|
70
|
+
rubygems_version: 1.3.7
|
|
71
|
+
signing_key:
|
|
72
|
+
specification_version: 3
|
|
73
|
+
summary: LessMSI - Easily extract the contents of an MSI
|
|
74
|
+
test_files: []
|
|
75
|
+
|