You are here

Platform 10.0.1 will not install

4 posts / 0 new
Last post
don80449
Offline
Last seen: 12 years 9 months ago
Joined: 2012-02-11 22:03
Platform 10.0.1 will not install

PortableApps Platform 10.0.1 will not install because its side-by-side configuration is incorrect. What does that mean and how do I fix it?

A picture of the error message dialog box is here:

http://www.sendspace.com/file/17129n

I have downloaded the Suite version 1.6.1 and it installed OK.

Don

Windows 7 64-bit
Sandisk Cruzer micro 16GB Flash Drive Fat 32

SteelGeneral
Offline
Last seen: 12 years 5 months ago
Joined: 2009-04-09 23:39
Run sxstrace as the error says

run sxstrace in trace mode
sxstrace.exe Trace -logfile:C:\temp\sxstrace.log
Reproduce the error
Stop the trace by using the below command
sxstrace.exe Parse -logfile:C:\temp\sxstrace.log
-outfile:C:\temp\sxstrace.txt
Open output file from C:\temp\sxstrace.txt

Often sxstrace errors are due to a missing or corrupted MS C++ redistributable package on the computer. Downloading and installing the appropriate redistributable package often resolves these types of issues.

Also, look at your computers Application and System event logs for clues.

In any case the sxstrace log will typically provide pretty good details on the cause.

SteelGeneral
Offline
Last seen: 12 years 5 months ago
Joined: 2009-04-09 23:39
one more thing

Side by side configuration errors occur because a referenced assembly is missing from winsxs folder. Determine the missing assembly and repair or reinstall it. The sxstrace tool should identify what is missing.

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 9 years 5 months ago
Joined: 2007-04-15 21:08
Broken installer

That's not the correct installer; try redownloading it.

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

Log in or register to post comments