< prev index next >

functional/appBundlerTestsJDK9/appBundlerTestsJDK9/src/com/oracle/appbundlers/utils/installers/WinMsiBundlerUtils.java

Print this page

        

@@ -112,11 +112,11 @@
     }
 
     @Override
     public void uninstall(AppWrapper app, String applicationTitle)
             throws IOException {
-        Path msiPath = findByExtension(app.getBundlesDir(), "msi",
+        Path msiPath = findByExtension(app.getWorkDir(), "msi",
                 ROOT_DIRECTORY_DEPTH);
         String msiPath1 = msiPath.toString();
         try {
             LOG.log(Level.INFO, "Uninstalling {0}.", msiPath);
             String[] cmd = new String[] { "msiexec.exe", "/x", msiPath1,
< prev index next >