NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
A Windows installer installer for perl + gcc ;) (Score:1)
http://stennie.org/camelpack/ [stennie.org]
I picked one combination (and listed some alternatives considered) but the approach should be easily adaptable and maintainable.
Cheers,
Stephen
Reply to This
Re:A Windows installer installer for perl + gcc ;) (Score:1)
During installation, I only checked the mingw installation, to save some time.
Installation failed, it couldn't find the file it thought it had downloaded to the tmp directory.
I tried to uninstall, that failed with
'an attempt was made to expand the "app" constant but Setup didn't create the "app" dir'
so the program (listed as "2006.1" in add/remove programs) is still there.
Exactly how did yo
Re:A Windows installer installer for perl + gcc ;) (Score:1)
Regarding inno/isx, I installed:
- Innosetup
- IStool
- IStool download DLL
Re:A Windows installer installer for perl + gcc ;) (Score:1)
If you need to remove a bogus uninstall entry, the path in regedit to delete is:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{2C936648 -0116-46EA-9398-49258B6325C3}
Cheers,
Stephen
Re:A Windows installer installer for perl + gcc ;) (Score:1)
Re:A Windows installer installer for perl + gcc ;) (Score:1)
"confirmation OR rejection"
Rejected, just. (Score:1)
1. Pass
2. Pass
3. Pass (with comment)
While I'm a bit iffy about not having the other installers embedded, it did work just fine, and since the goal is to install from CPAN, requiring a network connection for the installation isn't unreasonable. So Pass.
4. Pass
5. Pass
6. Fail (with comment)
Running the installation inside the image worked, but the CPAN.pm first-time configuration process failed utterly. After 2 hours of debugging and 4 new RT bug
Re:Rejected, just. (Score:1)
So the recommendation is to set FTP_PASSIVE=1 at the system level in.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment
Re:Rejected, just. (Score:1)
Cheers,
Stephen