Archive: Help with BitTorrent


Help with BitTorrent
Someone HAS TO help me out! Ok...I am trying to make a BitTorrent installation program. BUT...when I try, I get the following message...

MakeNSIS v2.0 - Copyright 1999-2004 Nullsoft, Inc.

Portions Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler (zlib).
Includes portions derived from bzip2 (see documentation for details).
Portions Copyright (C) 1999-2003 Igor Pavlov (lzma).
Contributors: nnop@newmail.ru, Ryan Geiss, Andras Varga, Drew Davidson, Peter Windridge, Dave Laundon, Robert Rainwater, Yaroslav Faybishenko, Jeff Doozan, Amir Szekely, Ximon Eighteen, et al.

Processing config:
Processing plugin dlls: "C:\PROGRAM FILES\NSIS\plugins\*.dll"
- Banner::destroy
- Banner::show
- LangDLL::LangDialog
- nsExec::Exec
- nsExec::ExecToLog
- nsExec::ExecToStack
- splash::show
- advsplash::show
- BgImage::AddImage
- BgImage::AddText
- BgImage::Clear
- BgImage:: Destroy
- BgImage::Redraw
- BgImage::SetBg
- BgImage::SetReturn
- BgImage::Sound
- InstallOptions::dialog
- InstallOptions::initDialog
- InstallOptions::show
- Math::Script
- nsisdl::download
- nsisdl::download_quiet
- System::Alloc
- System::Call
- System::Copy
- System::Free
- System::Get
- System::Int64Op
- System::Store
- StartMenu::Select
- UserInfo::GetAccountType
- UserInfo::GetName
- Dialer::AttemptConnect
- Dialer::AutodialHangup
- Dialer::AutodialOnline
- Dialer::AutodialUnattended
- Dialer::GetConnectedState
- VPatch::vpatchfile
- nsPython::eval
- nsPython::exec
- nsPython::execFile

!define: "MUI_INSERT_NSISCONF"=""

Changing directory to: "C:\WINDOWS\Desktop\BitTorrent"

Processing script file: "C:\WINDOWS\Desktop\BitTorrent\bittorrent.nsi"
!define: "VERSION"="3.4.2"
OutFile: "BitTorrent-3.4.2.exe"
Name: "BitTorrent"
SilentInstall: silent
SetCompressor: lzma
InstallDir: "$PROGRAMFILES\BitTorrent\"
Section: "Install"
SetOutPath: "$INSTDIR"
WriteUninstaller: "$INSTDIR\uninstall.exe"
File: "dist\*.exe" -> no files found.
Usage: File [/nonfatal] [/a] ([/r] filespec [...]|/oname=outfile one_file_only)
Error in script "C:\WINDOWS\Desktop\BitTorrent\bittorrent.nsi" on line 13 -- aborting creation process

Can ANYONE help me out?

--JFritzyB

PS E-mail is jfritzyb@yahoo.com


Seems that the compiler doesn't found the dist folder...
Did you try using full path?


Looks like you didn't build BitTorrent itself. Make sure you've read and followed the BUILD.windows.txt completely. If you're having troubles building BitTorrent you should seek support there.


Duplicate thread?


No, a repost at the right forum.