heeyeonwiz / pbscc-proxy

Automatically exported from code.google.com/p/pbscc-proxy
0 stars 0 forks source link

pbsccsetup_2.00.47.zip: Version overwrites path variable #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
pbsccsetup_2.00.47.zip: Version overwrites path variable
pbsccsetup_1.00.12.zip: no problem

What version of the product are you using? On what operating system?
 Using Windows 7.

Original issue reported on code.google.com by wop...@gmail.com on 4 Aug 2010 at 5:27

GoogleCodeExporter commented 8 years ago
Nothing changed between those two versions about installation script.
I can't reproduce this error...
If there is a bug, please provide more information.
I mean provide path that you had before, and after installation.

Original comment by daggett....@gmail.com on 4 Aug 2010 at 4:40

GoogleCodeExporter commented 8 years ago
We upgraded PBSCC on our machines today, just encountered this issue as well.

My (fully up to date) Windows XP Pro machine has its path set to C:\Program 
Files\TortoiseSVN\bin -- the PBSCC install path.

Our Windows 2003 Server machines are all OK.  A Windows XP Pro with a new 
install of PBSCC was fine.

Original comment by Robert.K...@gmail.com on 4 Aug 2010 at 9:15

GoogleCodeExporter commented 8 years ago
We are now using 2.00.48.

Original comment by Robert.K...@gmail.com on 4 Aug 2010 at 9:16

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I then test it today
1.00.12 and 2.00.48 There are problems

path1.txt: Before installation
path(error).txt:After installation

os:windows 7

Original comment by wop...@gmail.com on 5 Aug 2010 at 5:58

Attachments:

GoogleCodeExporter commented 8 years ago
i found the following links about this issue

http://forums.winamp.com/showthread.php?postid=2483473
http://forums.techarena.in/windows-software/1328676.htm

i'm using nsis with EnvVarUpdate

Original comment by daggett....@gmail.com on 5 Aug 2010 at 7:14

GoogleCodeExporter commented 8 years ago
this one the interesting post
http://forums.winamp.com/showpost.php?s=cef57c1f9dc915a57f11234299260a33&p=24833
68&postcount=3

Original comment by daggett....@gmail.com on 5 Aug 2010 at 7:18

GoogleCodeExporter commented 8 years ago
ok. probably this is a problem

http://forums.winamp.com/showpost.php?s=cef57c1f9dc915a57f11234299260a33&p=24966
43&postcount=7

NSIS strings are limited to 1024 characters. This has nothing to do with x64. 
You can use the special long string build that limits you to 8192.

So going to install large strings build
http://nsis.sourceforge.net/Special_Builds

Original comment by daggett....@gmail.com on 5 Aug 2010 at 7:25

GoogleCodeExporter commented 8 years ago
yes. confirmed and corrected.
this exactly depends on nsis version.
next published version will be ok about this issue.

Original comment by daggett....@gmail.com on 5 Aug 2010 at 7:59

GoogleCodeExporter commented 8 years ago
The reason of the problem:
strings in standard version of nsis are limited to 1024 chars.

new version 2.00.49 assembled with "nsis long string" build.

Original comment by daggett....@gmail.com on 5 Aug 2010 at 9:46

GoogleCodeExporter commented 8 years ago
This problem is solved, thank you!

Original comment by wop...@gmail.com on 5 Aug 2010 at 11:38

GoogleCodeExporter commented 8 years ago

Original comment by daggett....@gmail.com on 6 Aug 2010 at 11:26