WindowsInstaller 0.1.10 → 0.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/WindowsInstaller.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2b9022658da152e32f5deb740deec5781cedb9e
|
4
|
+
data.tar.gz: 874d9d9b356b9b5bedfd1f6442c0d3572c8ca88a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea6b0505fc1bf7ec4635bf0eca98007612555af2e226fe59bd0ddbaf65224832a6659a9d2076a58592eab79f54ebc295f54ee83f601d9f037a6e6851da467f00
|
7
|
+
data.tar.gz: b7d2f618278b6c03f3adcc2dc945a6881c721033f0628c477c5a38eecacc6d41bad5acc7ade70e99480ad96f2768347174a0165b23a0e49838be2cbbd62682f3
|
data/lib/WindowsInstaller.rb
CHANGED
@@ -53,7 +53,7 @@ class WindowsInstaller < Hash
|
|
53
53
|
end
|
54
54
|
|
55
55
|
def uninstall_product(product_name)
|
56
|
-
raise Exception.new("Product '#{product_name}' is not installed") unless(product_installed?(
|
56
|
+
raise Exception.new("Product '#{product_name}' is not installed") unless(product_installed?(product_name))
|
57
57
|
|
58
58
|
product_code = installed_get_product_code(product_name)
|
59
59
|
uninstall_product_code(product_code)
|