mdabbagh88 / winchain

Automatically exported from code.google.com/p/winchain
0 stars 0 forks source link

winChain is not launching the Cygwin installer after 4th step.. #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1) You'll download the two files.
2) You'll download WinRAR and extract preBuiltToolchain.rar.
3) You run winChain.exe and it'll ask for the preBuiltToolchain folder.
4) You'll wait a little while as winChain copies the file (it should only 
take a second).

After finishing 4th step its not launching Cygwin installer.

5) winChain will launch the Cygwin installer. You just have to keep 
clicking "Next" until it completes... no special options or anything.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by deshpand...@gmail.com on 18 May 2009 at 6:49

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
  It should enable the Cygwin installer

What version of the product are you using? On what operating system?
winChain 1.0.1 version and on Windows Vista for Linova Laptop.

Please provide any additional information below.
I am referring this site http://code.google.com/p/winchain/ for my 

Original comment by deshpand...@gmail.com on 18 May 2009 at 6:52

GoogleCodeExporter commented 9 years ago
Please comment in this issue.. its very urgent..

Original comment by deshpand...@gmail.com on 21 May 2009 at 7:56

GoogleCodeExporter commented 9 years ago
I'm having the same problem
everything downloaded today.

Using Vista Home 32 bits, AMD Turion X2, 2GB of RAM

toolchain installs on D:\Cygwin (My documents partition) and the "Install 
Cygwin 
Environmet" is always disabled.

Original comment by kuv...@gmail.com on 11 Aug 2009 at 5:08

GoogleCodeExporter commented 9 years ago
I downloaded the source for your project, and looking at the "Copy Files" button
code, I saw that when the files are copied successfully, it enables the NPP 
button
and not the Cygwin install button.  Changing that line (66 in winChain.cs) to
"btnInstallCygwin.Enabled = true;" and running it in Debug worked for me!

Original comment by lliquidl...@gmail.com on 16 Sep 2009 at 3:00