Building LabVIEW Executables That Prompt For Administrative Rights Under Vista

Hi Everyone,
I've discovered the hard way the differences between Vista and XP...  I've got a compiled LabVIEW program that needs administrative privledges to run.  However, when a user launches the program without proper rights under Vista, it doesn't prompt for administrative rights, it just runs and produces strange errors.  Is there a way to make the program prompt the user for administrative rights so that they don't always have to right-click and select "Run as administrator"?  I heard mention of a "manifest" file that can do this, but I haven't found any details.
Thanks!

I have no solution, but do you know why have to be an Admin to run your program? Do you write data to c:\program files? or any other 'forbidden' location?
Maybe rewriting your app is the best option?
Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas
LabVIEW, programming like it should be!

Similar Messages

  • How to go about building a app that searches for and displays pages from Google.

    I was wondering how i would go about building an app that takes a users input such as a sentence (not a URL) and then searches  for their input on Google. This app would then have to display a selected page automatically on the UIWebView.
    My existing code in my viewcontroller.m is as follows:
    - (void)viewDidLoad
    [super viewDidLoad]; [webView loadRequest: [NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.google.com"]]];
    I now want my app to use a users input (a word or a sentence) and search Google with that input but do it in the background then display the first search result in the UIWebView, what code would i need?
    Thanks

    Sorry, I cant view the App Store Review Guidelines
    https://developer.apple.com/appstore/resources/approval/guidelines.htmllink, maybe its because i dont have a developers account yet i will be getting one when i am ready to launch my app on the app store.

  • Email Message contains "select" & "from" word, system will prompt for security right

    Hi All,
      Is there anyone ever encounter that if the email message is having a "select" & "from" wording, system will prompt for User ID and password?
      I had filled up my CRM User ID & Password, and system will still fail to proceed to send the email.  Instead, it is showing "Internet Explorer cannot display the webpage" page.
      Please help...
    Regards,
    Desmond Chan

    Hi Abhishek,
      Thanks again.  That's what we suspect.  As mentioned, we only have this issue if the email body is having "select...from" wording,
    which it looks like SQL statement.
      Few days ago we had some changes in out network (MPLS).  Now seems the cause maybe from that, as there is no other changes made recently.

  • No drivers for Compaq IJ600 under Vista

    I recently bought a new laptop. I went to my summer home where I have a Compaq IJ600. When I went to print it didn't because there was no assigned printer on my PC for the Compaq IJ600. I inserted the CD containing the drivers only to discover they weren't supported under Windows Vista Home Premium. I then went to the Compaq web site to see if I could get any drivers for this printer to find out not supported under Vista. I'm only here for two months and don't want to buy another printer. I will be doing some printing while here if I can find a solution to this problem. Any help, suggestions, ideas are much appreciated.   Thanks, **bleep**

    I have the same problem except my OS is Windows 7 Home Premium 64 bit.
    No information available and w/out the use of a printer over a month.
    AAARRRGGGHHH!
    I need help, please...

  • Help building an executable that uses a factory pattern

    Hello,
    I'm trying to build an .exe from a VI that uses the factory pattern. The VI gives me the error that it can't find the classes to load and is looking outside the .exe file to find them. The specific error is:
    "Get LV Class Default Value.vi<APPEND>
    <b>Complete call chain:</b>
         Get LV Class Default Value.vi
         Main.vi
    <b>LabVIEW attempted to load the class at this path:</b>
    C:\ATE\Experiments\Build Testing\Builds\Virtual Classes\High Class\High Class.lvclass"
    I thought those classes were bundled into the .exe when it was built? I have included the class folders in the "Always Included" window of the build script.
    Any help would be appreciated. I'm fairly new to classes and I haven't built an .exe with an app using the factory pattern.
    Thanks,
    Simon
    Attachments:
    Build Testing.zip ‏491 KB

    This might be the answer.  I found the following checklist on Building Executables.  It really is referencing things other than Objects, but maybe Object folders also need to be properly located ...
    Bob Schor  [the stuff I found is below this line ...]
    Ensure paths generate correctly.
    Details
    If a VI loads other VIs dynamically using VI Server or calls a dynamically loaded VI through a Call By Reference node, make sure the application or source distribution creates the paths for the VIs correctly. To ensure paths generate correctly, use relative paths to load the VIs. The following table depicts the relative paths for a top-level VI, foo.vi, which calls a.vi and b.vi. C:\..\Application.exe represents the path to the application.
    Path to source files
    Path to files in application
    C:\Source\foo.vi
    C:\..\Application.exe\foo.vi
    C:\Source\xxx\a.vi
    C:\..\Application.exe\xxx\a.vi
    C:\Source\yyy\b.vi
    C:\..\Application.exe\yyy\b.vi
    If you use the LabVIEW 8.x file layout and you include dynamically loaded VIs in the application, the paths to the VIs change. For example, if you build b.vi into an application, its path is C:\..\Application.exe\b.vi whereC:\..\Application.exe represents the path to the application and its filename.

  • MDT 2013 Windows 8.1 Deployment Starts Prompting For Administrator Login In Middle Of Task Sequence

    I have a 8.1 deployment task sequence that automatically logs into the administrator account until about half way through the deployment.
    It actually looks like it logs in for a second and then dumps back out to the login prompt.
    After this reboot, the problem starts.  When I log in manually, I see it is at the installing the Java application step.  What could cause this?

    Yes, it's possible that the scripts to boot to desktop or the script to remove apps are causing this, but other people use these settings in deployments and didn't mention this as a side effect.
    This reg file is supposed to set the Start Menu background to match the desktop wallpaper and set IE to use desktop version, but does not seem to work.
    regedit.exe /s 81settings.reg
    Windows Registry Editor Version 5.00
    [HKEY_USERS\CUSTOM\Software\Microsoft\Windows\CurrentVersion\Explorer\Accent]
    "MotionAccentId_v1.00"=dword:000000db
    [HKEY_USERS\CUSTOM\Software\Policies\Microsoft\Windows\EdgeUI]
    "DisableHelpSticker"=dword:00000001
    [HKEY_USERS\CUSTOM\Software\Microsoft\Internet Explorer\Main]
    "ApplicationTileImmersiveActivation"=dword:00000000
    "AssociationActivationMode"=dword:00000002
    ================================================
    powershell.exe -Command "set-ExecutionPolicy Unrestricted -Force; cpi '%DEPLOYROOT%\Applications\Remove Windows 8.1 Modern Applications\RemoveWindows8Apps.ps1' -destination c:\; c:\RemoveWindows8Apps.ps1; ri c:\*.ps1 -Force; set-ExecutionPolicy Restricted
    -Force"
    <#     
        Purpose:    Remove built in apps specified in list 
        Pre-Reqs:    Windows 8.1 
    #>
    # Main Routine 
    # Get log path. Will log to Task Sequence log folder if the script is running in a Task Sequence 
    # Otherwise log to \windows\temp
    try
    $tsenv = New-Object -COMObject Microsoft.SMS.TSEnvironment
    $logPath = $tsenv.Value("LogPath")
    catch
    Write-Host "This script is not running in a task sequence"
    $logPath = $env:windir + "\temp"
    $logFile = "$logPath\$($myInvocation.MyCommand).log"
    # Start logging
    Start-Transcript $logFile
    Write-Host "Logging to $logFile"
    # List of Applications that will be removed
    $AppsList = "microsoft.windowscommunicationsapps","Microsoft.BingFinance","Microsoft.BingMaps",`
    "Microsoft.BingWeather","Microsoft.ZuneVideo","Microsoft.ZuneMusic","Microsoft.Media.PlayReadyClient.2",`
    "Microsoft.XboxLIVEGames","Microsoft.HelpAndTips","Microsoft.BingSports",`
    "Microsoft.BingNews","Microsoft.BingFoodAndDrink","Microsoft.BingTravel","Microsoft.WindowsReadingList",`
    "Microsoft.BingHealthAndFitness","Microsoft.WindowsAlarms","Microsoft.Reader","Microsoft.WindowsCalculator",`
    "Microsoft.WindowsScan","Microsoft.WindowsSoundRecorder","Microsoft.SkypeApp"
    ForEach ($App in $AppsList)
    $Packages = Get-AppxPackage | Where-Object {$_.Name -eq $App}
    if ($Packages -ne $null)
          Write-Host "Removing Appx Package: $App"
          foreach ($Package in $Packages)
          Remove-AppxPackage -package $Package.PackageFullName
    else
          Write-Host "Unable to find package: $App"
    $ProvisionedPackage = Get-AppxProvisionedPackage -online | Where-Object {$_.displayName -eq $App}
    if ($ProvisionedPackage -ne $null)
          Write-Host "Removing Appx Provisioned Package: $App"
          remove-AppxProvisionedPackage -online -packagename $ProvisionedPackage.PackageName
    else
          Write-Host "Unable to find provisioned package: $App"
    # Stop logging
    ====================================================
    Install java and turn off updates.
    Start /wait jre-8u25-windows-i586.exe INSTALL_SILENT=1 STATIC=0 AUTO_UPDATE=0 WEB_JAVA=1 WEB_JAVA_SECURITY_LEVEL=H WEB_ANALYTICS=0 EULA=0 REBOOT=0
    regedit.exe /s disableupdate.reg
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy]
    "EnableJavaUpdate"=dword:00000000
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy]
    "EnableJavaUpdate"=dword:00000000

  • CAD Update (8.5). Can we "run as" for administrator rights

    Hello -
    Tonight we are upgrading from UCCX 8.5 SU1 to 8.5 SU2 which will prompt a CAD upgrade.  Our agents are not local administrators.  The last time we did this, we made those users in a security group that was a domain admin and it worked.  At that time, we had Windows XP.  Now with Windows 7, we are having issue pushing down that package with SMS.
    Can we instead, log on as the CAD user and start the CAD (right click) with the "run as" and provide admin credentials?  Will it install correctly?
    I need to know that this will work for sure, not just "it should".  I know that it should, but software installation can be tricky.
    Thanks in advance.
    /alan

    Aaron -
    As this is the update, not a fresh install we won't be running the MSI (though good catch on the run as.  We "run as" the command prompt and install the MSI that way.
    This should just be running the agent and it will check to see if there is an update.
    After I posted this, I opened up a TAC case and the engineer set it up in the lab and it worked.
    We have 10 agents to do between 7:00 and 7:30 tomorrow morning so I want this to go smoothly.
    Thanks again
    /alan

  • Labview executable only works for about ten seconds before shutting down

    Hi,
    I'm not a newbie to LabVIEW but I am a newbie to creating executables and installers using LV. On my first attempts I'm having a strange problem that I cannot resolve. I already began discussing this problem on another thread, but I was advised to start a new one.
    I've made a variety of VI's but for debugging purposes I made the simplest VI possible: just some plain text on the front panel, no code on the block diagram.
    I created a project with just that VI, compiled an executable, compiled an installer, and sent the installation files to my colleague. I use a Win XP machine and so does he. He does not have LV installed.
    The installation goes fine, the VI starts up, appears to run fine and then spontaneously quits (i.e. the window closes and disappears) after twelve seconds with no error message.This happens even if I create a VI with a loop. The VI executable, installed via the installer on my WinXP PC (which has the full LV application) does not replicate this problem. It occurs only on a WinXP machine where LV is not installed.
    version info: LabVIEW 2010
    My debugging ideas going forward are:
    - try to play with the "Source File Settings --> Use default save settings" checkboxes, as suggested by another user in another thread.
    - ask another colleague with WinXP and no LV to test the VI's, to see if the problem is somehow linked with my first colleague's machine.
    - to check the Windows Event Log (following the advice of user Norbert on this forum), but I'm not sure if I'll be able to decipher what I read in there. A first look has turned up nothing interesting.
    - am pretty stuck for ideas after that.
    Thanking you in advance for any input you can give,
    Garrett

    Issue solved: the anti-virus was forcing the application to shutdown.
    Bit of a newbie problem 
    I discovered the problem when I tried the executable on another colleague's PC. When the exe was launched, the anti-virus software (Avast!) showed a pop-up that said it was verifying the unknown program and then after about 12 seconds it shut it down. It then proposed to open the program in either the "sandbox" or "as normal" the next time. By choosing "normal" the VI worked fine the next time.
    It turns out that on my first colleague's PC, he also had Avast! software, except that on his PC it was running in some sort of hidden background mode. This meant that it didn't display any pop-up messages to indicate that it was interfering with the VI. Once we manually launched the Avast! interface, it finally proposed the option of opening the VI in the sandbox or normally.
    All works fine now. I hope this helps other newbies out there. 

  • Acrobat Distiller prompting for administrator username & password

    I have built 2 images on 10.6 with the acrobat 9 (patched with latest updates) and im getting problems with distiller launching under standard accounts. All apps a launched under admin and work fine. However users only have standard account privileges and acrobat application works fine but when i launch distiller (patched to latest update) it prompts the user for the administrator login details.
    New mac book pro and mac mini
    10.6 (fully patched)
    acrobat 9 fully patched
    works under administrator account
    created a local standard account on machine and it has the same problem.
    help!!!

    extra info - all our users worked in locked down environment so they dont have admin rights. I believe when distiller starts one of its checks/processes needs admin rights to enable to it to start the application. This was checked under the console.app.
    i have tried giveing the application full read/write access and permissions but this doesnt resolve issue.

  • Vista asks always for Administrative rights while software downloading

    My user account in Vista is labelled as administrator.
    It is the single account on the laptop.
    However whenever I download a program for example it still makes me download to the 'downloads' folder as i do not have administrator permission to download where I choose.
    Any one know why this is the case and how to resolve this please ?

    Vista's "real" administrator account is disabled by default, so even though you are an Administrator, you need real Admin privileges to do certain tasks.
    What you can try is right-click the Internet Explorer icon, and choose "Run as Administrator".
    Or try another browser such as Firefox.

  • Is there a wy to reset the prompt for a password under Settings, General,Restrictions?? HELP my kids put a pswword there they cant remember ...

    Help?,

    You a basically stuck doing a factory restore from ITunes. Hopefully you have been backing up to your Mac or PC, it will restore from ICloud as wee, it will take longer.
    Connect you IPad to your computer with the USB cable, start ITunes, select reset factory settings. It should take about 20 miss, as it will download and retire the latest version of IOS. When it is done, it will be an out of the box set up.
    Cheers

  • Where do dll files for plugins go under Vista-64 for CS3?

    I copied two dll files that CS3 complains are missing into several places within the C drive for Vista-64, and none seem to work. The missing ones are MSVCRT10 and IJL15. I called Adobe but they want $39 to talk to anyone about any CS3 issues!! [Just because CS4 is out now.] Here are some places that I tried:
    \windows\system32
    the plug-ins directory
    Where should they be??? Thanks for any hints.

    The advice in the item pointed to by this URL tells one to put them in the \System32 folder. I had already tried that before I posted the query yesterday. After a lot of experimenting and finally reading the files on the CS3 disk, I found that they have to be located in the Photoshop directory itself. When placed there, everything is happy!!
    Thanks for the leads - I'm now greatly relieved.
    Dick

  • Common Modules Driver for Portege M200 under Vista

    I have upgraded my Portege M200 to Vista with relatively few issues - However I am getting error message on the compatibility of the Common Modules Driver - I don't seem to be able to find an upgrade - Any ideas?

    >I have upgraded my Portege M200 to Vista with relatively few issues - However I am getting error message on the compatibility of the Common Modules Driver - I don't seem to be able to find an upgrade - Any ideas?
    According to you message you have UPGRADED the XP to Vista and I presume you did not perform a clean install of Vista.
    This could be the reason why the Common Modules error message appears!
    However, maybe Im wrong and you have made a clean Vista installation.
    I this case its very important to install the Vista driver and tools in the right order.
    The Value added package includes some Tools like TOSHIBA Flash Cards, TOSHIBA Password or TOSHIBA Utilities. All these programs must be installed *After* the installation of TOSHIBA Components Common Driver.
    bye

  • Is it possible to call a VI that is inside a LabVIEW executable from a TestStand sequence?

    I have created a custom TestStand operator interface and have modified the default sequential process model to display a UUT information dialog that prompts for more information than just the UUT serial number.  This UUT information dialog is a LabVIEW VI.  To distribute the operator interface, I build it into an executable.  As part of the build process, I make a copy of the UUT information dialog VI (which is part of my operator interface project) and place it in the same folder as the executable.  I have then configured the sequential process model to call the dialog VI from this location.  It would be really nice if I could embed the UUT information dialog VI inside the operator interface executable so that I could distribute just an executable instead of an executable and separate VIs.  Is this possible?  In other words, is it possible to call a VI that is inside a LabVIEW executable from a TestStand sequence just like a standard LabVIEW VI call?

    Ryan,
    The dialog that you've created isn't being directly called by the OI at all and shouldn't need to be included in the same directory as the OI for distribution. Since you are modifying the PreUUT of the default process model, you will give the path to the VI in that step, create a deployment and then manually copy the VI to the directory referenced in the step. The VI is considered a support file for the process model and is not related to the OI at all.
    Test Engineer - CTA

  • Can't install ; i need administrator rights that i have

    Hello,
    I tried many time to install Air but I always failed...
    They keep telling me that I need administrator rights, but I have and i launch the installation with them.
    I tried many ways (like using this as told : http://support.microsoft.com/mats/Program_Install_and_Uninstall/en-us but it didn't work as well, the program is uninstalled - I need to install it again -, and it doesn't appear on the installation programs...) and searched everywhere but without success ; that's why I finally decided to ask here.
    Thank you for your help.
    Shisma.
    Here is the Install.log :
    [2013-10-07:23:01:32] Runtime Installer begin with version 3.8.0.1430 on Windows Vista x86
    [2013-10-07:23:01:32] Commandline is:
    [2013-10-07:23:01:32] No installed runtime detected
    [2013-10-07:23:01:42] Relaunching with elevation
    [2013-10-07:23:01:42] Launching subprocess with commandline c:\users\shisma\appdata\local\temp\air46a1.tmp\adobe air installer.exe -ei
    [2013-10-07:23:01:43] Runtime Installer begin with version 3.8.0.1430 on Windows Vista x86
    [2013-10-07:23:01:43] Commandline is: -stdio \\.\pipe\AIR_3504_0 -ei
    [2013-10-07:23:01:43] No installed runtime detected
    [2013-10-07:23:01:43] Starting silent runtime install. Installing runtime version 3.8.0.1430
    [2013-10-07:23:01:43] Installing msi at c:\users\shisma\appdata\local\temp\air46a1.tmp\setup.msi with guid {0A5B39D2-7ED6-4779-BCC9-37F381139DB3}
    [2013-10-07:23:01:44] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-10-07:23:01:44] Rolling back install of c:\users\shisma\appdata\local\temp\air46a1.tmp\setup.msi
    [2013-10-07:23:01:44] Rollback complete
    [2013-10-07:23:01:44] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-10-07:23:01:44] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-10-07:23:01:44] Runtime Installer end with exit code 7
    [2013-10-07:23:01:45] Runtime Installer end with exit code 7
    [2013-10-07:23:26:37] Runtime Installer begin with version 3.8.0.1430 on Windows Vista x86
    [2013-10-07:23:26:37] Commandline is:
    [2013-10-07:23:26:37] No installed runtime detected
    [2013-10-07:23:26:42] Relaunching with elevation
    [2013-10-07:23:26:42] Launching subprocess with commandline c:\users\shisma\appdata\local\temp\air3958.tmp\adobe air installer.exe -ei
    [2013-10-07:23:26:44] Runtime Installer begin with version 3.8.0.1430 on Windows 7 x86
    [2013-10-07:23:26:44] Commandline is: -stdio \\.\pipe\AIR_4868_0 -ei
    [2013-10-07:23:26:44] No installed runtime detected
    [2013-10-07:23:26:44] Starting silent runtime install. Installing runtime version 3.8.0.1430
    [2013-10-07:23:26:44] Installing msi at c:\users\shisma\appdata\local\temp\air3958.tmp\setup.msi with guid {0A5B39D2-7ED6-4779-BCC9-37F381139DB3}
    [2013-10-07:23:26:45] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-10-07:23:26:45] Rolling back install of c:\users\shisma\appdata\local\temp\air3958.tmp\setup.msi
    [2013-10-07:23:26:45] Rollback complete
    [2013-10-07:23:26:45] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-10-07:23:26:45] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-10-07:23:26:45] Runtime Installer end with exit code 7
    [2013-10-07:23:26:49] Runtime Installer end with exit code 7
    [2013-10-07:23:27:17] Runtime Installer begin with version 3.8.0.1430 on Windows Vista x86
    [2013-10-07:23:27:17] Commandline is:
    [2013-10-07:23:27:17] No installed runtime detected
    [2013-10-07:23:27:20] Relaunching with elevation
    [2013-10-07:23:27:20] Launching subprocess with commandline c:\users\shisma\appdata\local\temp\airdac5.tmp\adobe air installer.exe -ei
    [2013-10-07:23:27:20] Runtime Installer begin with version 3.8.0.1430 on Windows Vista x86
    [2013-10-07:23:27:20] Commandline is:
    [2013-10-07:23:27:20] No installed runtime detected
    [2013-10-07:23:27:21] Runtime Installer begin with version 3.8.0.1430 on Windows 7 x86
    [2013-10-07:23:27:21] Commandline is: -stdio \\.\pipe\AIR_7056_0 -ei
    [2013-10-07:23:27:21] No installed runtime detected
    [2013-10-07:23:27:21] Starting silent runtime install. Installing runtime version 3.8.0.1430
    [2013-10-07:23:27:21] Installing msi at c:\users\shisma\appdata\local\temp\airdac5.tmp\setup.msi with guid {0A5B39D2-7ED6-4779-BCC9-37F381139DB3}
    [2013-10-07:23:27:23] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-10-07:23:27:23] Rolling back install of c:\users\shisma\appdata\local\temp\airdac5.tmp\setup.msi
    [2013-10-07:23:27:23] Rollback complete
    [2013-10-07:23:27:23] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-10-07:23:27:23] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-10-07:23:27:23] Runtime Installer end with exit code 7
    [2013-10-07:23:27:23] Runtime Installer end with exit code 6
    [2013-10-07:23:27:24] Runtime Installer end with exit code 7
    [2013-10-07:23:27:29] Runtime Installer begin with version 3.8.0.1430 on Windows Vista x86
    [2013-10-07:23:27:29] Commandline is:
    [2013-10-07:23:27:29] No installed runtime detected
    [2013-10-07:23:27:30] Relaunching with elevation
    [2013-10-07:23:27:30] Launching subprocess with commandline c:\users\shisma\appdata\local\temp\air223.tmp\adobe air installer.exe -ei
    [2013-10-07:23:27:31] Runtime Installer begin with version 3.8.0.1430 on Windows 7 x86
    [2013-10-07:23:27:31] Commandline is: -stdio \\.\pipe\AIR_2752_0 -ei
    [2013-10-07:23:27:31] No installed runtime detected
    [2013-10-07:23:27:31] Starting silent runtime install. Installing runtime version 3.8.0.1430
    [2013-10-07:23:27:32] Installing msi at c:\users\shisma\appdata\local\temp\air223.tmp\setup.msi with guid {0A5B39D2-7ED6-4779-BCC9-37F381139DB3}
    [2013-10-07:23:27:33] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-10-07:23:27:33] Rolling back install of c:\users\shisma\appdata\local\temp\air223.tmp\setup.msi
    [2013-10-07:23:27:33] Rollback complete
    [2013-10-07:23:27:33] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-10-07:23:27:33] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-10-07:23:27:33] Runtime Installer end with exit code 7
    [2013-10-07:23:27:37] Runtime Installer end with exit code 7
    [2013-10-07:23:29:54] Runtime Installer begin with version 3.8.0.1430 on Windows Vista x86
    [2013-10-07:23:29:54] Commandline is:
    [2013-10-07:23:29:54] No installed runtime detected
    [2013-10-07:23:29:56] Relaunching with elevation
    [2013-10-07:23:29:56] Launching subprocess with commandline c:\users\shisma\appdata\local\temp\air3cd1.tmp\adobe air installer.exe -ei
    [2013-10-07:23:29:57] Runtime Installer begin with version 3.8.0.1430 on Windows 7 x86
    [2013-10-07:23:29:57] Commandline is: -stdio \\.\pipe\AIR_3356_0 -ei
    [2013-10-07:23:29:57] No installed runtime detected
    [2013-10-07:23:29:57] Starting silent runtime install. Installing runtime version 3.8.0.1430
    [2013-10-07:23:29:57] Installing msi at c:\users\shisma\appdata\local\temp\air3cd1.tmp\setup.msi with guid {0A5B39D2-7ED6-4779-BCC9-37F381139DB3}
    [2013-10-07:23:29:58] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-10-07:23:29:58] Rolling back install of c:\users\shisma\appdata\local\temp\air3cd1.tmp\setup.msi
    [2013-10-07:23:29:58] Rollback complete
    [2013-10-07:23:29:58] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-10-07:23:29:58] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-10-07:23:29:58] Runtime Installer end with exit code 7
    [2013-10-07:23:30:53] Runtime Installer end with exit code 7

    Make sure you are installing iTunes from here:  http://www.apple.com/itunes/download/
    If that fails, follow this and try again: Remove and reinstall iTunes and related software components for Windows Vista, Windows 7, or Windows 8 - Apple Support

Maybe you are looking for

  • New System Opinion?

    What do you guys think of this price? $1,445.00 × CAS: Apevia X-Supra Gaming Mid-Tower 420W Case CPU: Intel® Core2 i7-920 2.66 GHz 8M L3 Cache LGA1366 CD: LG 20X DVD±R/±RW + CD-R/RW DRIVE DUAL LAYER FAN Intel LGA1366 Certified CPU Fan & Heatsink HDD:

  • Will NVIDIA FX 5200 drive a 23"?

    Hello- I have a Power Mac G5 1.5, single processor, late 2004 build, with the NVIDIA GeForce FX 5200 Ultra video card as orignally spec'd. Will the card drive a new 23" cinema disply? The specs for the card say it will support 1900x1200, and it has D

  • PDF opens with areas highligthed (bright blue, yellow, red)

    Since my last upgrade, I have noted my PDF documents not opening properly - the areas of the form that I am opening - PDF - are highlighted, as you would with a highlighter...very strange.  Our IT has looked into the issue, but no one can help me, so

  • FireWire 800 and USB bus failure

    I am trying to resolve an ongoing issue with my iMac. External storage devices will not stay mounted. I have had data corruption and several drive failures that I believe are attributable to the sudden loss of connection to the computer. It can not b

  • Latest version of itunes does not support Quicktime can not play movie from library

    Latest version of Itunes does not support Quicktime.  I can not play movies out of my itunes.  Please fix