�Top Causes for Slow running PC
When my PC is still new, it runs fast, but after a year, it starts giving me headaches as it runs so slow. Now, I have to find out why my PC performs a snail pace lately and what are the causes of its being sluggish. I'm pretty sure that such case is not only intended for me because slow running computers give so much strain to most computer users. Have you been receiving error messages over and over again? That's need to be given much attention. But of course, we have to find out possible and...
�Keep Away PC Errors with Useful Windows Registry Cleanup Tips
Do you know what a computer registry is? Computer registry plays a pivotal role in the entire system of the computer as it stores pertinent files needed by some applications and programs to run smoothly. It is therefore advised to conduct a regular windows registry cleanup to make it sure that your computer�s performance is always on the go. It is important to know that whatever activity we do in our computer, it is always and automatically saved in the registry of the computer. Installation of...
�Restore Your Windows XP Registry with Three Practical Steps
Only few know that the Windows registry plays a major role in a computer program. It is considered as a complex system that serves as controller of everything so that the computer will run proficiently and of course, perform effectively. All information about any computer actions such as creating files is directly sent to the registry with the help of the operating system. Apparently, windows registry acts as the recorder of all information done in a computer.
The registry is an...
�Few Guidelines for Cleaning Windows Registry
Our window registry has a vital role in your computer because it stores very essential files necessary for most programs and application to properly work. In order to make sure that your system is for all time on top functioning condition, it is very important that you should know how to clean Windows registry and carry out this process on a regular basis. It is essential to know that each activity you do on your computer unit is being traced in this area of your system. Such activities are new...
�Get Rid of Those Ghastly Computer Errors with Three Simple Pointers in Fixing Windows XP Registry
Don�t you know that the Windows registry system is not just an ordinary part or program of the computer? Don�t you know that it is considered as the most delicate and complicated computer system as it manages everything in your unit to make it runs smoothly and efficiently? The operating system of your unit routinely transmits information directly to the registry every time we create file in the computer. Hypothetically, the registry acts as a recorder of all setting and program related files....
�Seven Top Reasons Why Windows Registry Is Prone to Errors
The registry is considered as the most vital component of the computer�s operating system; it is therefore important to maintain its cleanliness to avoid adverse effects of errors and problems which often lead to computer crash. Windows registry is commonly prone to errors leading it to malfunction and slow performance. Among the common causes of registry errors are inappropriate installation or removal of software, stock unwanted entries, fabrication of duplicate keys, malicious files and in...
�Most Recommended Windows Registry cleanup Tips
Windows registry plays a pivotal role in your computer as it serves as stockpile of important files which most computer programs' needed to perform accurately. For this reason, it is important for computer users on how to clean your windows registry and do the registry cleanup regularly so that your computer system performs at its best. Computer users must also be aware that all activities done in your computer is being saved on its registry system. Those activities are installation of new...
�The Advantages of a Clean PC Registry
Have you experienced computer slowdown that takes you hours before the programs appear on screen? Have you been taking long hours in simple internet research because your internet browser is sluggishly loading the web pages? Or perhaps, you have been in an irritating situation where various error messages keep on popping out from your screen. Isn�t it infuriating? Maybe it�s time to check your computer's registry. Those annoying experiences are just few of the simple signs and indication of...
�Registry Cleanup How do you do it
Question like how a computer user cleans up the registry has two opposing answer. The first group of experts verbalize that it is a must to regularly clean the registry as part of its maintenance in keeping it free from unwanted files. The second group exclaims that this part must not be touched because it controls pertinent information necessary for most installed programs and the operating system to run efficiently. Which group has a good reason?
Do not decide immediately, because it is a...
�Fixing Your Windows Registry with Top Registry Cleaners
In order for our computer to run or act upon proficiently and well, our Windows Registry should likewise work in the same manner. Windows registry is a multifaceted system on the computer that actually veers a great deal of works on our computer. As soon as you�re working on the computer, every click, download and even every budge of the mouse the OS (Operating System) by design send data about it to the Windows Registry. This means that, Windows Registry is a tracer and recorder of all the...
Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as:
1. Registering for
a free account
2. Asking your
question
3. Receiving an answer
Registered members:
* Get free support
* Communicate privately with other members (PM).
* See fewer ads.
* And much more..

ggeldorp Says:
January 15th, 2010 at 7:25 pm
The CapturedUsingVersion is used to determine which filesystem macros need to be expanded. Some extra macros were introduced in late Thinstall 3.3 versions, e.g. %Program Files Common%.
Suppose the application installer created a file C:Program FilesCommon FilesAppFile.ext. Since you captured this using 4.0.3 that file will get stored in the project as %Program Files Common%AppFile.ext. With the CapturedUsingVersion setting intact, when the virtual app tries to open C:Program FilesCommon FilesAppFile.ext, this will get translated to %Program Files Common%AppFile.ext. That file exists in the project and everything works fine. Now, when you remove the CapturedUsingVersion, the runtime assumes the project was captured with an old Thinstall version which didn’t support the %Program Files Common% macro. So when the virtual app tries to open C:Program FilesCommon FilesAppFile.ext the runtime will translate it to %ProgramFilesDir%Common FilesAppFile.ext. That file does not exist in the project and the open fails.
If you really had captured the app with that “ancient” Thinstall version, the file would have been stored as %ProgramFilesDir%Common FilesAppFile.ext, which is the path the runtime would use when there was no CapturedUsingVersion or when the CapturedUsingVersion setting indicated the old version.
I guess the moral of the story is “CapturedUsingVersion: not just for fun and documentation, don’t mess with it”.