Error 1324 whenever new installs or updates are run.

We recently upgraded from XP to Windows 7 Pro 64-bit and every time a new program is installed or an update is run for an existing program we receive a 1324 error My Documents have an invalid path.  We do have users My Documents re-directed to two
different servers running Server 2003.  Usually the My Documents Fix fixes the issue until the next upgrade or installation.  What's causing this?

Hi,
You can refer to this KB, it’s an example for installing office XP and office 2003, we can refer to its instructions to check if we can find the Invalid Character from the Registry
You receive an invalid character error message when you install Office XP and Office 2003
http://support.microsoft.com/kb/292582
This blog also provides some registry information
(Especially for this entry: HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ User Shell Folders)
Error 1324. The folder path 'Program Files' contains an invalid character while installing .NET Framework
http://blogs.technet.com/b/anupaman/archive/2009/08/14/error-1324-the-folder-path-program-files-contains-an-invalid-character-while-installing-net-framework.aspx
And seems many user have encountered this issue, please see this similar thread
http://social.technet.microsoft.com/Forums/windows/en-US/7ef1e664-7dfa-4ac9-ac48-9ff41717f8f4/error-1324-the-folder-path-my-pictures-contains-an-invalid-character?forum=w7itproinstall
Regards
Yolanda
TechNet Community Support

