| Author |
Message |
steve_s

Joined: 26 May 2008 Posts: 1543 Location: Austin, TX, USA
|
Posted: Mon 07 Feb 2011, 22:24 Post subject:
|
|
Nice work! I had done this a while back with 4.3.1, but I am very pleased to see it here! Nice work on 520 and for making it easier for those Windows users...
|
|
Back to top
|
|
 |
davids45

Joined: 26 Nov 2006 Posts: 580 Location: Chatswood, NSW
|
Posted: Tue 15 Feb 2011, 21:51 Post subject:
|
|
G'day noryb009,
| Quote: | | I think GRUB is case sensitive. You called the folder "Puppy431", but in your first post you called it "puppy431". Fix that if menu.lst and try it again |
Thanks for pointing out my case mis-match. Problem fixed and now more Puppies installed in my Windows 7.
David S.
|
|
Back to top
|
|
 |
teasiu
Joined: 19 Jan 2011 Posts: 13
|
Posted: Tue 22 Feb 2011, 15:24 Post subject:
|
|
hi, noryb009,
I fixed the code sucess use iso file don't need add in the soft.
I hope you can see this as soon as possible.
| Code: | Function UnzipPuppy
# SetOutPath "$INSTDIR"
# SetOverwrite ifnewer
# File "${PLICDIR}${PUPPY_SFS}"
# File "${PLICDIR}vmlinuz"
# File "${PLICDIR}initrd.gz"
InitPluginsDir
File /oname=$PLUGINSDIR\7zG.exe "7zG.exe"
File /oname=$PLUGINSDIR\7z.dll "7z.dll"
${If} ${FileExists} "$EXEDIR\puppy520.iso"
ExecWait '"$PLUGINSDIR\7zG.exe" x "$EXEDIR\puppy520.iso" -o"C:\${INSTALL_DIR}" -y -x![BOOT]*'
${EndIf}
SetOutPath "$INSTDIR"
SetOverwrite ifnewer
call in
FunctionEnd |
And at .oninit
| Code: | IfFileExists "$EXEDIR\puppy_520.iso" found
MessageBox MB_YESNO "you must have a puppy520.iso file in the same directry, now i had check that you have not got it, continue?" IDYES NoCancelAbort
Abort
NoCancelAbort:
found: |
| Code: | Function un.deleteFiles
# Delete "$INSTDIR\uninst.exe"
# Delete "$INSTDIR\${PUPPY_SFS}"
# Delete "$INSTDIR\readme.txt"
# Delete "$INSTDIR\initrd.gz"
# Delete "$INSTDIR\vmlinuz"
Delete "$INSTDIR\*.*"
RMDir "$INSTDIR"
Call un.uninstall
FunctionEnd |
|
|
Back to top
|
|
 |
teasiu
Joined: 19 Jan 2011 Posts: 13
|
Posted: Wed 23 Feb 2011, 14:48 Post subject:
|
|
The installer is 1.4M
BUT , It can't save 2fs file when uninstall.
|
|
Back to top
|
|
 |
noryb009
Joined: 20 Mar 2010 Posts: 509
|
Posted: Wed 23 Feb 2011, 16:43 Post subject:
|
|
teasiu: Thank you for the code, it looks interesting. I'm currently working on a installer where the user chooses the ISO, but your code will help a lot.
Thanks!
|
|
Back to top
|
|
 |
teasiu
Joined: 19 Jan 2011 Posts: 13
|
Posted: Thu 24 Feb 2011, 11:31 Post subject:
|
|
noryb009:
May i have your email address for some code question?
please sent me an email.
teasiu@163.com
|
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2252 Location: Japan
|
Posted: Sun 24 Apr 2011, 22:04 Post subject:
Quickset Wary-511-01q-small installer for Windows |
|
The Quickset Wary-511-01q-small installer for Windows,
made thanks to the Puppy Linux Windows Installer - V1.1:
d5bc0c6361d2516c54cec78d8bb281bc Quickset_Wary_Puppy_Linux-511.exe
http://shino.pos.to/party/bridge.cgi?puppy/wary/
_________________ Multilingual Wary-511
Lucid Puppy Quickset edition
Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
|
Back to top
|
|
 |
noryb009
Joined: 20 Mar 2010 Posts: 509
|
Posted: Sun 24 Apr 2011, 23:11 Post subject:
|
|
Thanks shinobar, added to first post.
|
|
Back to top
|
|
 |
mrd
Joined: 27 Nov 2007 Posts: 125
|
Posted: Thu 28 Apr 2011, 17:00 Post subject:
|
|
I tried this on my Dell laptop and it fails trying to find the pup_520.sfs file. Any ideas?
|
|
Back to top
|
|
 |
noryb009
Joined: 20 Mar 2010 Posts: 509
|
Posted: Thu 28 Apr 2011, 18:15 Post subject:
|
|
mrd:
Did you use an already compiled installer on the first post, or did you compile it yourself?
---If you compiled it yourself, where did you install in to?
Do you have any other linuxes installed on your hard drive?
Have you used any version of puppy before on this computer?
Can you also post your C:\menu.lst?
|
|
Back to top
|
|
 |
mrd
Joined: 27 Nov 2007 Posts: 125
|
Posted: Thu 28 Apr 2011, 18:53 Post subject:
|
|
- I used the 5.2 version from the link in the top of this thread that was a .exe file.
- I did have puppy 4.3.1 installed previously on this laptop in the same Lin N Win type configuration.
- I don't have access to the menu.lst right now, but it was generated by the install and appeared slightly different from the typical ones I've used following the Lin N Win instructions in the past.
I had tried a standard Lin N Win install priot to the .exe and had the same results and even tried many different menu.lst configs.
I've also tried placing the pup*.sfs file directly in c:\.
|
|
Back to top
|
|
 |
noryb009
Joined: 20 Mar 2010 Posts: 509
|
Posted: Thu 28 Apr 2011, 18:58 Post subject:
|
|
Try this:
-copy the files in C:\Puppy-Linux-520 to C:\
-change the menu.lst to this:
| Code: | timeout=5
default=0
title Puppy Linux 520
find --set-root --ignore-floppies /initrd.gz
kernel /vmlinuz
initrd /initrd.gz
boot
title Puppy Linux 520 - Do not load save file
find --set-root --ignore-floppies /initrd.gz
kernel /vmlinuz pfix=ram
initrd /initrd.gz
boot
|
|
|
Back to top
|
|
 |
mrd
Joined: 27 Nov 2007 Posts: 125
|
Posted: Thu 28 Apr 2011, 19:02 Post subject:
|
|
I'll try it out first thing in the morning since it's my work laptop and I'm home now. Thanks for the help so far!
|
|
Back to top
|
|
 |
noryb009
Joined: 20 Mar 2010 Posts: 509
|
Posted: Thu 28 Apr 2011, 20:35 Post subject:
|
|
Just uploaded a new virsion: Puppy Linux 525
http://db.tt/g3eRW9E
|
|
Back to top
|
|
 |
mrd
Joined: 27 Nov 2007 Posts: 125
|
Posted: Fri 29 Apr 2011, 10:26 Post subject:
|
|
No luck.. I hit the same issue where it can't find the lupu_520.sfs file?
It's on a new Dell laptop.
|
|
Back to top
|
|
 |
|