How to add new files to portable application?

as the topic,.

I have the version portable app using thinapp...

but I have a need to add new files in the portable application with ease (because it must be done by the user who have little knowledge about IT / computer).

is any way to do without re - build the portable application and do it with ease?

PS: I know how to update the existing files with ease, but I need to add new files with ease (as just copy the new files in certain folders) and do not use the cmd built-in (because it would be too difficult to teach users to use cmd)

THX

An explorer.exe is running inside the virtual environment easy enough? There you can copy both in and out of the bubble.

More information on enable this: http://blogs.vmware.com/thinapp/2008/10/running-explore.html

Tags: VMware

Similar Questions

  • Cloning Database 10 g mode archive - how to add new files to archive created

    DEAT all

    I want to clone the oracle 10g database using hot backup. archive database mode.
    Database is running user data entry contifue, during the hot backup there is about 3 to 5 news archive created log. Please guide me how to add these new created log archiving in the cloning process.

    Thank you

    Alter system switch logfile;

    SQL > select SNA max(first_change#) from v$ archived_log;

    SNA
    ----------
    8592924

    alter tablespace tablespace1 begin backup;
    alter tablespace tablespace2 begin backup;
    alter tablespace tablespace3 begin backup;
    .........

    alter tablespace tablespace1 backup end;
    alter tablespace tablespace2 backup end;
    alter tablespace tablespace3 backup end;
    .........

    Select name from v$ archived_log where first_change # > = order by name 8592924

    NAME
    ----------------------------------------
    F:\ARCHIVELOGS\ARC00390_0664080689.001
    F:\ARCHIVELOGS\ARC00391_0664080689.001
    F:\ARCHIVELOGS\ARC00392_0664080689.001

    create pfile = "< new sid of the database > init .ora ' of spfile;"

    ALTER database backup controlfile to trace as "/ home/oracle/cr_ < new sid > .sql"

    STARTUP NOMOUNT
    CREATE CONTROLFILE SET DATABASE "ORCL" RESETLOGS NOARCHIVELOG LOGGING FORCE
    MAXLOGFILES 50
    MAXLOGMEMBERS 5
    MAXDATAFILES 100
    MAXINSTANCES 1
    MAXLOGHISTORY 453
    LOGFILE
    GROUP 1 'E:\oracle/oradata/dg9a/redo01.log' SIZE 100 M
    -------
    DATA FILE

    Published by: Mohamed najib on November 15, 2008 12:54

    When you try to start the database copied to the new server you will find that it must recover - because it was taken in hot backup mode.
    This is why you must copy the archivelogs that are generated from the first archivelog after the first "alter tablespace begin backup" to the first after the last archivelog "alter tablespace end backup.
    I see that you also include a script CREATE CONTROLFILE.
    You that would go to the cloned environment.
    Then you type the command RECOVER database using BACKUP CONTROLFILE until CANCEL to standardize the clone.
    You can, of course, use the same method to copy these archivelogs that you use to copy the files from database - tar, cpio, Ribbon, etc.

  • How to add new file to Premiere Pro CS3 formats?

    Almost all the videos that I've made have been default in .avi format.  I want to make some .mp4s or .wmvs or even the .mov files.  What can I do to make these options available?

    Must be the file > export > Adobe Media Encoder. There you will have drop-down lists for many formats with CODEC changes.

    My guess is you just select the default value, which was probably one of the formats AVI and IIRC, the CODEC is probably of Radius CinePak (a very, very old CODEC).

    Also, just to clarify, you talk about 'Export' here and not "rendered", which is a process to get smoother playback. It does not create an AVI file, but it is used internally by the program, just for reading.

    Good luck

    Hunt

  • How to copy a folder to an external hard drive with the same file on it and have it just add new files instead of replace all old already on there, as well as to add new?

    I want to copy a folder to an external hard drive with the file already on it and not having to replace all the files each time. I just want to click and drag the folder to the external hard drive and have it add new files I've added in the folder on my pc over time on the external hard drive. It's annoying to have to replace alllll the files each time.

    Thank you!

    A simple way is to use the second copy of Centered.com software. It is reasonably priced and will do exactly what you want. MS - MVP - Elephant Boy computers - don't panic!

  • How to add a file in air installed app (not the folder of files/myApp program)

    Hello

    How to add a file in the "documents and setting / all users / start menu / programs / myApp ' folder where to install an application Adobe AIR for Windows (xp, vista, win7) or Mac.

    could you show me sample code, please,

    Thank you...

    It is not available with the default installation of .air (other than a shortcut to the application).  However, I would suggest a look at the options of functioning in captivity and roll your own Installer.  This way you can do whatever you want on the unrestricted installation.

    http://www.Adobe.com/devnet/air/articles/air3-install-and-deployment-options.html

    Thank you

    Chris

  • How to add new fields of contacts and accounts?

    How to add new fields of contacts and accounts?

    You can use 'Fields' and 'View '.

  • How to add new data and delete old data from a custom text file?

    Hi guys!

    Well, I'm in a bit of trouble.

    I need to make a request to some GPS tools. Split data in indicators, generate coordinates (google maps format), and so it goes.

    One of the functions of the systems is the calculation of oscillation of coordinates. The formula should be: latitude 1 - latitude 2 = latitude AND longitude 1 - 2 = swing longitude longitude oscillation.

    Since I'm on two values, I thought: "Oh, if I connect these data in a file, I just pick up and do all the calculations part." Yes, this idea is adapted to my needs (even if it is not the best, the computer part solved my problem).

    BUT I don't see a way to write the current value of the loop and erase the old results.

    For example, suppose that loop 1 gave me 1.00000, 2,00000 coordinates and loop 2 gave me the coordinates 3.00000 and 4.00000. Right?

    My log file is similar to: 1.00000,2.00000; 3.00000,4.00000;

    Well, it works. However, we will look forward to loop 3: coordinates 5.00000,6.00000.

    If the program connects to it, I would get the chain: 1.00000,2.00000; 5.00000,6.00000; When I really need 3.00000,4.00000; 5.00000,6.00000;.

    For this reason, when I apply the calculation of oscillation, it will always take the most recent value and do all the calculations with the first result (from loop 1).

    Well, I wonder that there is a way to add new data to a file and replace the old values, with simple code. If anyone knows how, please respond here!

    Considerations:

    (1) I want to do it as simple as possible. My code is kind of great, and it is not appropriate to insert structures or library now.

    (2) maybe the explanation is not as simple as it is for me. Really, I couldn't find a better way to say what I need.

    (3) if someone has doubts as to my doubts, please just comment and I'll try to be as specific as possible.

    Thanks in advance!

    I guess my question is why write a file just to delete.

    If you pass an array of points from one iteration to another, you will have to take extra time to open the file, read the file, delete the old data, writing the new data, save the file, and then close the file.  It would be pretty much the same thing, but without having to go through the hard drive.

    Just a thought.

  • How to add additional files in the native installer?

    I've been advised to post this question in this forum after being unable to get a resolution in the forums of the AIR:

    I have the extra text and XML files used as configuration files, I would like to package and install in the directory of the application with my AIR application.  I am creating a package install native in Flash Builder, and I can't understand how to include these additional files that will be installed.  Is there a way to do this in Flash Builder, or I have to use another method to achieve this?

    Here's what I've tried so far without success:

    http://forums.Adobe.com/thread/746709?TSTART=0

    It doesn't matter what I do when I click on:

    Export Release Build-> next-> next and access the content of AIR file screen, I never see additional files to include in the file of my AIR.

    (1) I tried to put files in the myapp\src folder.

    (2) I tried to put the files in the folder myapp\bin-debug.

    (3) I tried adding a-> new file in my project and associating it to a file in the myapp\src folder

    None of these things work.

    Without adding these additional files to the application of AIR, my project will be useless. How can I achieve this in Flash Builder?

    Thank you!

    Ah ok I see what the problem is now. The problem is with the way Eclipse (and thus Flash Builder) deal with files and workspaces. Eclipse maintains its own representation of the view of filesystem for files/projects in your workspace. If you add files manually out of Eclipse, he will not see me, you specify to refresh. Whenever I have sync Perforce files for example, I always select all the top-level work together in Eclipse and hit refresh.

    Now there is an option for refreshing, it is under preferences-> General-> workspace, the "Refersh automatically" check box. Control that will help you when you work out eclipse in source control systems etc.

    Rather than add files via the file system, you can also copy files from Windows/Mac file system and then paste them into the view Explorer of Package in Flash Builder, then it will know about them.

    Hope that helps!

    -george

  • How to add the file to the existing catalog

    Hello:

    How to add a new file already existing catalogue? If I using the regular method "-> import library", the old files will disappear.

    Thank you

    Images to be imported into Lightroom. When you go through the import process, when it has finished, it will seek you images of the previous import (import you just made). It's normal. If you look at the different sections on the left side of the library module, you'll see that "Previous import" is one of the sections. You will also notice that there is another section called "files". If you choose this section, you will be able to see the other folders that you have imported.

  • How to add registered files.

    Two questions.

    I use adobe dvrcast to save my live stream. the problem I have is when I stop the encoding during a live stream, a new file is not created, the existing stream is written above. How I preventive to happen.

    Is it possible to have all the VOD files located in a folder to roll over to the next during playback file.

    You can check if you all files in the introduction you dvrcast. Can you check whether you Application.xml in your dvrcast_origin folder. If you do not can create you one with the following content and keep the dvrcast_origin folder.

    Application.Xml

    fake

  • How to add new VO to existing AppModule

    I have an AppModule existing with certain existing vo
    Now, I created a new EO with links and a VO with viewlinks. The wizard asks me to add this to the existing appmodule which is ok but I want to add the VO again to be a child of an existing instance in the appmodule.

    By default, the wizard creates a new instance of the master with the new VO as a child. But how to add the new VO as a child to an existing instance in the appmodule? I can't find an option for that...

    Do you mean:

    1. go in the module-> application data model.
    2. Select an instance of VO already added in the data (right) model.
    3. click on the + in front on the object VO (left) so that it displays all the correspondign to view links for VO.
    4. choose on of them and he shuffle to the data model.

    In this way, you add a new detail to an existing instance of the VO in the data model.

    Or I do not understand your question?

    Edited by: Valhery 20-5-2010 23:41

  • How to add new folders in thunderbird for mac 38.2.0 POP3

    Switch PC to a macbook pro. Downloaded Thunderbird 38.2.0. I am trying to add new folders, under local folders. Trash and Outbox are in local folders, but I don't see how to add folders to organize my mail.

    Right-click

  • DVD Maker... How to add other files in an already created DVD

    Home Premium SP2

    I created a DVD using Windows DVD Maker in a rewritable DVD.
    How can I add several files into it?
    It was just still images in the DVD.
    Thank you.

    t-4-2

    After you create a video DVD you can not change it.

    Thank you.
    I found a way... save the project as MSDVD after DVD is created.

    t-4-2

  • How to add new SourceFire to the centre of defence

    Hello world

    Recently, we got new Sourcefire and need to know how to add it to the centre of defence.

    I'm new to environment fire source.

    Concerning

    Mahesh

    Mahesh,

    Maybe it's not a matter of license, but my team and I will address your issue.  I'll meet you at the end of day today.

    Thank you
    Merv Reyes

  • BlackBerry Smartphones strange BIS connection behavior... how to add new account?

    Hi I created a BB e-mail account via my Storm and it worked like a charm.  But when I went to log on the site of BB on my computer at home (http://bis.na.blackberry.com/html?brand=vzw), it would not accept my password... even if I know it's good.  Ask for the site to send me a password does not work, as I had never actually received the message on my phone.

    So I removed the e-mail account of BB on the thought of my phone that I would like to re - add just to see if that fixed anything... but when I try it tells me the username already exists.  If I ask the site to send my account information to my PIN, I get a message that my username and password do not exist.  And when I go to create a new account via the BIS Web site, tells me that the username already exists.  Is not a common user name, so there is no way someone he recorded in the short time between deleting my account and trying to add new.

    How to re - add the service with my previous username without clicking on the button "create a new e-mail account of BB?

    Help!

    That did not work, unfortunately... so I ended up calling the technical support of Verizon and they managed to re-pair my phone with my BIS account orphan.  Sounded as if it was a fairly simple process, but apparently not something I could have fixed on my own.

    Anyone having this problem: just call Verizon!

Maybe you are looking for