Similar Messages

  • ITunes error message during new installation of 10.5

    I keep getting the following error message durning a new installation of iTunes 10.5.
    An error occurred while attempting to create the directory: C:\Program Files (x86)\iTunes.Resources\es.lproj\PurchasedPlacard.nib
    The system the installation is occuring on is:
    HP Pavilion DV6-3150
    Windows 7 Home Premium SP1 64-bit
    Intel i5 2.53 GHz, 4 Gig RAM
    Antivirus
    Norton Security Suite
    ver. 5.1.0.29
    I did a Virus sweep after the error message and no messages came up.  Attempted a second install with the antivirus was disabled during the install and recieved the same error message.
    Any suggestions will be greatly appreciated.
    Michael G.

    I did have image of both Tiger and Snow Leopard OS on my external hdd. I do use this images at my work to install fresh OS on new HDD. it's works fine and there is no issue with it. I tried same images on my macbook but none works and this error appear and same with Snow Leopard Disc installation.

  • New Change – location updates are now on me

    I’ve had a Verizon broadband card for well over a year, but just recently Verizon changed its policy on downloading location updates.  Apparently now the data downloaded to make location updates is charged against my monthly data allowance.  Location updates are now only possible after one is connected and their data meter per se is running. Did someone think folks wouldn’t notice? Why should I now have to pay for continual location updates so that maintenance software can be distributed? I’m paying for that volume of data for personal usage.  This abrupt policy shift doesn’t speak well for company integrity.   

    VerizCustomer wrote:
    I’ve had a Verizon broadband card for well over a year, but just recently Verizon changed its policy on downloading location updates.  Apparently now the data downloaded to make location updates is charged against my monthly data allowance.  Location updates are now only possible after one is connected and their data meter per se is running. Did someone think folks wouldn’t notice? Why should I now have to pay for continual location updates so that maintenance software can be distributed? I’m paying for that volume of data for personal usage.  This abrupt policy shift doesn’t speak well for company integrity.   
    This is not a change, at least for the MiFi. In the 20 months I've been using it I've always had to pay for location updates. 

  • After the latest update I cannot start my i-tunes anymore, just error 1114. New installation, also of an old version doesn't help. Who knows help?

    Nach dem letzten Update kann mein Itunes nicht mehr geöffnet werden, Fehlermeldung Error 7 / Windows error 1114. Neuinstallation, auch einer alten Version, bringt keine Abhilfe. Wer weis Rat?

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • Grub Error 15 after new Installation

    I have installed the latest Arch (from the Net install torrent) and I partition so that my scheme is
    / on /dev/sda1   (bootable flag, ext4)
    swap on /dev/sda5
    I've done this setup dozens of times before without any issue (on this very same laptop). Now, I install Grub onto /dev/sda just like always (and I tried /dev/sda1 *just in case* this would do the trick) but I always get the Grub 15 File not found error.
    The Grub menu appears but I still get that error... the kernel it looks for is /boot/vmlinuz26, but hasn't the kernel been updated to 3.0? Might this have something to do with the missing file? Again, this is a clean installation from the Net installer.

    Shark wrote:
    I have experienced the same problem. First be sure that you have renamed lines in /boot/grub/menu.lst properly - http://www.archlinux.org/news/changes-t … filenames/
    Next be sure that you have fullpaths in menu.lst file. For example:
    kernel /boot/vmlinuz-linux root=/dev/sda1 ro quiet
    initrd /boot/initramfs-linux.img
    How is your example different than menu.lst.pacnew? Users have to use the correct paths - that's that. Rewriting it a dozen times doesn't help.

  • Error 1045 mysql new installation on OSX 10.9.3

    after new mysql-5.7.4-m14-osx10.7-x86_64 installation,
    I typed "/usr/local/mysql/bin/mysql" I got "ERROR 1045 (28000): Access denied for user 'username'@'localhost' (using password: NO)"
    I type "ps auxww | grep mysql", I got"
    _mysql            224   0.0  6.6  3188416 552216   ??  S     7:58pm   0:01.50 /usr/local/mysql/bin/mysqld --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data --plugin-dir=/usr/local/mysql/lib/plugin --user=mysql --log-error=/usr/local/mysql/data/Dongs-MacBook-Pro.local.err --pid-file=/usr/local/mysql/data/Dongs-MacBook-Pro.local.pid --socket=/var/mysql/mysql.sock --port=8888
    root               65   0.0  0.0  2461016   1064   ??  Ss    7:58pm   0:00.04 /bin/sh /usr/local/mysql/bin/mysqld_safe --user=mysql
    dongzhong         594   0.0  0.0  2432784    604 s000  S+    8:56pm   0:00.00 grep mysql"
    I type "sudo nano /Library/LaunchDaemons/com.mysql.mysql.plist", I got
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-$
    <plist version="1.0">
      <dict>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.mysql.mysqld</string>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/local/mysql/bin/mysqld_safe</string>
        <string>--user=mysql</string>
        </array>
      </dict>
    </plist>
    I also have turned on my internet sharing but still access denial. Please help me

    Take a look at this article. 
    http://www.howtoforge.com/reset-forgotten-mysql-root-password
    I tried this with mysql 5.7.4 (Milestone 14) and OS X 10.10 (Yosemite) and it works.  It should work on 10.9 too (though I haven't tried it on Mavericks).
    5.7.4 installs with a randomly generated password for mysql root.  On Linux RPM installs, this initial password is stored in /etc/mysql/.mysqlsecret - which you are supposed to use for the initial login.  Couldn't find it's equivalent anywhere on OS X.  Will file a bug report with MySQL.

  • ITunes library.itl cannot be read error message after new installation

    Hi,
    I have just downloaded iTunes to install on a new Lenovo laptop running Windows 8.1, and after installation I have received the following error message "iTunes library.itl cannot be read because it was created by a newer version of iTunes".
    It was a 'clean' installation - I did not have any previous versions installed and have not yet copied my music across to the laptop or connected by iPod.
    Any suggestions?
    Thanks

    Try the following user tip:
    Empty/corrupt iTunes library after upgrade/crash

  • New Pro Application updates are available Oct. 20, 2005

    Check software update. There are new Pro Application and Support updates. This update also includes an apparent fix for problems when transcoding between HD and SD and when converting between NTSC and PAL.

    When I try to convert DV-NTSC to DV-PAL or Uncompressed 8-bit (UN8) NTSC to UN8-PAL, using the Apple Presets in Compressor, I get files that are in PAL resolution (720 X 576), but they all have a frame rate of 29.97 fps.
    I have installed this Pro App update. Was this update supposed to fix this particular problem?
    Any other ideas about this particular problem?
    My system:
    Dual G5 2.3GHz
    4.5 GB RAM
    OS 10.4.2
    FCP 5.0.2
    QT Pro 7.0.3
    Compressor 2.0.1
    massachi

  • I get an error message whenever i download an update and it tries to install

    For the last month on my macbook pro i have downloaded the softwart updates successfully, but about 3 mins into installing i get an error message that they were unable to be installed (error message)
    this is the last error message in my library receits folder:
    30/04/11 9:25:35 PM    airportd[20]    [most time: (1.021038) _scan] trace: <CFArray 0x1005015d0 [0x7fff70169f20]>{type = mutable-small, count = 6, values = (
        0 : <CFString 0x10003acb0 [0x7fff70169f20]>{contents = "pref_netwk_AJ"}
        1 : <CFString 0x10003acf0 [0x7fff70169f20]>{contents = "1_pref_netwk"}
        2 : <CFString 0x100501220 [0x7fff70169f20]>{contents = "(1.021038) _scan"}
        3 : <CFString 0x10050b6f0 [0x7fff70169f20]>{contents = "(0.000010) _lookup"}
        4 : <CFString 0x100510170 [0x7fff70169f20]>{contents = "(0.021015) _keychain"}
        5 : <CFString 0x100507b10 [0x7fff70169f20]>{contents = "(0.844108) _association"}
    com.apple.message.domain: com.apple.airport.autojoin.summary
    com.apple.message.signature: AutoJoinSuccess
    com.apple.message.result: success
    com.apple.message.value: 1.904088
    com.apple.message.value2: 1.000000
    com.apple.message.value3: 1.000000
    com.apple.message.uuid: 9E686503-A026-47AA-A26C-695AAA432F87

    I am also having this same problem. I have updated my computer. I have downloaded the complete brother driver package from Apple as well as the drivers from Brother. As far as I can tell, all have been installed successfully. It is only when I try to ADD the printer do I get that message. Both my roomate and I have Macbook Airs so we cant use the disk which came with the printer. This is irrelivant anyway as the drivers have been successfully downloaded and installed. SO FRUSTRATING!!!!! 

  • What do I do with script error, message, and interrupted installation of update?

    What to do when installer screen for update stopped  for Flash Player installation of 11.7.700.169

    What is your operating system & web browser?

  • Mail will not install  after my new installation  & recent updates

    i just did a brand new install of leopard. i clik on mail . im at welcome to mail and it goes nowhere. pop to smtp spinning and spinning and it wont configure
    this has been working flawlessly.
    this is outrageously furious. i am entering all the right data
    what the f is going on?????????????????

    If you have a laptop, you might try downloading from a different network, or use wired instead of wireless if possible.

  • Bizarre error in terminal after latest system update while running "purge" command

    sh-3.2# purge
    [ERROR]    <CPPathUtils.c:526>    The device-file for this operating system, 'osx-12.1.0.xml', was not found. An attempt to revert to a previous revision of the OS device-file: 'osx-12.0.0.xml' has been made. Please file a Radar report with Apple, on the 'CoreProfile' component, version 'X'.
    purge seems to still work, but now every instance of purge is immediately replied with the above error
    any ideas?  is this serious?

    My suggestion is to do the following as this is a level 3 error so hence is non critical:
    1. Open Terminal.app
    2. cd /System/Library/PrivateFrameworks/CoreProfile.framework/Versions/A/Resources/De vices/
    3. sudo ln -s osx-12.0.0.xml osx-12.1.0.xml
    4. Enter password if asked
    By adding a soft symbolic link you fool the purge command into believing the newer file exists. This type of link is non-distructive and hence if the file osx-12.1.0.xml will be overwritten if it is installed with a future update.
    Use this at your own risk but it does offer a temporary fix. Its hard to say if the issue is fixed in 10.8.2 we will have to wait to find out. The fix has the benefit of preventing the annoying message about rolling back as the roll back will be done behind the scenes using the link.

  • Why do i get error 7 at new file when trying to run the calibration?

    We have installed the DAQ software/drivers and then installed the Labview calibration program all according to the user manual.  As soon as we try to start the calibration after clicking "OK" when prompted to insert the standard unit, I get a message saying "Error 7 occured at New File".  How do I change the file path manually?

    Ummm... well, that's a little more information, but it doesn't help to shed any real light. You still have not explained what LabVIEW program you're running. Is this something you wrote? Is this something you got from somewhere? Did it come with the light meters? Can you post the code?

  • Trying to install Elements 11 on a new iMac but keep getting the the Installation Status error "Inconsistency in the installer database"

    Tried installing same the DVD on a new iMac but the above error keeps popping up all the time.
    Tried loading the same DVD on a macbook pro laptop all works fine, don't require the program on the macbook pro but why doesn't it install on the brand new iMac?
    Both are running OS X Yosemite

    Error "...Installer Database is Corrupt..." when you install Adobe Creative Suite 3 products

  • I keep receiving an error message when i try to update/uninstall 0x80004002

    I receive an error message whenever I try to update/uninstall iTunes. It says, "error message 0x80004002: this feature cannot be used, please contact your technical administrator"

    Yep. Tried that. And just did it again.
    Still no joy.

Maybe you are looking for

  • How to generate a report from data entered by users in XML forms

    hi,   i have a requirement to generate report from xml forms which are created using XML forms Builder and stored in Km folders. management want to see in a single report all the activities of all the users in the xml form in such a way that one row

  • How to configure multiple domains in Active directory

    HI, How can I configure multiple domains on Active Directory. When I installed AD it asked for a domain name, there I gave ravigupta.com as domain name. But now I find no way of creating another domain. I am a java developer and my task is to write a

  • ERROR Command File filename Not Found.

    Hi all, I am trying to automate the import of interface tables into Planning Dimension library. I am getting the below error. I have tried lot of methods in the way I call the Import.txt from epma-batch-client.bat but nothing seem to work. Your help

  • Debit Note/Credit Note Issue help!

    Dear all Gurus, I am a bit confused with the last few steps of the return to vendor process. Here is the process. 1) Return PO is created. 2) Delivery Order created 3) PGI 4) Enter Credit Memo at MIRO Is the above process above correct? For the last

  • HT1040 I continue to get "stuck" in the preview mode.  No pdf. is ever generated.

    I have updated my credit card information. This is an 80 page book. I get to "your book is being prepared" and then get on hourglass after it is 1/5th through. Any ideas?