Makepkg, upgrade and config-files

Hello,
At the moment I work on a package for the programm "vdr". Without any start-parameters (in this case: -c /etc/vdr) vdr save and load its config files in the folder /mnt/vdr-recordings. 
In the future i would like to use the start-parameter (-c /etc/vdr). With this parameter vdr loads its config files from /etc/vdr.
vdr creates some default config files during the make process. Afterwards I copy the files from /mnt/vdr-recordings to /etc/vdr.
This work fine 
Now my problem: ;-)
If I want to update vdr with a new version (pacman -U vdr-1.3.35-2.tar.gz), pacman overwrite all config files in /etc/vdr, although I changed the config files after installing vdr the first time.
According to the pacman manual pages, pacman should decide not to overwrite the file, if I have changed the installed ones (in /etc/vdr)
And finally the question ;-)
Is there any way to declare the config files in /etc/vdr as "true config files" and handle it, like pacman should do it?
The PKGBUILD:
pkgname=vdr
pkgver=1.3.35
pkgrel=2
pkgdesc="A video disk recorder softcam-plugin support"
url="http://www.cadsoft.de/vdr/"
#license=""
#depends=(libjpeg)
#makedepends=()
#conflicts=()
#replaces=()
#backup=()
#install=
source=(ftp://ftp.cadsoft.de/vdr/Developer/$pkgname-$pkgver.tar.bz2
ci.h.patch
dvbdevice.c.patch
pat.c.patch
sclink.h.patch)
md5sums=('c47d505bdf30bed26f6e82a47bb39b98' 'e97f8f07f4465b767c1159f13778d1b3'
'5169351e752ed42b96355235fb7ca1cc' '387a7c7c56c9b6bf9e98889994a3f159'
'3f7bab8b80f440a5ab88453bd4b89b84')
build() {
cd $startdir/src/$pkgname-$pkgver
patch -Np1 -i $startdir/src/ci.h.patch || return 1
patch -Np1 -i $startdir/src/dvbdevice.c.patch || return 1
patch -Np1 -i $startdir/src/pat.c.patch || return 1
patch -Np1 -i $startdir/src/sclink.h.patch || return 1
make NO_KBD=1 || return 1
make plugins
make BINDIR=$startdir/pkg/usr/bin/ MANDIR=$startdir/pkg/usr/man/ VIDEODIR=$startdir/pkg/mnt/vdr-recordings/ install
mkdir -p $startdir/pkg/etc/vdr/plugins
mkdir -p $startdir/pkg/usr/lib/vdr
cd $startdir/pkg/mnt/vdr-recordings/
install -D -m644 ca.conf $startdir/pkg/etc/vdr/ca.conf
install -D -m644 channels.conf $startdir/pkg/etc/vdr/channels.conf
install -D -m644 diseqc.conf $startdir/pkg/etc/vdr/diseqc.conf
install -D -m644 keymacros.conf $startdir/pkg/etc/vdr/keymacros.conf
install -D -m644 sources.conf $startdir/pkg/etc/vdr/sources.conf
install -D -m644 svdrphosts.conf $startdir/pkg/etc/vdr/svdrphosts.conf
rm ca.conf channels.conf diseqc.conf keymacros.conf sources.conf svdrphosts.conf
cd /usr/src/
rm -rf $pkgname-$pkgver/
mkdir -p $pkgname-$pkgver/
cp -r $startdir/src/$pkgname-$pkgver/* $pkgname-$pkgver/
rm -f vdr
ln -s $pkgname-$pkgver vdr
Thanks for your answers 
Greetings
Flasher

You need to use the backup field.
List the config files you don't want pacman to overwrite:
backup=(etc/vdr/configfile1 etc/vdr/configfile2)
And do not put the leading /  because it won't work.

Similar Messages

  • Appropriate directory for themes, logs and config files

    Hello, I would like to know what would be the appropriate directory to place a application's config directory that contains themes, logs and config files for that application.
    I want that directory to be accessible but since ~/Library is now invisible on Lion, that kinda rules it out for accessibility. The only place left now would be ~/Applications, but I don't think it was intended for that.
    There is also an invisible config file that contains the path to the config directory and that's what the app uses to know where the config directory is located. The current emplacement of that config file is in the home directory, which I think is not in accordance to Apple's guidelines. So where should I place that file?
    What should I do?
    Thanks

    Whee wrote:
    I wish I could choose both of your answers as being the good one.
    Thanks for the additional info about the Home and Documents directory, that clears a lot of things up. I needed to know that too. Do you know where that documents is located now? http://developer.apple.com/library/mac/#documentation/MacOSX/Conceptual/BPFileSy stem/Articles/WhereToPutFiles.html
    Apple prefers you use the system API for these things. Here is one document that explains it.
    So even though I won't use NSDefaults because what I am working on is a cross Platform app that is in C, I will put the config file in ~/Library/Preferences and the config folder in ~/Library/Application Support.
    Almost everything has a C equivalent. You can use CFPreferences instead. I strongly urge you to use one of the system APIs instead of trying to write your own files. For one thing, the user can put their home directory virtually anywhere they want. For another, Lion is rewriting the underlying architecture with the new screen sharing and iCloud. If you use the system APIs, your program will work properly with any new technologies or custom network settings.

  • Upgrading Controller and Config Files

    Hello,
    I am upgrading my 4402 controller from 4.1.171.0 to 4.2.130. It says I need to save my current config because it will get dumped when I do the upgrade. What extension type do I save the config files as? It does not state this anywhere...
    Cisco sure doesn't make this process very easy. Save config file. Upgrade code. Download saved config file to controller. Hope nothing gets corrupted with all that and hope everything is re-enabled and configured like it was before upgrade? Seems like a lot can go wrong...

    Jerome,
    This is from the 4.2.112.0 release notes:
    In controller software 4.2, the controller's bootup configuration file is stored in an Extensible Markup
    Language (XML) format rather than in binary format. Therefore, you cannot download a binary
    configuration file onto a controller running software release 4.2. However, when you upgrade a
    controller from a previous software release to 4.2, the configuration file is migrated and converted to
    XML.
    This conflicts with what Cisco states earlier in their documentation. I thought when you upgrade it wipes everything and you loser your current config? After reading this section I gather that I only lose the running config and that it will upgrade the config stored in NVRAM? That all makes a lot more sense than what they say earlier in the guide. Once I do the upgrade I can't impor the old config due to it being in the wrong format.
    So in closing this mess my take is that I just need to upload the new software image to the controller. It will load the new software version and then convert the existing config in NVRAM into the new .xml format? Yes?

  • How to Add JAR files and Config files to CLASSPATH at runtime?

    QUERY:
    During runtime, I need to load the JAR files and relevant config files( .cfg files and .properties file) into CLASSPATH and run a specific java program from one of the JAR which is available in CLASSPATH.
    Please advise me any relevant Java API details or a sample java program to implement the above use case.
    Thanks in advance.

    During runtime, I need to load the JAR files and relevant config files( .cfg files and .properties file) into CLASSPATH and run a specific java program from one of the JAR which is available in CLASSPATH.
    Please advise me any relevant Java API details or a sample java program to implement the above use case.
    You don't add to YOUR classpath once your app is launched.
    You create a NEW process for the app you want to run and provide the proper environment for it to run in - including any PATH or CLASSPATH environment variables.
    The Java API for the ProcessBuilder class has a simple example that shows how to create the arguments and launch an external application.
    ProcessBuilder (Java Platform SE 7 )
    There are also PLENTY of other examples of using ProcessBuilder; just search the net.

  • Makepkg -p and install files

    Hi,
    i have a local, personal repository with following structure
    ├── abs
    │ ├── ...
    │ └── <reponame>
    │ ├── ...
    │ └── <pkgname>
    │ ├── PKGBUILD
    │ └── ...
    ├── build
    │ ├── ...
    │ └── <reponame>
    │ ├── ...
    │ └── <pkgname>
    │ ├── src
    │ ├── pkg
    │ └── ...
    └── pkg
    ├── ...
    └── <reponame>
    ├── *.pkg.{xz,gz,...}
    └── <reponame>.db.tar.gz
    I'm building packages by executing this single command within the build/<reponame>/<pkgname> directory:
    export PKGDEST=<path-to-'pkg'>/<reponame> && makepkg -p <path-to-'abs'>/<path-to-'buildscript'>
    This doesn't clutter my abs directory where the build instruction files are located, the build process itself is done in its own directory, and the output package is stored in a directory known by pacman. Everything without the need of manually copying any files as opposed to the ABS wiki page.
    The Problem:
    If the PKGBUILD file contains an option about an install script which is located in the same directory as the PKGBUILD, makepkg complains about missing install files. I've already tried to add the install script in the source option array, but this doesn't work too. Does the -p option only observe the buildscript?
    Is there a better way to do a three step 'build instruction'-'build'-'package destination' process, without manually copying PKGBUILD and install files?

    Ok, i'll stick with rsyncing the 'abs' tree to the 'build' tree so far. The BUILDDIR environment variable sounds quite useful. If i undestand this variable correctly by its name, i could make a
    export PKGDEST=<path-to-'pkg'>/<reponame> && export BUILDDIR=<path-to-'build'>/<reponame>/<pkgname> && makepkg
    inside the 'abs' tree. To ease the command i could also make a special makepkg.conf for this repository, so i don't have to export these environment variables every time.

  • JSP forms and config files

    Hi, i am new i Java, at least in writing JSP. I have few questions.
    I'm working on simple login\register web application.
    'Cause this is just "school" task, i tried to make it work with simple form fields control in jsp file and forwarding that request to servlet. For database of users, i'm using mysql 4.1 database. i would like to know next.
    How i can remove code form servlet that is connecting through org.gjt.mm.mysql.Driver on database, and make another class that will return me something that is result of this, and what should result be?
    Also, 'cause of this newmade class, how i'm supposed to make and organize config file in witch i could place jdbc driver and connection url, username and password to my database, so i could only call previous made class's method without changing it's code? this is needed in case i change my database server.
    Also, though this is not a question, then asking, where i can find some little more of lessons in this, or an example, so i could see just a little of this thematics how this works in reality?
    Thank u.

    So you want to be able to configure your database seperately of your web app. In a config file somewhere.
    How i can remove code form servlet that is connecting through
    Zorg.gjt.mm.mysql.Driver on database, and make another class that
    will return me something that is result of this, and what should result be?The current approach is to use a DataSource object to access database connections. Often the DataSource is accessed via JNDI
    how i'm supposed to make and organize config file in witch i could
    place jdbc driver and connection url, username and password to my databaseUnsurprisingly, most application servers will do this for you.
    Here is a link to how Tomcat configures it:
    http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html

  • Upgrading shadow config file....

    Hi all,
    Just did a pacman -Syu and everything went well.  Some config files were saved with the extension  .pacnew
    Now this usually means the user must edit those files, all well and good.  My question is how to go about editing the shadow.pacnew file.   What precisely should I edit in it as regards the original shadow file?
    Do I
    1) simple remove the original shadow file and rename shadow.pacnew as shadow?  ( seems like a bad idea )
    2) add my username to the shadow.pacnew file  then do the above in 1?
    Hopefully the answer to this will not be as blindingly obvious as the answer kindly provided to me in my last post was.  ( The answer WAS appreciated, believe me,  I just hate asking questions when a little more research would have provided the answer...yeah, it is a character flaw!)
    Thanks,
    BobL

    3. Ignore it. The shadow file is auto generated based on your /etc/passwd file. If you put the new one in place of your old one, all your passwords go poof.
    Although, maybe shadow- is the backup..never paid much attention to it..
    *scratches head*

  • Class library in a web app and config files

    I built some class libraries and included them in a web project. Where do I put configuration files so the class library can access them? no matter where I put it, i keep getting file not found. What I've been doing is having a JSP read the config details and pass it to the class library. Is there another way?

    I guess the question is where IT thinks the file is? What code are you using to load it?
    I guess what I'm asking is where is the default folder for FileInputStream?The default folder is your runtime working directory. More often than not thats the "bin" directory of Tomcat. Not a great place to go looking for files.
    getResource() and all that can be accessed from the JSP but those aren't available to me from within the class libraries. Are you saying you don't have access to a ClassLoader object that you can call getResource or getResourceAsStream on? You should be able to access things in the WEB-INF/classes directory in that way.
    Given a web app, my first inclination would be to use the ServletContext.getResourceAsStream method.
    Rather than passing in a file name, why not an InputStream, or byte[] ?
    cheers,
    evnafets

  • Config Files Backup to Avoid Interface Bug

    I have recently upgraded to Adobe Creative Suite Master
    Collection. Although I am impressed with the collection for the
    most part, I can't believe that Adobe has not addressed a glaring
    bug in the user interface that will contsantly corrupt the sites
    list and configuration files.
    The bug stems from having a large website portfolio. As a web
    designer, as well as a webmaster, I have just finished configuring
    most of the sites and directories I need immediate access to.
    Dreamweaver CS3 could not import the previous site list and
    configuration because of the interface bug which is constantly
    corrupting that file. What happens, is that I select the website to
    work on (say, dnsite.com) from the drop down list, and am satisied
    that I am there. Unfortunately, my attention is diverted or I
    simply forget to click somewhere else in the window. If I would
    click somewhere else in the window, things would be fine. But that
    fact that I need to is a true interface bug, because when I don't
    click somewhere else (for whatever reason), I look at my list of
    files and immediately start to scroll down through the file list to
    get to the file I want to work on, BY USING THE MOUSE WHEEL, like I
    always do. However, because I have not clicked outside of that
    original site list drop down box, that site list selector scrolls.
    The result is that Dw loads and scans each site over and over until
    it comes to the end of the list, OR CORRUPTS THE SITE LIST AND
    CONFIG FILE. This happens all the time with me, and it is extremely
    infuriating. In order to combat this interface design bug, and Dw's
    inability to protect its own configuration files by handling them
    correctly, or even producing a backup file that it can revert to in
    the event that it has corrupted that last site list and config
    file, this interface bug has forced me to manually backup the site
    list and config file. But apparently, this file has moved since
    Dreamweaver 2004 MX?
    By the way, it would be simple to fix this bug with a simple
    pop-up dialogue window that would disappear once the correct site
    was selected (duh... I thought that Adobe's noted interface design
    excellence would have fixed this strange idiotic flaw immediately,
    but I see they haven't addresses anything us web designers want or
    need). I know Macromedia was working on the interface, but they
    never did get it right and I was expecting BIG improvements from
    Adobe RIGHT AWAY (because they are so good at it and Macromedia was
    so poor at UI design).
    Because of this this bug, and because I just configured over
    60 websites that I need to maintain immediate access to, I need to
    backup my website list and configuration file, but I see that it
    has changed or moved. It used to be in the application data folder
    in the folder up one directory from the My Documents for my
    username on the computer, but I can't find it anymore. I checked
    All Users as well. Where has this file gone, and what is it named,
    now?
    By the way, as a default, you would be saving me and other
    web designers a great deal of time (re)configuring my list of sites
    if you would have included .psd .ai and .eps as file extensions to
    cloak. Macromedia didn't do this because they didn't want to
    promote you, but you own this software now, update it.
    So little thought has gone into this update that I am truly
    dissapointed. Dw used to improve with each update. You can't tell
    me anyone is happy with it and keep a straight face.
    -Doug
    Symbiotic Design

    > to the file I want to work on, BY USING THE MOUSE WHEEL,
    like I always do.
    > However, because I have not clicked outside of that
    original site list drop
    > down box, that site list selector scrolls.
    Not what you'll want to hear probably- but the site list
    scrolls again
    because the site list drop down is what has focus. It has
    focus until you
    click something else. That's the GUI behavior i would expect
    instead of a
    warning dialog box getting in the way.
    click in the files panel if you want to scroll the list of
    files for the
    chosen site.
    location of Configuration folder:
    Dreamweaver CS3 on Windows Vista:
    C:\Users\[username]\AppData\Roaming\Adobe\Dreamweaver
    9\Configuration
    * Dreamweaver 8 on Windows Vista:
    C:\Users\[username]\AppData\Roaming\Macromedia\Dreamweaver
    8\Configuration
    * Dreamweaver CS3 on Windows XP:
    C:\Documents and Settings\[username]\Application
    Data\Adobe\Dreamweaver
    9\Configuration
    * Dreamweaver 8 on Windows XP & 2000:
    C:\Documents and Settings\[username]\Application
    Data\Macromedia\Dreamweaver
    8\Configuration
    * Dreamweaver CS3 on Mac OS X:
    Mac HD:Users:[username]:Library:Application
    Support:Adobe:Dreamweaver
    9:Configuration
    * Dreamweaver 8 on Mac OS X:
    Mac HD:Users:[username]:Library:Application
    Support:Macromedia:Dreamweaver
    8:Configuration
    The site definition information is stored in a Registry Key
    on windows.
    mm-exporter.joexx.de/ is a free third-party utility that can
    handle this and
    other tasks.
    The site defs on macintosh- probaby easiest to use the Export
    button in the
    manage sites dialog box. Can't lay hands on the file location
    offhand.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • [SOLVED]Shutdown fails, probably because of some config file I changed

    Right, i can't shutdown or reboot properly (pm-util's suspend works).
    When I try, all (or most, I can't tell) of the deamons are closed properly, but then something attempts to do something with slimlock. It loops so fast I cant' really read the error
    message, but I don't think slimlock is even suposed to be accessed at that point.
    Deleting slimlock doesn't help, it just gives a "couldn't find command slimlock" (or something similar) error instead.
    I have some vague idea that I'm to blame this, because I seem to remember messing around with the shutdown process, trying to get it to call slimlock before anything else.
    The thing is; I don't remember.
    From now on I'll keep some file with a log of changes I make to scripts and config files, to make this easier, but this time I really need help finding out what the heck I've done : )
    Last edited by Bladtman242 (2012-03-10 01:48:46)

    I've commented the bash scripts out, and the problem persists.
    So I figured I could "limit" the search to
    find / -mtime -14 -and -size -2M -exec grep -lisE ".*slimlock.* {} \;"
    It turned out to be a "sleep" script in /bin.
    I still have no idea why that was called, but I'm marking the thread as solved
    Thanks for your efforts
    Last edited by Bladtman242 (2012-03-10 01:42:56)

  • Cisco 7920 and Aironet 1100 (Downloading config file)

    For some reason the 7920 is trying to Downlaod the config file and can't pass that screen.
    It authenticates just fine and the i get the screen "downloading config file" and that's it.
    It's been doing the same thig all morning.
    Not sure what's going on.
    please help.
    Call Manager 4.1.3 Aironet 1100
    Thanks
    Zeek

    ok, so i guess after a while, the phone said "upgrading firmware" and after resseting, i got to the screen with the line up.
    I still have a problem though.
    i can dial a phone, it will call but once someone answer on the other side, the 7920 resets itself.
    PLease help.

  • XML file in the form of .config file how to convert it to class and store it in single object

    Hi,
    I have a config file in which i have to convert it to class and get an object.
    example:
    <?xml version="1.0" encoding="utf-8" ?>
    <xyz xmlns="">
      <Container name ="Basic">
        <Connectivity user="" server="" protocol="udp"/>
        <Connectivity user="" server="" protocol="udp"/>
      </Container>
      <Container name ="Cp">
        <settings version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.counterpath.com/cps">
          <domain name="audio">
            <section name="headset">
              <setting name="audio_in_agc_enabled " value="1"/>
            </section>
            <section name="incoming">
              <setting name="use_agc" value="1"/>
            </section>
            <section name="vad">
            </section>
          </domain>
          <domain name="system">
            <section name="qos">
              <setting name="audio" value="tos 46"/>
            </section>
            <section name="dtmf">
              <setting name="force_send_in_band" value="0"/>
              <setting name="minimum_rfc2833_play_time" value="40"/>
            </section>
            <section name="network">
              <setting name="dtx_enabled" value="0"/>
            </section>
            <section name="diagnostics">
              <setting name="enable_logging" value="1"/>
              <setting name="log_level" value="Error"/>
            </section>
            <section name="general">
              <setting name="add_OS_version_to_user_agent_header" value="1"/>
            </section>
            <section name="indialog_notify">
              <setting name="enable_indialognotify" value="1"/>
            </section>
          </domain>
          <domain name="rtp">
            <section name="2833">
              <setting name="enabled" value="1"/>
              <setting name="packet_time_in_ms" value="60"/>
              <setting name="payload_number" value="101"/>
            </section>
            <section name="inactivity">
              <setting name="timer_enabled" value="0"/>
            </section>
          </domain>
          <domain name="proxies">
            <section name="proxy0">
            </section>
            <section name="proxy1">
            </section>
          </domain>
          <domain name="ggg">
            <section name="device">
              <setting name="use_headset" value="1"/>
              <setting name="rrr" value="1"/>
              <setting name="eee" value="480"/>
              <setting name="eme" value="hhh"/>
              <setting name="headset_name" value="vvv"/>
              <setting name="manual_audio_devices_configure" value="0"/>
              <setting name="audio_in_device" value=""/>
              <setting name="audio_out_device" value=""/>
              <setting name="ringer_device" value=""/>
            </section>
            <section name="system">
              <setting name="export_settings" value="EndpointSettings.xml"/>
              <setting name="enable_export_settings" value="0"/>
              <setting name="log_level_AbstractPhone" value="0"/>
              <setting name="log_level_Audio" value="0"/>
              <setting name="log_level_Auto Configuration" value="0"/>
              <setting name="log_level_CCM" value="0"/>
              <setting name="log_level_Conferencing" value="0"/>
              <setting name="log_level_Contacts" value="0"/>
              <setting name="log_level_DNS" value="0"/>
              <setting name="log_level_GUI" value="0"/>
              <setting name="log_level_Jitter" value="0"/>
              <setting name="log_level_Licensing" value="0"/>
              <setting name="log_level_Media" value="0"/>
              <setting name="log_level_Privacy" value="0"/>
              <setting name="log_level_RTP" value="0"/>
              <setting name="log_level_STUN" value="0"/>
              <setting name="log_level_Security" value="0"/>
              <setting name="log_level_Storage" value="0"/>
              <setting name="log_level_Transport" value="0"/>
              <setting name="log_level_USB Devices" value="Info"/>
              <setting name="log_level_Utilities" value="0"/>
              <setting name="log_level_Video" value="0"/>
              <setting name="log_level_Voice Quality" value="0"/>
              <setting name="log_level_XMPP" value="0"/>
              <setting name="log_level_Endpoint" value="6"/>
            </section>
            <section name="beeptone">
              <setting name="play_locally" value="0"/>
              <setting name="enable_beeptone" value="1"/>
              <setting name="beeptone_file" value="beep.wav"/>
              <setting name="beeptone_timeout" value="30000"/>
            </section>
            <section name="dtmf">
              <setting name="play_locally" value="1"/>
              <setting name="pause_start_stop_dtmf" value="100"/>
            </section>
            <section name="control">
              <setting name="auto_answer" value="0"/>
            </section>
            <section name="ctrol">
              <setting name="auto_ans" value="0"/>
            </section>
          </domain>
        </settings>
      </Container>
    </xyz>
    Please help me out in creating an object from it.
    Thanks,
    Hiranmayee

    It's one of those things you usually start from the other end.
    IE with a class and then serialise / deserialize to xml.
    Because you have a namespace in there:
    <settings version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.counterpath.com/cps">
    I think you will find linq to xml will have issues with that.
    You could still use xpath to pick data out of there and there's been a thread on the c# forum recently which is relevent:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/2dc0581e-f2fd-4fd3-89ee-e59280c398e6/read-xml?forum=csharpgeneral
    Why do you want to turn that into an object?
    By the way.
    This isn't a wpf question and you should probably have posted it on the c# forum.
    Hope that helps.
    Recent Technet articles: Property List Editing;
    Dynamic XAML

  • How to add shortcuts to user Start Menu and Taskbar or Desktop with using Microsoft Office 2013 Config file.

    Hello,
    How can i add the shortcuts for Office 2013 feature (Word, excel, ext) to the users taskbar or desktop with using config.xml file while installing the Microsoft Office 2013 from SCCM?
    I know how to do that with OCT, but i have another problem if i use OCT. So i have to do it with Config.file, but i don't know which code can i write on config.xml file to create shortcut on desktop or taskbar...
    Regards,

    Hi
    There is a known issue about
    changing the shortcut location for an Office 2013 application:
    When you try to change the shortcut locations for Office 2013 applications in the Office Customization Tool (OCT), you receive the following error message:
    Invalid start in folder. Please try again.
    Then, you add the Start in location for Office 2013 and run a customized installation. When you double-click the shortcuts that are displayed on the desktop, Configure shortcuts does
    not work and you receive the following error message: 
    Sorry, we couldn’t find your file. Is it possible it was moved, renamed or deleted?
    To work around this issue, type a single open bracket ([) in the Start in
    field.  
    In addition, refer to the link below on "Configure shortcuts" in OCT:
    http://technet.microsoft.com/en-us/library/cc179097.aspx#Configure_shortcuts
    Regards
    Tylor Wang
    TechNet Community Support

  • My ipod touch is broken and if i upgrade to ipad, will my music,photos and video files be transfered over to ipad?

    My ipod touch won't turn on and I have tried the reset button n home button a few times, it still won't work. So, I'm thinking of upgrading to Ipad but I do not want to lose my files from Ipod Touch. My question is, will all the files I have synced up to date be transfered over to the Ipad? My music, movies and photo files. Thanks

    Follow the instructions in this procedure to the letter. Here they are, with emphasis on some easily overlooked requirements.
    It needs some charge to get anywhere at all - that is addressed in Step 3:
    Disconnect the USB cable from the iPod touch, but leave the other end of the cable connected to your computer's USB port.
    Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the device to turn off.If you cannot turn off the device using the slider, press and hold the Sleep/Wake and Home buttons at the same time. When the device turns off, release only the Sleep/Wake button.
    Continue pressing and holding the Home button while you reconnect the USB cable to the device. The device should turn on.Note: If you see the "low battery" screen, let the device charge for at least ten minutes to ensure that the battery has some charge, and then start with step 2 again.
    Continue holding the Home button until you see the "Connect to iTunes" screen. When this screen appears (iTunes icon and USB connector) release the Home button.
    If necessary, open iTunes. You should see the "recovery mode" alert ("iTunes has detected a phone in recovery mode").
    Use iTunes to restore the iPod.
    If you do not see the "Connect to iTunes" screen, try these steps again. If you see the "Connect to iTunes" screen but the device does not appear in iTunes, see this article and its related links.
    Select the iPod in iTunes and choose "restore from backup".
    If this procedure doesn't work, you have done all you can and only Apple may be able to help. Have them look at it while you shop for your iPad

  • Itunes was working fine. Tries to install latest upgrade and get error message about an invalid character in the path "Program Files (x86)". PC, Win7, nothing else appears to be having same issue.

    Itunes was working fine. Tried to install latest upgrade and get error message about an invalid character in the path "Program Files (x86)". PC, Win7, nothing else appears to be having same issue. Program still works, simply cannor upgrade.

    Thanks b noir,
    I tried this solution without success. After FixIt ran and didn't find a problem, either in looking for issues with "software upgrade" or "iTunes" it kindly offered to help me uninstall iTunes. I had thought of this as a possibilty but it seems to me that if you do that you lose a lot of "non-native-to-Apple" information you might have entered. I did this once and recovery was painfull. Is there a way to uninstall iTunes without losing all of that sort of thing? Any help would be appreciated.

Maybe you are looking for