Package / Program installation compliance

Hi,
Is this scenario possible:
Example, I have a program version 2.1 for deployment. I have 4 computers, computer 1, 2 and 3 have the same program but with version 1.1. Computer 4 has the program 2.1 already. If I deploy it to the four computers, is it possible to get a non-compliant
status for Computer 4 since the program might not continue to install via SCCM because the program is already in it.
I was thinking that sometimes, programs will cancel or prompts for cancellation of the installation if the same or higher version of the program is already existing.
Am I thinking of it the right way?

That's one of those scenarios where an application (and deployment type) would be very beneficial. The reason for that is simple as you can create a detection method then. Once the application is detected it will be compliant.
In case of a package (and program) you would always have to script your own detection methods (or hope that the installer will do something like that).
My Blog: http://www.petervanderwoude.nl/
Follow me on twitter: pvanderwoude

Similar Messages

  • At installation iTunes there is an error. An error of package Windows Installer. It is impossible to start necessary for end of installation the program. Address to technicians or to the supplier of a package. What to do?

    At installation iTunes there is an error. An error of package Windows Installer. It is impossible to start necessary for end of installation the program. Address to technicians or to the supplier of a package. What to do?

    Repair your Apple Software Update:
    Go to START/ALL PROGRAMS/Apple Software Update. If it offers you a newer version of Apple Software Update, do it but Deselect any other software offered at the same time. Once done, try another iTunes install

  • Bonjour, je veux installer i tunes et le message d'erreur est "Un problème s'est produit sur ce package windows installer. Un programe nécessaire pour que cette installation puisse se terminer n'a pas pu être executé. Contacter votre service suppott ou le

    Bonjour, j'essaye d'installer i tunes mais le message d'erreur apparaît !:
    "un problème s'est produit sur ce package windows installer. Un programme necessaire pour que cette installation puisse se terminer n'a pas pu être exécuté. Contacter votre servive support ou le distributeur package"
    Pourriez vous m'aider? merci

    Bonjour, j'essayerais d'utiliser le Adobe cleaner tool.
    http://www.adobe.com/fr/support/contact/cscleanertool.html
    ou de reinstaller le download assistant. (pour ajouter les fichiers manquants)

  • Before and After Program Installation Checklist?

    I have read various posts with various basic problems and solutions to get Premiere Elements functioning without too many glitches to begin with. I was wondering if there was a post with a list of the most common problems and fixes before and immediately after installing the program.
    For example:
         Make sure the computer has enough resources to run the program ie processor speed, memory, hard drive space etc.
         Install the program and any patches/updates
         Delete the Bad Drivers txt file
         Disable Background Rendering
         Disable the Organizer
         Update or Roll Back Video Card Drivers as necessary
         Etc.
    These aren't in any kind of order. I know there are more I've left out but there seem to be the same common basic problems with most of the versions of PrE just to get the program to function on a basic level. Sorry I wish I could be more clear on the matter. I am having glitches with the program and was thinking of reinstalling it, but can't remember all of the tidbits to do over again after I reinstall. If I had a list of the most basic things such as some of the items above which I have done after my first install, I might not have to re-read a bunch of posts.
          I'm sure you guys have a list of this stuff in your heads from all of your usage of the program (or reinstallation) and would apply the fixes after installing the program before you even start to use it. What would these basic fixes be?
    Thanks

    For general Adobe program installation, I have compiled this Tips & Tricks article: http://forums.adobe.com/message/3419692#3419692
    In his PrE books, Steve Grisetti has a very useful set of appendices on setting up one's computer, to run PrE as smoothly, as possible. I find his tips to be very useful.
    Good luck, and I am sure that others will have more thoughts on this.
    Hunt

  • Adobe AIR 1.5 - Package AIR installer as a native Windows Executable (.EXE)

    Hello Adobe AIR community,
    Is there any way to package the installer for an Adobe AIR application using Adobe AIR 1.5 as an executable (.EXE) file?
    I found that this is possible for Adobe AIR 2.0, but it requires an upgrade to Adobe AIR 2.0 runtime. Are there any other options using the Adobe AIR 1.5 runtime?
    Thanks,
    Mauricio

    Check out this one to solve out your query:   Code: Ext.onReady(function () {          var testWindow = new Ext.Window({         titel: 'Test',         layout: 'form',         width: 300,         height: 300,         items: [{             xtype: 'textfield',             fieldLabel: 'Test',             maskRe: /\d|\,/         }]     });          testWindow.show(); });  -----------------------------
    teradata 12 certification dumps ! sy0-201 braindump ! apple braindumps ! avaya training

  • PI 7.31 Java only stack (PI and Orchestration package) post installation

    Hi,
    Recently we installed PI 7.31 server, i searched in sdn but i couldn't get any post installation steps.
    Could you please provide PI 7.31 Java only stack (PI and Orchestration package) post installation steps.
    Thanks,
    Venkata Ramesh

    HI Venkata Ramesh,
    Ref: UPGRADE TO SAP NETWEAVER PROCESS INTEGRATION 7.3
    http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/505374f4-9cbe-2e10-a6b9-c74a22924d26
    Regards,

  • How to compile and run package programs in Java

    Hi,
    I want to know how to compile and run the package programs in Java using -d. instead of creating the package folder manually.
    eg:
    package Test;
    class test1
    public void disp()
    //Any code;
    I want to compile this without creating the folder ' Test ' manually. that is if we use -d with javac the Test folder will be created automatically. I need the format of -d
    could anyone please help me.
    Thanks in Advance ,
    Ambika

    My program Test.java in F:\Tomcat5\webapps\Ambika\WEB-INF\Classes. I compiled in the format below. I got like this. What should I do for this? But yesterday I compiled like this only, It compiled and the folder com\cert\Test.class is created. Today again I compiled the pgm after deleting the already created folder 'com\cert', I got the error like this.
    I've given my pgm and the thing I've got when I compiled it.
    Test.java
    package com.cert;
    public class Test
         public void display()
              System.out.println("Hai");
    F:\Tomcat5\webapps\Ambika\WEB-INF\Classes>javac -d F:\Tomcat5\webapps\Ambika\WEB-INF\Classes\Test.java
    javac: no source files
    Usage: javac <options> <source files>
    where possible options include:
    -g Generate all debugging info
    -g:none Generate no debugging info
    -g:{lines,vars,source} Generate only some debugging info
    -nowarn Generate no warnings
    -verbose Output messages about what the compiler is doing
    -deprecation Output source locations where deprecated APIs are u
    sed
    -classpath <path> Specify where to find user class files
    -cp <path> Specify where to find user class files
    -sourcepath <path> Specify where to find input source files
    -bootclasspath <path> Override location of bootstrap class files
    -extdirs <dirs> Override location of installed extensions
    -endorseddirs <dirs> Override location of endorsed standards path
    -d <directory> Specify where to place generated class files
    -encoding <encoding> Specify character encoding used by source files
    -source <release> Provide source compatibility with specified release
    -target <release> Generate class files for specific VM version
    -version Version information
    -help Print a synopsis of standard options
    -X Print a synopsis of nonstandard options
    -J<flag> Pass <flag> directly to the runtime system
    F:\Tomcat5\webapps\Ambika\WEB-INF\Classes>
    Plz help me.
    thanks in advance
    Ambika

  • Missing Package(s), Installation Corrupted

    Un Gusto saludarlos.
    Queria pedir su colaboracion,
    Descarge las Imagenes de VMware y tengo la licencia DEMO de DMS 5.3, instale dichas maquinas virtuales y no se genero ningun inconveniente, el DMM y en SnS, mas sin embargo al levantar dichas maquinas virtuales se me muestra el siguiente error:  "
    Missing Package(s), Installation Corrupted, algun concejo que me puedan brindar, intente instalarlo nuevamente en repetidas ocaciones y siempre obtengo el mismo resultado.
    De antemano agradezco muchisimo su ayuda.
    Exitos y bendiciones.}
    Saludos.....
    Adjunto imagen de error

    Hello jbtb07, 
    Welcome to the forum! After almost two months of trying to sort out an order issue, I can understand why you would be fairly fed up with dealing with this issue. I am sorry to hear that you may not have ever received the headphones, and that you are still trying to find a resolution to this. 
    Using the email address you registered with your forum, I was able to locate the order. It appears that a resolution was provided to you, and so I am sending you a private message with further details. You may check your private messages by signing into the forum then clicking the envelope icon in the top right corner of the page. 
    Respectfully, 
    Tasha|Social Media Specialist | Best Buy® Corporate
     Private Message

  • How to run the package programs in eclipse ?

    hi all,
    how to run the package programs in eclipse ?
    plz clarify...
    regards
    balakrishna.m

    package source code is
    package package1;
    public class ClassaA
              public void displayA()
                   System.out.println("class A");
         }java source code is import package1.ClassA;
         class Packagetest1
              public static void main(String args[])
                   ClassA objectA = new ClassA();
                   objectA.displayA();
         }if i write the notepad means its executing successfully..
    but in eclips is not working..
    plz help me..

  • Uninstalled Acrobat Pro XI via windows programs installer can't reinstall via CC

    Having major printing issues and under deadline.  Thought there was a problem with my new installation of Acrobat Pro XI (creative cloud subscription) so I uninstalled it with the intention of reinstalling using the programs installer in Control Panel.  Now I can't reinstall because Creative Cloud installer thinks it is still installed.
    Under a deadline and desparate!  Please HELP!!!
    SC :-/

    Hi scavanaugh,
    Please follow the steps mentioned in the KB : http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html

  • AIR program installation error

    I got a new laptop running on Windows7 64bit and while I installed AIR itself with no problem (or so I think), I can't install any 3rd party AIR applications, even the ones I installed fine in my other laptop which also runs on same OS. Everytime I try, it says something along the line of install file damaged, re-download, blah blah blah. The only difference between the two laptops is that my new one is Korean OS while the other is English OS but I don't see why that would make any difference. I tried two AIR applications, one Korean, one English, and both failed. Here's the log I managed to find following instruction... If anyone could shed some light in this (and in layman's language too), it would be truly appreciated because I am quite desperate for one of the AIR application... and before anyone asks me why I'm not using the one that AIR works on, I can't use that laptop for some other reason at the moment. So please help
    [2011-08-01:19:52:09] Runtime Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:52:09] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -x1 http://www.soribada.com/NextClient/NewSoribadaDownLoader.air
    [2011-08-01:19:52:09] Installed runtime (1.5.2.8900) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:52:09] Invoking Application Installer for combined install
    [2011-08-01:19:52:09] Launching subprocess with commandline C:\Users\Mirohui\AppData\Local\Temp\AIR3A32.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Mirohui\AppData\Local\Temp\AIR3A32.tmp -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://www.soribada.com/NextClient/NewSoribadaDownLoader.air
    [2011-08-01:19:52:09] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:52:09] Commandline is: -runtime C:\Users\Mirohui\AppData\Local\Temp\AIR3A32.tmp -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -withRuntime -url http://www.soribada.com/NextClient/NewSoribadaDownLoader.air
    [2011-08-01:19:52:09] Installed runtime (1.5.2.8900) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:52:10] Unpackaging http://www.soribada.com/NextClient/NewSoribadaDownLoader.air to C:\Users\Mirohui\AppData\Local\Temp\fla4DD1.tmp
    [2011-08-01:19:52:28] Application signature verified
    [2011-08-01:19:52:28] Unpackaging/validation complete
    [2011-08-01:19:52:28] No app located for appID 'com.soribada.nc.SbDownLoader' and pubID ''
    [2011-08-01:19:53:10] Converting unpackaged application to a native installation package in C:\Users\Mirohui\AppData\Local\Temp\fla37A7.tmp
    [2011-08-01:19:53:18] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #32" errorID=0]
    [2011-08-01:19:53:28] Application Installer end with exit code 7
    [2011-08-01:19:53:29] Subprocess app installer failed (7)
    [2011-08-01:19:53:29] Runtime Installer end with exit code 7
    [2011-08-01:19:55:30] Runtime Installer begin with version 2.7.0.19480 on Windows 7 x86
    [2011-08-01:19:55:30] Commandline is: -x1 file:///D:/NewSoribadaDownLoader.air
    [2011-08-01:19:55:30] Installed runtime (1.5.2.8900) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:55:30] Invoking Application Installer for combined install
    [2011-08-01:19:55:30] Launching subprocess with commandline C:\Users\Mirohui\AppData\Local\Temp\AIR4E4E.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\Mirohui\AppData\Local\Temp\AIR4E4E.tmp -withRuntime -url file:///D:/NewSoribadaDownLoader.air
    [2011-08-01:19:55:30] Application Installer begin with version 2.7.0.19480 on Windows 7 x86
    [2011-08-01:19:55:30] Commandline is: -runtime C:\Users\Mirohui\AppData\Local\Temp\AIR4E4E.tmp -withRuntime -url file:///D:/NewSoribadaDownLoader.air
    [2011-08-01:19:55:30] Installed runtime (1.5.2.8900) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:55:31] Unpackaging file:///D:/NewSoribadaDownLoader.air to C:\Users\Mirohui\AppData\Local\Temp\fla5FEA.tmp
    [2011-08-01:19:55:32] Application signature verified
    [2011-08-01:19:55:32] Unpackaging/validation complete
    [2011-08-01:19:55:32] No app located for appID 'com.soribada.nc.SbDownLoader' and pubID ''
    [2011-08-01:19:55:46] Converting unpackaged application to a native installation package in C:\Users\Mirohui\AppData\Local\Temp\fla9A7B.tmp
    [2011-08-01:19:55:54] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #32" errorID=0]
    [2011-08-01:19:55:57] Application Installer end with exit code 7
    [2011-08-01:19:55:57] Subprocess app installer failed (7)
    [2011-08-01:19:55:57] Runtime Installer end with exit code 7
    [2011-08-01:19:56:04] Runtime Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:56:04] Commandline is:
    [2011-08-01:19:56:04] Installed runtime (1.5.2.8900) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:56:12] Runtime Installer end with exit code 6
    [2011-08-01:19:57:31] Runtime Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:57:31] Commandline is:
    [2011-08-01:19:57:31] No installed runtime detected
    [2011-08-01:19:57:34] Relaunching with elevation
    [2011-08-01:19:57:34] Launching subprocess with commandline c:\users\mirohui\appdata\local\temp\air26e1.tmp\adobe air installer.exe -ei
    [2011-08-01:19:57:36] Runtime Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:57:36] Commandline is: -stdio \\.\pipe\AIR_1128_0 -ei
    [2011-08-01:19:57:36] No installed runtime detected
    [2011-08-01:19:57:36] Starting silent runtime install. Installing runtime version 2.7.0.19530
    [2011-08-01:19:57:36] Installing msi at c:\users\mirohui\appdata\local\temp\air26e1.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-08-01:19:57:39] Runtime Installer end with exit code 0
    [2011-08-01:19:57:39] Elevated install completed
    [2011-08-01:19:57:58] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2011-08-01:19:57:58] Runtime Installer end with exit code 0
    [2011-08-01:19:57:58] Runtime Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:57:58] Commandline is: -installupdatecheck
    [2011-08-01:19:57:58] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:57:59] Performing pingback request
    [2011-08-01:19:58:00] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:58:00] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.6220676247030497 onApplicationVersion
    [2011-08-01:19:58:00] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:58:00] Application Installer end with exit code 0
    [2011-08-01:19:58:00] Pingback request completed with HTTP status 200
    [2011-08-01:19:58:00] Commandline is: D:\NewSoribadaDownLoader.air
    [2011-08-01:19:58:00] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:58:00] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.7.0.19530/update
    [2011-08-01:19:58:00] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.7.0.19530/update to C:\Users\Mirohui\AppData\Roaming\Adobe\AIR\Updater\Background
    [2011-08-01:19:58:00] Runtime update not available
    [2011-08-01:19:58:00] Unpackaging cancelled
    [2011-08-01:19:58:00] Runtime Installer end with exit code 0
    [2011-08-01:19:58:01] Unpackaging file:///D:/NewSoribadaDownLoader.air to C:\Users\Mirohui\AppData\Local\Temp\flaA9E5.tmp
    [2011-08-01:19:58:02] Application signature verified
    [2011-08-01:19:58:02] Unpackaging/validation complete
    [2011-08-01:19:58:02] No app located for appID 'com.soribada.nc.SbDownLoader' and pubID ''
    [2011-08-01:19:58:02] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:58:02] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.838395407423377 onApplicationVersion
    [2011-08-01:19:58:02] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:58:02] Application Installer end with exit code 0
    [2011-08-01:19:58:05] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:58:05] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.7510982151143253 onApplicationVersion
    [2011-08-01:19:58:05] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:58:05] Application Installer end with exit code 0
    [2011-08-01:19:58:06] Converting unpackaged application to a native installation package in C:\Users\Mirohui\AppData\Local\Temp\flaBCAB.tmp
    [2011-08-01:19:58:08] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:58:08] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.739657336845994 onApplicationVersion
    [2011-08-01:19:58:08] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:58:08] Application Installer end with exit code 0
    [2011-08-01:19:58:11] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:58:11] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.7825302737765014 onApplicationVersion
    [2011-08-01:19:58:11] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:58:11] Application Installer end with exit code 0
    [2011-08-01:19:58:14] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:58:14] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.5383487166836858 onApplicationVersion
    [2011-08-01:19:58:14] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:58:14] Application Installer end with exit code 0
    [2011-08-01:19:58:14] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #32" errorID=0]
    [2011-08-01:19:58:16] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:58:16] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.486050080973655 onApplicationVersion
    [2011-08-01:19:58:16] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:58:16] Application Installer end with exit code 0
    [2011-08-01:19:58:18] Application Installer end with exit code 7
    [2011-08-01:19:58:19] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:58:19] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.5811251914128661 onApplicationVersion
    [2011-08-01:19:58:19] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:58:19] Application Installer end with exit code 0
    [2011-08-01:19:58:22] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:58:22] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.6355401533655822 onApplicationVersion
    [2011-08-01:19:58:22] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:58:22] Application Installer end with exit code 0
    [2011-08-01:19:58:34] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:58:34] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.45095941610634327 onApplicationVersion
    [2011-08-01:19:58:34] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:58:34] Application Installer end with exit code 0
    [2011-08-01:19:58:45] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:58:45] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.44972981698811054 onApplicationVersion
    [2011-08-01:19:58:45] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:58:45] Application Installer end with exit code 0
    [2011-08-01:19:58:47] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:58:47] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://www.soribada.com/NextClient/NewSoribadaDownLoader.air
    [2011-08-01:19:58:47] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:58:47] Begin air file download from http://www.soribada.com/NextClient/NewSoribadaDownLoader.air
    [2011-08-01:19:58:47] Download destination is C:\Users\Mirohui\AppData\Local\Temp\fla5F4E.tmp
    [2011-08-01:19:58:49] Received download status 200
    [2011-08-01:19:58:49] Response URL is http://www.soribada.com/NextClient/NewSoribadaDownLoader.air
    [2011-08-01:19:58:49] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:58:49] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.8357296157628298 onApplicationVersion
    [2011-08-01:19:58:49] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:58:49] Application Installer end with exit code 0
    [2011-08-01:19:58:51] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:58:51] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.5461331545375288 onApplicationVersion
    [2011-08-01:19:58:51] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:58:51] Application Installer end with exit code 0
    [2011-08-01:19:58:54] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:58:54] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.26714065251871943 onApplicationVersion
    [2011-08-01:19:58:54] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:58:54] Application Installer end with exit code 0
    [2011-08-01:19:58:57] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:58:57] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.04918715497478843 onApplicationVersion
    [2011-08-01:19:58:57] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:58:57] Application Installer end with exit code 0
    [2011-08-01:19:58:58] Download success
    [2011-08-01:19:58:59] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:58:59] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.8611590955406427 onApplicationVersion
    [2011-08-01:19:58:59] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:58:59] Application Installer end with exit code 0
    [2011-08-01:19:59:02] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:02] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.893514281604439 onApplicationVersion
    [2011-08-01:19:59:02] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:02] Application Installer end with exit code 0
    [2011-08-01:19:59:05] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:05] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.6723938286304474 onApplicationVersion
    [2011-08-01:19:59:05] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:05] Application Installer end with exit code 0
    [2011-08-01:19:59:07] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:07] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.8777594566345215 onApplicationVersion
    [2011-08-01:19:59:07] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:07] Application Installer end with exit code 0
    [2011-08-01:19:59:10] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:10] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.5112728029489517 onApplicationVersion
    [2011-08-01:19:59:10] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:10] Application Installer end with exit code 0
    [2011-08-01:19:59:11] Unpackaging file:///C:/Users/Mirohui/AppData/Local/Temp/fla5F4E.tmp to C:\Users\Mirohui\AppData\Local\Temp\flaBA79.tmp
    [2011-08-01:19:59:11] Application signature verified
    [2011-08-01:19:59:11] Unpackaging/validation complete
    [2011-08-01:19:59:11] No app located for appID 'com.soribada.nc.SbDownLoader' and pubID ''
    [2011-08-01:19:59:12] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:12] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.3993641850538552 onApplicationVersion
    [2011-08-01:19:59:12] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:12] Application Installer end with exit code 0
    [2011-08-01:19:59:15] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:15] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.2502332706935704 onApplicationVersion
    [2011-08-01:19:59:15] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:15] Application Installer end with exit code 0
    [2011-08-01:19:59:17] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:17] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.5688067856244743 onApplicationVersion
    [2011-08-01:19:59:17] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:17] Application Installer end with exit code 0
    [2011-08-01:19:59:19] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:19] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.3807342788204551 onApplicationVersion
    [2011-08-01:19:59:19] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:19] Application Installer end with exit code 0
    [2011-08-01:19:59:22] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:22] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.1930674803443253 onApplicationVersion
    [2011-08-01:19:59:22] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:22] Application Installer end with exit code 0
    [2011-08-01:19:59:24] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:24] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.19149571750313044 onApplicationVersion
    [2011-08-01:19:59:24] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:24] Application Installer end with exit code 0
    [2011-08-01:19:59:27] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:27] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.29964270722121 onApplicationVersion
    [2011-08-01:19:59:27] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:27] Application Installer end with exit code 0
    [2011-08-01:19:59:29] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:29] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.3366333325393498 onApplicationVersion
    [2011-08-01:19:59:29] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:29] Application Installer end with exit code 0
    [2011-08-01:19:59:31] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:31] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.28180022118613124 onApplicationVersion
    [2011-08-01:19:59:31] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:31] Application Installer end with exit code 0
    [2011-08-01:19:59:34] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:34] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.065483626909554 onApplicationVersion
    [2011-08-01:19:59:34] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:34] Application Installer end with exit code 0
    [2011-08-01:19:59:36] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:36] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.41273559676483274 onApplicationVersion
    [2011-08-01:19:59:36] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:36] Application Installer end with exit code 0
    [2011-08-01:19:59:38] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:38] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.9500637091696262 onApplicationVersion
    [2011-08-01:19:59:38] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:38] Application Installer end with exit code 0
    [2011-08-01:19:59:40] Converting unpackaged application to a native installation package in C:\Users\Mirohui\AppData\Local\Temp\fla2D2A.tmp
    [2011-08-01:19:59:41] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:41] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.7949037421494722 onApplicationVersion
    [2011-08-01:19:59:41] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:41] Application Installer end with exit code 0
    [2011-08-01:19:59:43] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:43] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.47411330649629235 onApplicationVersion
    [2011-08-01:19:59:43] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:43] Application Installer end with exit code 0
    [2011-08-01:19:59:46] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:46] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.08996651927009225 onApplicationVersion
    [2011-08-01:19:59:46] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:46] Application Installer end with exit code 0
    [2011-08-01:19:59:48] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:48] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.7041796976700425 onApplicationVersion
    [2011-08-01:19:59:48] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:48] Application Installer end with exit code 0
    [2011-08-01:19:59:48] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #32" errorID=0]
    [2011-08-01:19:59:50] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:50] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.0057142251171171665 onApplicationVersion
    [2011-08-01:19:59:50] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:50] Application Installer end with exit code 0
    [2011-08-01:19:59:53] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:53] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.2616109070368111 onApplicationVersion
    [2011-08-01:19:59:53] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:53] Application Installer end with exit code 0
    [2011-08-01:19:59:55] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:55] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.040569646283984184 onApplicationVersion
    [2011-08-01:19:59:55] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:55] Application Installer end with exit code 0
    [2011-08-01:19:59:57] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:19:59:57] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.6827184525318444 onApplicationVersion
    [2011-08-01:19:59:57] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:19:59:57] Application Installer end with exit code 0
    [2011-08-01:19:59:59] Application Installer end with exit code 7
    [2011-08-01:20:00:00] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:00] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.17328403377905488 onApplicationVersion
    [2011-08-01:20:00:00] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:00] Application Installer end with exit code 0
    [2011-08-01:20:00:03] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:03] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.5845000958070159 onApplicationVersion
    [2011-08-01:20:00:03] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:03] Application Installer end with exit code 0
    [2011-08-01:20:00:05] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:05] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.6824453989975154 onApplicationVersion
    [2011-08-01:20:00:05] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:05] Application Installer end with exit code 0
    [2011-08-01:20:00:08] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:08] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.9625597558915615 onApplicationVersion
    [2011-08-01:20:00:08] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:08] Application Installer end with exit code 0
    [2011-08-01:20:00:11] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:11] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.7211032183840871 onApplicationVersion
    [2011-08-01:20:00:11] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:11] Application Installer end with exit code 0
    [2011-08-01:20:00:13] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:13] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.7055028546601534 onApplicationVersion
    [2011-08-01:20:00:13] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:13] Application Installer end with exit code 0
    [2011-08-01:20:00:16] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:16] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.27099348744377494 onApplicationVersion
    [2011-08-01:20:00:16] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:16] Application Installer end with exit code 0
    [2011-08-01:20:00:19] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:19] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.05925006652250886 onApplicationVersion
    [2011-08-01:20:00:19] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:19] Application Installer end with exit code 0
    [2011-08-01:20:00:22] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:22] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.5910697048529983 onApplicationVersion
    [2011-08-01:20:00:22] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:22] Application Installer end with exit code 0
    [2011-08-01:20:00:24] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:24] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.0851665511727333 onApplicationVersion
    [2011-08-01:20:00:24] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:24] Application Installer end with exit code 0
    [2011-08-01:20:00:27] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:27] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.5232613431289792 onApplicationVersion
    [2011-08-01:20:00:27] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:27] Application Installer end with exit code 0
    [2011-08-01:20:00:30] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:30] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.5719247553497553 onApplicationVersion
    [2011-08-01:20:00:30] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:30] Application Installer end with exit code 0
    [2011-08-01:20:00:32] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:32] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.4299178458750248 onApplicationVersion
    [2011-08-01:20:00:32] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:32] Application Installer end with exit code 0
    [2011-08-01:20:00:35] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:35] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.12283498654142022 onApplicationVersion
    [2011-08-01:20:00:35] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:35] Application Installer end with exit code 0
    [2011-08-01:20:00:38] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:38] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.7046401766128838 onApplicationVersion
    [2011-08-01:20:00:38] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:38] Application Installer end with exit code 0
    [2011-08-01:20:00:41] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:41] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.8827588804997504 onApplicationVersion
    [2011-08-01:20:00:41] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:41] Application Installer end with exit code 0
    [2011-08-01:20:00:43] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:43] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.548525532707572 onApplicationVersion
    [2011-08-01:20:00:43] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:43] Application Installer end with exit code 0
    [2011-08-01:20:00:46] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:46] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.7425487181171775 onApplicationVersion
    [2011-08-01:20:00:46] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:46] Application Installer end with exit code 0
    [2011-08-01:20:00:49] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:49] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.896104774903506 onApplicationVersion
    [2011-08-01:20:00:49] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:49] Application Installer end with exit code 0
    [2011-08-01:20:00:51] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:51] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.4889348461292684 onApplicationVersion
    [2011-08-01:20:00:51] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:51] Application Installer end with exit code 0
    [2011-08-01:20:00:54] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:54] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.9917536857537925 onApplicationVersion
    [2011-08-01:20:00:54] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:54] Application Installer end with exit code 0
    [2011-08-01:20:00:56] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:00:56] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.4612380573526025 onApplicationVersion
    [2011-08-01:20:00:56] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:00:56] Application Installer end with exit code 0
    [2011-08-01:20:01:19] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:01:19] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.9376422455534339 onApplicationVersion
    [2011-08-01:20:01:19] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:01:19] Application Installer end with exit code 0
    [2011-08-01:20:01:21] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:01:21] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -url http://www.soribada.com/NextClient/NewSoribadaDownLoader.air
    [2011-08-01:20:01:21] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:01:21] Begin air file download from http://www.soribada.com/NextClient/NewSoribadaDownLoader.air
    [2011-08-01:20:01:21] Download destination is C:\Users\Mirohui\AppData\Local\Temp\flaB847.tmp
    [2011-08-01:20:01:22] Received download status 200
    [2011-08-01:20:01:22] Response URL is http://www.soribada.com/NextClient/NewSoribadaDownLoader.air
    [2011-08-01:20:01:22] Download success
    [2011-08-01:20:01:23] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:01:23] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.7802368435077369 onApplicationVersion
    [2011-08-01:20:01:23] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:01:23] Application Installer end with exit code 0
    [2011-08-01:20:01:25] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:01:25] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.6840781075879931 onApplicationVersion
    [2011-08-01:20:01:25] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:01:25] Application Installer end with exit code 0
    [2011-08-01:20:01:25] Cancel request received
    [2011-08-01:20:01:25] Application Installer end with exit code 6
    [2011-08-01:20:01:42] Runtime Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:01:42] Commandline is: -arp:uninstall
    [2011-08-01:20:01:42] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:01:44] Relaunching with elevation
    [2011-08-01:20:01:44] Launching subprocess with commandline c:\program files (x86)\common files\adobe air\versions\1.0\resources\adobe air updater.exe -eu
    [2011-08-01:20:01:45] Runtime Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:01:45] Commandline is: -stdio \\.\pipe\AIR_3624_0 -eu
    [2011-08-01:20:01:45] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:01:45] Starting runtime uninstall. Uninstalling runtime version 2.7.0.19530
    [2011-08-01:20:01:45] Uninstalling product with GUID {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-08-01:20:01:47] Runtime Installer end with exit code 0
    [2011-08-01:20:01:47] Elevated install completed
    [2011-08-01:20:01:47] Runtime Installer end with exit code 0
    [2011-08-01:20:28:20] Runtime Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:28:20] Commandline is:
    [2011-08-01:20:28:20] No installed runtime detected
    [2011-08-01:20:28:23] Relaunching with elevation
    [2011-08-01:20:28:23] Launching subprocess with commandline c:\users\mirohui\appdata\local\temp\air10c2.tmp\adobe air installer.exe -ei
    [2011-08-01:20:28:25] Runtime Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:28:25] Commandline is: -stdio \\.\pipe\AIR_5964_0 -ei
    [2011-08-01:20:28:25] No installed runtime detected
    [2011-08-01:20:28:25] Starting silent runtime install. Installing runtime version 2.7.0.19530
    [2011-08-01:20:28:25] Installing msi at c:\users\mirohui\appdata\local\temp\air10c2.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-08-01:20:28:38] Runtime Installer end with exit code 0
    [2011-08-01:20:28:39] Elevated install completed
    [2011-08-01:20:28:40] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck
    [2011-08-01:20:28:40] Runtime Installer end with exit code 0
    [2011-08-01:20:28:41] Runtime Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:28:41] Commandline is: -installupdatecheck
    [2011-08-01:20:28:41] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:28:42] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:28:42] Commandline is: D:\NewSoribadaDownLoader.air
    [2011-08-01:20:28:42] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:28:42] Performing pingback request
    [2011-08-01:20:28:43] Unpackaging file:///D:/NewSoribadaDownLoader.air to C:\Users\Mirohui\AppData\Local\Temp\fla77CE.tmp
    [2011-08-01:20:28:43] Pingback request completed with HTTP status 200
    [2011-08-01:20:28:43] Starting runtime background update check
    [2011-08-01:20:28:43] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.7.0.19530/update
    [2011-08-01:20:28:43] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.7.0.19530/update to C:\Users\Mirohui\AppData\Roaming\Adobe\AIR\Updater\Background
    [2011-08-01:20:28:43] Runtime update not available
    [2011-08-01:20:28:43] Unpackaging cancelled
    [2011-08-01:20:28:43] Runtime Installer end with exit code 0
    [2011-08-01:20:28:44] Application signature verified
    [2011-08-01:20:28:44] Unpackaging/validation complete
    [2011-08-01:20:28:44] No app located for appID 'com.soribada.nc.SbDownLoader' and pubID ''
    [2011-08-01:20:28:48] Converting unpackaged application to a native installation package in C:\Users\Mirohui\AppData\Local\Temp\fla8C58.tmp
    [2011-08-01:20:28:57] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #32" errorID=0]
    [2011-08-01:20:33:06] Application Installer end with exit code 7
    [2011-08-01:20:37:30] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:37:30] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.9057475510053337 onApplicationVersion
    [2011-08-01:20:37:30] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:37:30] Application Installer end with exit code 0
    [2011-08-01:20:38:15] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:38:15] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.GlobalDownloader adobe.com:air0.5339620560407639 onApplicationVersion
    [2011-08-01:20:38:15] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:38:15] Application Installer end with exit code 0
    [2011-08-01:20:39:31] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:39:31] Commandline is: -playerVersion=10,3,181,26 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.5843171877786517 onApplicationVersion
    [2011-08-01:20:39:31] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:39:31] Application Installer end with exit code 0
    [2011-08-01:20:39:57] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:39:57] Commandline is: -playerVersion=10,3,181,26 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.825271884445101 onApplicationVersion
    [2011-08-01:20:39:57] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:39:57] Application Installer end with exit code 0
    [2011-08-01:20:40:52] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:40:52] Commandline is: -playerVersion=10,3,181,26 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.5474332561716437 onApplicationVersion
    [2011-08-01:20:40:52] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:40:52] Application Installer end with exit code 0
    [2011-08-01:20:41:33] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:20:41:33] Commandline is: -playerVersion=10,3,181,26 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.8466517915949225 onApplicationVersion
    [2011-08-01:20:41:33] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:20:41:33] Application Installer end with exit code 0
    [2011-08-01:21:04:51] UI SWF load is complete
    [2011-08-01:21:04:51] starting uninstall
    [2011-08-01:21:04:51] error during install: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: uninstaller is older than installed version" errorID=5026]
    [2011-08-01:21:04:51] runtime install entering error state: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: uninstaller is older than installed version" errorID=5026]
    [2011-08-01:21:04:51] begin quitting
    [2011-08-01:21:04:55] Performing runtime install
    [2011-08-01:21:04:55] UI SWF load is complete
    [2011-08-01:21:04:55] UI initialized
    [2011-08-01:21:04:55] starting user confirmation
    [2011-08-01:21:04:55] Version of this installer: 2.0.2.12610
    [2011-08-01:21:04:55] Installed version: 2.7.0.19530
    [2011-08-01:21:04:56] Installation type: patchOlder
    [2011-08-01:21:04:59] begin quitting
    [2011-08-01:21:04:59] Runtime Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:21:04:59] Commandline is: -installupdatecheck
    [2011-08-01:21:04:59] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:21:05:00] Performing pingback request
    [2011-08-01:21:05:01] Pingback request completed with HTTP status 200
    [2011-08-01:21:05:01] Starting runtime background update check
    [2011-08-01:21:05:01] Begin Background update download from http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.7.0.19530/update
    [2011-08-01:21:05:01] Unpackaging http://airdownload.adobe.com/air/3/background/windows/x86/patch/2.7.0.19530/update to C:\Users\Mirohui\AppData\Roaming\Adobe\AIR\Updater\Background
    [2011-08-01:21:05:01] Runtime update not available
    [2011-08-01:21:05:01] Unpackaging cancelled
    [2011-08-01:21:05:01] Runtime Installer end with exit code 0
    [2011-08-01:21:05:07] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:21:05:07] Commandline is: D:\BugsMusicDownloadManager.air
    [2011-08-01:21:05:07] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:21:05:07] Unpackaging file:///D:/BugsMusicDownloadManager.air to C:\Users\Mirohui\AppData\Local\Temp\flaCDCA.tmp
    [2011-08-01:21:05:09] Application signature verified
    [2011-08-01:21:05:09] Unpackaging/validation complete
    [2011-08-01:21:05:09] No app located for appID 'com.neowiz.bugs.downloadmanager.BugsMusicDownloadManager' and pubID ''
    [2011-08-01:21:05:12] Converting unpackaged application to a native installation package in C:\Users\Mirohui\AppData\Local\Temp\flaE1E7.tmp
    [2011-08-01:21:05:21] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #32" errorID=0]
    [2011-08-01:21:05:22] Application Installer end with exit code 7
    [2011-08-01:22:08:12] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:22:08:12] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.GlobalDownloader adobe.com:air0.05230471072718501 onApplicationVersion
    [2011-08-01:22:08:12] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:22:08:12] Application Installer end with exit code 0
    [2011-08-01:22:08:26] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:22:08:26] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.4770161174237728 onApplicationVersion
    [2011-08-01:22:08:26] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-01:22:08:26] Application Installer end with exit code 0
    [2011-08-02:07:22:00] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-02:07:22:00] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.10109586454927921 onApplicationVersion
    [2011-08-02:07:22:00] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-02:07:22:00] Application Installer end with exit code 0
    [2011-08-02:18:28:08] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-02:18:28:08] Commandline is: D:\NewSoribadaDownLoader.air
    [2011-08-02:18:28:08] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-02:18:28:08] Unpackaging file:///D:/NewSoribadaDownLoader.air to C:\Users\Mirohui\AppData\Local\Temp\fla9D68.tmp
    [2011-08-02:18:28:10] Application signature verified
    [2011-08-02:18:28:10] Unpackaging/validation complete
    [2011-08-02:18:28:10] No app located for appID 'com.soribada.nc.SbDownLoader' and pubID ''
    [2011-08-02:18:28:12] Converting unpackaged application to a native installation package in C:\Users\Mirohui\AppData\Local\Temp\flaABBB.tmp
    [2011-08-02:18:28:21] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #32" errorID=0]
    [2011-08-02:18:28:22] Application Installer end with exit code 7
    [2011-08-02:20:50:16] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-02:20:50:16] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.GlobalDownloader adobe.com:air0.3299632966518402 onApplicationVersion
    [2011-08-02:20:50:16] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-02:20:50:16] Application Installer end with exit code 0
    [2011-08-02:20:50:37] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-02:20:50:37] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.GlobalDownloader adobe.com:air0.15613596187904477 onApplicationVersion
    [2011-08-02:20:50:37] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-02:20:50:37] Application Installer end with exit code 0
    [2011-08-02:21:20:46] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-02:21:20:46] Commandline is: -playerVersion=10,3,181,26 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=false -- -isinstalled com.soribada.nc.SbDownLoader adobe.com:air0.08203447097912431 onApplicationVersion
    [2011-08-02:21:20:46] Installed runtime (2.7.0.19530) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-08-02:21:20:46] Application Installer end with exit code 0
    [2011-08-02:21:21:20] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-02:21:21:20] Commandline is: -playerVersion=10,3,181,35 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -from

    Hello,
    Thank you for posting your AIR installer log.  Please try the following steps:
    1. Download and install the AIR runtime
    2. Download the Tweetdeck installer
    3. This saves a file with a .air extension.  Double click to install.
    Please let me know if either of these steps fail and include your AIR log again.
    Thanks,
    Chris

  • Can an ADT-packaged native installer install the AIR runtime in silent mode?

    Silent installation of my app works fine when the runtime is installed, as follows:
    <path>\MyApp.exe -silent -location "\"C:\Program Files\MyApp\"" -desktopShortcut -programMenu
    However, if the runtime is not installed, the invocation does nothing. I've also tried -eulaAccepted.
    Is it possible to silently install the app, yet if the runtime is not installed, initiate the runtime install automatically from adobe, preferably with a eula prompt for the user?
    Worst case, if the runtime must be bundled in the package, is a sidecar install supported for native installers?
    I should note, I cannot package the app as .air. The app uses NativeProcess and bundles an exe.
    Thanks.

    chris.campbell wrote:
    Dmitry Svetlakov wrote:
    I try use silent mode under Mac OS - doesn't work in this situation: Adobe AIR not installed on system.
    Because isntaller needs in access from administrator.
    Log:
    Jul 18 15:36:01 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Could not create directory at /Applications/Adobe/Flash Player/AddIns/airappinstaller
    Jul 18 15:36:01 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Error occurred during copy and set resource fork operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Could not create directory /Applications/Adobe/Flash Player/AddIns/airappinstaller" errorID=3001]
    Jul 18 15:36:09 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Rollback complete
    Jul 18 15:36:09 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Could not create directory /Applications/Adobe/Flash Player/AddIns/airappinstaller" errorID=3001]
    Jul 18 15:36:09 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Application Installer end with exit code 7
    Hi Dmitry,
    Are you trying to sub launch AIR silently through your installer?  If so, and you haven't already, please fill out the AIR distribution agreement form and you'll receive documentation that discusses silent installs and uninstall's.
    If you are just trying this out, you are correct that the runtime needs admin access.  You can achieve this by prefixing your command line with sudo.
    Thanks,
    Chris
    Yes, but that not decide our task: create custom installer from air app native installer. I hope you understand that i mean. This installer should work for anyone user - and have to install Adobe AIR Runtime.

  • After CC packager created installer for Lightroom, Installer does not install

    I created an installer for Lightroom (windows) using the CC packager. When I tested it it did not install Lightroom.  I tried the 32bit version and the 64bit version and they both did the samething.  Is there a problem with creating the Lightroom installer?

    Far out, I have been suffering from the same issue! I have tried on multiple machines to install Lightroom CCP pacakge! When running the setup.exe for other packages it will actually install the application and display a desktop icon / program files entry. I have wasted hours trying to figure out why Lightroom wasn't installing even tho event logs said successful! How is there no official documentation from Adobe that this is the expected behaviour for Lightroom manual installs?
    Sure the documentation says run setup.exe then exceptions installer, my thoughts were why bother with exception installer if the main package has not installed correctly! It should mention the program won't appear until exceptions have been installed?
    Thanks for creating this thread DeltaCollege! And thanks for the resolution Romsinha!

  • Packaging for Installation

    I have been updating our help system using RoboHelp and in
    the past it has been packaged for the customer to install at their
    site. I was wondering how to do this? I know that the installer
    after it is package is in a folder called :
    WEb_output\web_installers\InstData\Windows then either folder NoVM
    or VM.
    Any help would be great!!!
    thanks
    Tricia

    Tricia,
    Welcome to the forum.
    Is this webHelp for installation on the customer's intranet,
    or a compiled help for installation on every user's machine?
    I use InstallShield Express for installation packages -
    RoboHelp doesn't create these. Sometimes your developer's
    environment will have come with an installation program and it
    seems that more often than not installation is done by the
    developer.
    John

  • MSI Package Software Installations and uninstallations by group policy and sccm

    Hi,
                I have a domain comprising approx. 30 ADCs, 5000 clients and 50 OUs. Our developers have created a c# Program for fetching some information from client machines and displaying them on their
    screen on bootup (presence of 2 particular softwares, antivirus presence and its update date, OS patches updation etc... ). This program(.msi) and .net framework 4.0 is required to be pushed to all client machines. We have SCCM server through which we can
    push software to be installed on clients. There are no. of ADCs for controlling different sites and OUs. Now I need to push this msi and .net framework to all clients. Dotnet  framework I pushed from SCCM & it is successful.
    Till today I have pushed this .MSI package using Group policy software installation settings using a local sharepath & sysvol.
    In Local Share path , MSI source is availbale at only one ADC and all clients  contact this adc only to install software and its taking very long time to boot.
    Using Sysvol share path , MSI Source is available at All ADC and All Clients Contact their Site's ADC to install software.Only Win 7, win 8 machines are getting install and software is  not able to install on XP and vista machine. What might be the
    problem for xp machine getting it from sysvol path?
    The error for XP machines is that Sysvol path is not accessible/ source is not available.
       Now I need to have some other fullproof method to apply it. How I need to push this .MSI packages to all sites (ADCs) in my child domain from my PDC.
       I want to know the steps & methods for installing & uninstalling this .MSI package using Group policy and SCCM as well.
       Thanks for replying...

    Hi,
    Based on your description, I want to confirm whether we have more than one domain. If we have more than domain, it is suggested that we can push the
    MSI package from each domain.
    Regarding how to use Group Policy to remotely install software, the following article can be referred to for more information.
    How to use Group Policy to remotely install software in Windows Server 2008 and in Windows Server 2003
    http://support.microsoft.com/kb/816102/en-us#method1
    In addition, you also mentioned how to use SCCM to do this, in order to get better assistance, we can ask help in the following SCCM forum.
    System Center Configuration Manager
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/home
    Best regards,
    Frank Shen

Maybe you are looking for

  • Deauthorizing old macs

    My problem is this. I currently run iTunes on my main machine, a 17inch iMac. Somehow I've accumulated 2 maybe three other authorized macs I used to own on my iTunes music store account. How can I either delete these "former" authorized macs from my

  • MDX Rank Over Partition

    Are there any MDX gurus who can help me? I am trying to produce an MDX query that generates a ranked result set, within this I am trying to get two levels of ranking based on Net Sales, firstly the ranking within the overall set, and secondly a ranki

  • I fail to see the logic.

    In the last month or so I tried finding a way to change the TTL for incoming packets on my WRT54GL router. I have a ISP that changes the TTL to all packets to 1, a situation that I am sure many users are in. I was amazed to find out that the firmware

  • Convert MOV file to Webm or OGVinserting video

    Hi. I have a .mov video which I would like to insert in my web page via Dreamweaver CC. I know how to convert it to .mp4. How to I convert it to .webm and .ogv? Thanks. Kevin

  • Difference between javac and eclipse compiler

    I have the following code: public class Test {      public static void main(String[] args) {                     Integer i = 0;           double d = 1.5d;           i += d;           System.out.println(i); }javac gives me the following error: Test.ja