00:00:30 cool.especially the updater :) 00:01:17 by the way, and news on embeddedlists? 00:02:09 None yet after our failure in attempting building. I got the debug build working... which is workable... but definitely NOT ideal. I think gringo said the actual Dev is gonna give it a shot. 00:02:50 ok 00:03:19 any plans to publish your platform in unicode sourcecode soon JohnTHaller? 00:03:47 As soon as the first beta with it enabled is published, the source is. 00:04:02 It'll be Delphi 2010 only, though. Only Delphi 2009 and up do Unicode. 00:04:05 ok. for some time now I have been thinking that it sounds like to me that the fact that PortableApps is switching to UNicode is really driving the NSIS UNicode development forward. 00:04:37 i'm under that impression as well Simeon ;) 00:04:38 hmm good thing I'm getting over $3000 for my tax return :D then I can buy Delphi 2010 :) 00:04:53 I think it will, yes. Since we're such heavy users of it. And we use so many different extensions. 00:04:57 plugins i mean 00:05:43 good. i think there will be more need for unicode in the time ahead cause support for ANSI-only OS's is dropping 00:05:54 Wish we could get NSIS main to just switch to Unicode 00:07:19 John I know the idea of getting developers to work on the platform has been thrown around and back and forth, but any plans for that still a possibility? 00:08:03 *** Scriptdaemon (~KennyW@139.182.11.192) has joined #portableapps 00:08:22 Hardly anyone is using Win9x anymore. And NOT supporting langs like Vietnamese, Cyrillc Serbian, Khmer, Pashto, Vietnamese, etc... just to keep supporting Win9x is nonsensical. 00:08:40 thats exactly what I thought 00:09:17 ZachThibeau: It is. We'll be doing joint copyright a la OpenOffice.org. Already have a couple signed on. So we can work with proprietary hardware APIs when needed. Add in plugins under different licenses when we make extensions work, etc 00:09:42 you know what's emberassing? i actually thought nsis alreay was supporting unicode :/ 00:09:54 *** excid3|asus (~Chris_Oli@radio-66-51-177-39.irtc.net) has joined #portableapps 00:10:23 Yeah, I know. It's multilingual. But for some reason, there's resistance to switch to unicode. I think because of all the plugins. 00:10:38 sar3th: there's a seperate project thats a bit behind from the main project called Unicode NSIS http://www.scratchpaper.com/) 00:10:54 yeah ZachThibeau i learned that the last few days ^^ 00:11:07 but like I said it's a little behind and some plugins aren't compatable iirc :P 00:11:48 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 00:11:50 ChrisMorgan is a PortableApps.com developer and moderator and works on the PortableApps.com Launcher (please test it!) 00:11:57 howdy ChrisMorgan 00:12:11 hi ChrisMorgan! 00:12:28 I think having our NSIS Portable as Unicode will help quite a bit. We should work with Jim on keeping it updated, too 00:12:35 Hi ChrisMorgan. Look what's workin: http://portableapps.com/temp/unicodemenu.png 00:12:36 Hey :-) 00:13:06 Ooooh! 00:13:21 ChrisMorgan, you always manage to come in when I forget what it was I wanted to ask you. 00:13:26 Just built it today. Took longer to get Delphi 2010 trial installed (like 2 days) than to convert it 00:13:28 Unicode NSIS 2.46 would be a good start. The !search* things might work with it. 00:13:56 Anyone who is anyone and using NSIS is using the unicode version now ( http://www.scratchpaper.com/home/shameless-promotion ) so we should get NSIS proper on switching it over! 00:14:29 We should still have NSIS Portable naturally, but promote Unicode NSIS as the main version. 00:14:30 Nullsoft should pick it up in their official build already. >:( 00:14:42 nice list! 00:14:43 *** ptmb has quit (Quit: Bye) 00:14:44 For correctness though it would still need to be NSISPortable and UnicodeNSISPortable. 00:14:55 Rather than ANSINSISPortable and NSISPortable or similar. 00:15:18 ironic :P nullsoft's own media player using a non official nsis distribution other than their own >_< 00:15:19 I found an interesting thing on my 2003 VM. When Guest, RunAsAdmin returns the error code indicating that the logon service is not running. 00:16:03 Oh? 00:16:18 could it be that it requires the "secondary logon" service which is maybe off by default in 2003 ChrisMorgan? 00:16:21 In the context menu there's "Run as..." but you apparently can't do it programatically or something. Or there's a problem in the UAC plug-in. 00:16:40 ChrisMorgan: check the service manager please 00:16:41 Anyway, on XP it seemed to be working fine except for the fact that I don't have an admin password at Uni. 00:17:21 Are we talking about Revo Uninstaller, since that's the only app right now that uses it? 00:17:23 ChrisMorgan: i'm pretty sure that windows starts the secondary logon service automatically if you click on runas 00:17:47 Scriptdaemon: I'm referring to the testing I did at first on Server 2003. 00:18:05 I suspect if I created a restricted account (rather than using Guest) it would work. 00:19:01 Well, *is* the logon service running on a guest account? I'm not sure I see the problem? 00:19:03 I found a minor issue when on XP; when you press Cancel it didn't detect it properly (error code 1233 but one of the other parameters is incorrect I suspect) and instead of asking you to try again it said "unknown error (1233)" 00:19:19 I don't know. And at the moment I don't really care either :-) 00:19:37 Because if it isn't, then that's intended no? 00:20:40 And I remembered what I wanted to ask you. As for the registry backup stuff in the launcher, is it recursive? Can I tell it to backup the apps registry key and have it backup all the stuff in it as well? 00:21:09 app's* 00:26:54 Scriptdaemon: with RegistryKeys? 00:27:23 RegistryKeys will take the whole key, thus including all child keys and values. 00:27:54 Awesome, looks like Revo Uninstaller Portable is already UPXed. 00:30:35 *** gluxon (~gluxon@c-71-234-105-104.hsd1.ct.comcast.net) has joined #portableapps 00:33:06 alright - gnight all! 00:33:16 good night Simeon :) 00:33:25 Scriptdaemon: as for your comment about 1223, that's a minor bug on my part. There's a special string for it but apparently the parameters for the other variables has changed slightly. I need to check up on that (you might be able to help me by turning on debug and telling me what the variables are that it shows when you cancel the elevation window) 00:34:00 *** Simeon has quit (Quit: Leaving.) 00:36:27 Sure, I'll get to that in a minute. 00:42:11 Thanks. 00:42:42 PortableApps.comLauncherDebug.nsh goes in the Revo Source directory now. You'll just need a line !define DEBUG_SEGMENT_RunAsAdmin 00:46:07 *** ChrisMorgan is now known as ChrisMorgan|away 00:47:15 ChrisMorgan|away, I know. 00:47:32 *** res|away is now known as Res2216firestar 00:49:57 Um, hmm. It doesn't show any debug information. 00:54:39 Nvm. I'm stupid. 00:57:40 ChrisMorgan|away, Debug message at line 230.10.30.9 UAC_RunElevated return values: $0=1223 $1=0 $2=1223 $3=0 Unknown Error (1223) 00:58:07 *** rouilj1 (~rouilj@pool-74-104-157-242.bstnma.fios.verizon.net) has joined #portableapps 01:20:00 *** Raleigh (~Raleigh03@66.62.194.224) has joined #portableapps 01:22:27 *** Raleigh has parted #portableapps (None) 01:28:26 *** Neoman has quit (Ping timeout: 245 seconds) 01:41:41 *** JohnTHaller has parted #portableapps (None) 01:52:19 *** OliverK (~WifiWomba@unaffiliated/oliverk) has joined #portableapps 01:55:29 *** pa_9073 (~62e3e065@gateway/web/freenode/x-cogwrcyrghfqqqjz) has joined #portableapps 01:55:47 hello 01:56:50 hi pa_9073, how can we help? 01:57:29 I have been trying to change my password for my account. It will not let me. 01:59:36 ru still there?? 02:00:17 pa_9073: Why? What message are you getting? 02:01:25 Verification error..... I learned that it requires 6 letters, numb, punct. not does it require signature?? 02:01:44 *** OliverK is now known as OliverK|Away 02:02:05 now does it require signature? 02:02:09 No. 02:03:35 The only thing really required is the new password and email. 02:03:49 I see the correct email address, then I put in (twice) THE PASSWORD. then I go to the bot and hit save. 02:04:41 And you get Verification Error? Strange, I'm not having trouble changing it. 02:08:13 pa_9073: are you putting in the old password as well? 02:08:16 *** pa_1516 (~62e3e065@gateway/web/freenode/x-rprxbsrxmtseikuk) has joined #portableapps 02:08:50 I was the one with the password problem. I went back and it works. 02:08:55 Thanks..... 02:09:11 *** pa_1516 has quit (Client Quit) 02:21:29 *** Scriptdaemon has quit (Quit: Politeness, n. The most acceptable hypocrisy.) 02:30:42 *** Res2216firestar is now known as res|away 02:32:40 *** res|away has quit (Quit: ZNC - http://znc.sourceforge.net) 02:45:01 *** Res2216firestar (Sam@wikipedia/Res2216firestar) has joined #portableapps 02:49:21 *** gluxon has quit (Quit: Leaving.) 02:52:25 *** Spaceghost has quit (Ping timeout: 258 seconds) 02:53:09 *** JohnTHaller (~JohnTHall@cpe-67-247-35-38.nyc.res.rr.com) has joined #portableapps 02:57:41 *** OliverK|Away has quit (Quit: so long and thanks for all the fish) 03:09:19 *** Spaceghost (libertad@unaffiliated/spaceghost) has joined #portableapps 03:13:08 *** SergentSiler (sergentsil@unaffiliated/sergentsiler) has joined #portableapps 03:13:11 SergentSiler is a PortableApps.com Menu Themer, his theme website is http://silerhost.site50.net 03:17:54 *** ChrisMorgan|away is now known as ChrisMorgan 03:27:58 Hmm... I'm having trouble deciding whether to delete this post or move it to Off-Topic. 03:28:09 The legal term is that it's "inciting hate". 03:28:15 linky? 03:28:23 http://portableapps.com/node/23121 03:28:29 My way of putting it is just that it's utter nonsense, not at all true. 03:29:04 If he's talking of the filler space in the contact points that will be an "issue" for all USB devices. It's not though, as Oliver has said it's fine. 03:29:09 Well, it could be his personal experience with it. 03:29:26 Not by the wording. 03:29:36 He's saying that that /will/ be a problem. 03:29:42 And it's just not true. 03:29:55 well, firefox support isn't right. off topic it 03:30:48 Done. I think that legally there could be reason to delete it as "our responsibility"... 03:32:04 It's still a personal review. Even if saying there will be a failing. I've said similar in reviews (on drives that are replaced a few times)... like once you hear that noise, it's gonna fail. You're gonna replace it. And the next one will fail several months later. 03:33:33 It's most unjust to comment on the plastic surrounding the contact points though. That's how /all/ drives do it (indeed it can't be metal due to conductivity). Other than that he might mean the end of the plastic casing? 03:33:56 perhaps. but I think off topic is fine. 03:34:31 What do you think of Gringoloco1's suggestion about UTF16-LE launcher INI file? 03:39:04 Sure, why not? 03:39:32 I'm switching all locale files to UTF16-LE. If we use it, we can have short descriptions of apps in different langs, too. 03:40:07 Is there any advantage to the end user? 03:40:21 Will switching to UTF-16LE break the ability to read ANSI INIs? 03:40:52 *** ZachThibeau has quit (Quit: Leaving) 03:40:56 it shouldn't i think, as ANSI is "included" in unicode 03:41:50 sar3th: not entirely correct; Unicode is UTF16-LE which is multi-byte, 16-bit rather than 8-bit. 03:42:03 ANSI can be read as UTF-8 without problems. 03:42:17 But if you try reading ANSI as Unicode you'll get an awful unintelligible mess. 03:42:32 The thing I don't like about UTF16-LE is the fact that all files become twice the size. 03:42:39 oh, 16-little-endian :/ 03:42:47 Yep 03:43:01 But you can read ANSI INI files. 03:43:32 Is there any reason to go UTFLE-16 for the launcher inis? 03:43:58 It's possible that someone may need it for a file name. 03:44:01 isn't UTF-8 enough for them? 03:44:10 Should be. 03:44:57 I really doubt anybody will need it for an internal filename. 03:45:12 Some projects do actually use the language name as its file name 03:45:31 And so for wonky scripts you can end up with UTF-8 file-names. 03:45:44 The only thing really which should be different with reading a UTF-16LE INI file is the ForEachINIPair macro. I /think/ that it should work perfectly as it is with the possible exception of the BOM which is mandatory in UTF16-LE. I'd need to test it more though to see if anything else is needed. 03:46:07 Is there any way we can detect the file type? 03:46:18 I'm getting used to Delphi's handling... it figures it out for you... isn't that nice of it? 03:46:21 Either (a) it will only affect the first line, which should contain [Launch] and no value ever needs reading with ForEachINIPair in Launch, or (b) it will affect the whole FileRead stuff. 03:46:38 I think it should all be fine automatically but I'd need to test it more. 03:48:04 ok 03:52:31 *** SergentSiler has quit (Remote host closed the connection) 04:03:32 *** Res2216firestar has quit (Quit: Leaving) 04:34:28 *** Gizmokid2005 is now known as Gizmokid2005|AFK 04:39:40 *** SrgSiler|AFK is now known as SrgSiler|Sleep 04:40:43 *** sar3th is now known as sar3th|away 04:43:27 *** JohnTHaller has parted #portableapps (None) 04:57:21 *** excid3|asus has quit (Quit: Leaving.) 04:59:33 *** Res2216firestar (Sam@wikipedia/Res2216firestar) has joined #portableapps 05:00:29 *** taneth111 (~TaffinFox@CPE-124-184-233-234.lns7.cht.bigpond.net.au) has joined #portableapps 05:18:33 *** Scriptdaemon (~KennyW@139.182.11.192) has joined #portableapps 05:18:58 ChrisMorgan, you know how to work with icons? 05:18:58 * ChrisMorgan found a reproducible crash in Chrome :D 05:19:14 Scriptdaemon: sure 05:19:22 Step one: use IcoFX. Then it's all easy :-) 05:20:08 Well, I have an icon, but it has three formats for each size and I don't know how to view what format it is in. 05:20:27 Open it in IcoFX. 05:20:34 Then you'll see the size and format. 05:20:46 K, one sec. 05:21:10 You want it in 4-bit (256 colours), 24-bit (true colour) and 32-bit (24-bit plus alpha channel) 05:22:07 Oh? That's different from what the PA.c Format states. 05:23:00 No it isn't..? 05:23:33 Hmm... 24-bit has vanished. 05:23:39 I'm sure it used to be in there..? 05:23:55 Says nothing about 4-bit either (it says 8-bits). 05:24:13 Though the same 256 colour profile. 05:24:26 s/4/8/ 05:24:35 Same thing? 05:24:40 2^4 != 256 05:24:43 2^8 = 256 05:24:48 K. 05:24:48 My powers of two are going wacko 05:24:53 lol 05:25:49 Anyone want to see if my Chrome page crash works on Windows? 05:26:31 Don't use Chrome. =P 05:26:34 Go to http://icefox.net/anigma/, type k to open the debug panel and go to level 93. 05:27:10 Of course, users of Firefox other than the latest nightly (in which it /mostly/ works but still not all) can go home... Anigma is too complex for Firefox 3.6 :D. 05:27:26 Pft. 05:31:29 I can't go from 24-bit to 32-bit directly, can I? 05:31:42 Convert it 05:31:45 It's easy in IcoFX 05:32:07 I think it's in the Image menu 05:34:44 Assuming the .png images I have are the format they're supposed to be, this should be 100% ready to go now. 05:35:57 An export from IcoFX of the 32-bit ones should be fine. 05:38:22 Alright, awesome. I emailed the developers again and asked them if they wanted to host it or if they prefered PA.c do it, so I guess that's the last thing we're waiting on. 05:53:33 *** pa_9073 has quit (Quit: Page closed) 06:08:51 *** rouilj1 has quit (Ping timeout: 245 seconds) 06:11:17 *** rouilj1 (~rouilj@pool-74-104-157-242.bstnma.fios.verizon.net) has joined #portableapps 06:19:03 *** Scriptdaemon has quit (Quit: Politeness, n. The most acceptable hypocrisy.) 07:29:09 *** GizmoBot has quit (Ping timeout: 240 seconds) 07:49:28 Hello 07:49:35 Hello. 08:13:26 Hello.. 08:18:40 *** Res2216firestar has quit (Quit: Leaving) 08:20:15 About ini files, I just done some testing to be 100% sure, but NSISu does not use utf-8 for ini 08:21:10 Doesn't or can't? 08:21:21 If it comes across UTF-8 or UTF16-LE what does it do? 08:21:47 That's compiling ! 08:22:12 ReadINIStr, decides it self if there is a BOM 08:22:33 it will read it as UTF-16LE, that's windows 08:22:56 even proper NSIS could ReadINIStr utf-16LE 08:23:41 If it not UTF-16, it will read the ini as ANSI, not as utf-8 08:24:29 And so, for example, what happens to UTF-8 curly quotes? 08:25:38 And what exactly is it that goes wrong with ForEachINIPair on UTF-16LE files? I would have thought that it would work fine with the possible exception of the first line due to the bomb (which doesn't matter as the first line is [Launch] and it's never iterated through). 08:25:42 They get mixed up, read as ANSI. I just tested it with ® ! 08:26:40 FileRead can't read utf-16 lines, so we have to use FileReadUTF16 08:27:09 Hmm. I didn't know about those new commands at all (and neither does pastebin.com's highlighting...) 08:27:32 JimPark invented them 08:28:56 I guessed that 08:29:07 Just remember that ReadINIstr doesn't have a UTF16 command, it finds out it self in which format the ini is (JUST NO UTF-8) 08:29:11 Another thing I'll need to put into my NSIS syntax file for Vim. 08:29:53 I'm having a real issue with embeddedlists ? 08:30:52 I can compile the plugin, but it just doesn't work, even compiling the ansi version of it doesn't ? 08:32:56 Fun fun. 08:33:07 Hopefully its original author will be able to help you out. 08:33:42 I got the problem down to CreateDialog(), do you have any experience with CreateDialog? 08:34:52 Yes I'll put a message up this forum topic, he mensioned he will look at it anytime soon. Will do that later today. 08:44:04 Do you have any suspicions about other segment within PAL, what could break functionality ? 08:44:57 There was an issue with including EULA, earlier ? 09:16:30 Maybe JimPark could consider for NSISu not to convert to utf-8 if there is no bom 09:18:24 Anyway utf-8 has it's own bom : EFBB / for little endian BBFE 09:19:19 It would solve some issues we have !!! And stops the confusion ! 09:21:26 utf-16 : FFFE / FEFF 09:22:00 The thing is UTF-8 doesn't have to have the bomb. I think I'd go so far as to say it normally doesn't. 09:22:33 *** Spaceghost has quit (Read error: Connection reset by peer) 09:25:14 Sorry my mistake, utf-8 : EFBBBF 09:27:30 Three bytes? 09:27:54 Anyway, http://en.wikipedia.org/wiki/Byte_order_mark#Representations_of_byte_order_marks_by_encoding 09:32:13 Officially it should contain a bom, and there are bound to be mistakes due to NSISu converting all the scripts and eula's as utf-8 ! 09:41:14 "This virus is very useful and is free." 09:41:51 what??? 09:42:30 http://portableapps.com/node/23130 10:10:09 This PAL manual project of mine just gets bigger and bigger... 10:22:29 31 files and growing... 11:09:37 *** ChrisMorgan has quit (Ping timeout: 246 seconds) 11:18:33 *** Simeon (~Itunes@dslb-094-216-013-227.pools.arcor-ip.net) has joined #portableapps 11:21:56 *** Horusofoz (~721e6a8c@gateway/web/freenode/x-setwcixqiphafyut) has joined #portableapps 11:22:16 Hey Peeps :) 11:22:39 What's the talk? 11:23:19 hi 11:23:52 Hi Simeon 11:24:15 Has there been any recent discussion of note? 11:24:43 I only joined a couple of minutes ago. You might want to check the logs... 11:30:09 Extensions for plugins is definitely note-worthy :) 11:32:01 yes. and the unicode thing sounds like a breakthrough too. 11:35:31 Unfortunately I can't follow much of the discussion but it does read good. Progress marches on :) 11:36:06 *** Gringoloco1 has quit (Ping timeout: 276 seconds) 11:39:30 *** Horusofoz has quit (Quit: Page closed) 11:47:21 *** Simeon has quit (Quit: Leaving.) 11:59:27 *** Gringoloco (~Gringoloc@94.157.57.3) has joined #portableapps 12:16:01 *** Gringoloco1 (~Gringoloc@188.89.219.85) has joined #portableapps 12:18:01 *** Gringoloco has quit (Ping timeout: 264 seconds) 13:03:32 *** Gringoloco1 has quit (Quit: Leaving.) 13:17:32 *** sar3th|away is now known as sar3th 13:35:22 *** Gringoloco (~Gringoloc@188.88.21.170) has joined #portableapps 13:36:07 Finally got embeddedlists recompiled, but only for ansi at the moment ! VC++ 6.0 13:36:17 6.0 done the trick 13:37:23 that is strange 13:39:47 In the end, yesterday, I got it recompiled in VC++ 2008, but some how CreateDialog didn't return a value, yes just 0. Maybe you know what that could be ? 13:41:38 Probably, it was due to EmbeddedLists.rc not being handled right by VC++2008 13:48:42 hm no, i have no clue :/ 13:48:54 so is embeddedlists working properly now? 13:49:46 Just now got it working for NSISu, have to test it thoroghly though ! 13:50:37 *** noob3932 (~noob3932@64-18-122-30.adsl.catt.com) has joined #portableapps 14:01:40 *** Bjorn_H has quit (Read error: Connection reset by peer) 14:06:54 *** taneth111 has quit (Quit: BYE.) 14:08:53 *** BjornH (~BjornH@81-235-164-62-no21.tbcn.telia.com) has joined #portableapps 14:17:20 Tested all example scripts, all fine. Will upload now! 14:23:16 *** proman (~solomandi@c-98-244-77-4.hsd1.va.comcast.net) has joined #portableapps 14:35:06 *** proman has quit (Quit: Leaving.) 14:42:18 *** ZachThibeau (~ZachThibe@unaffiliated/zachthibeau) has joined #portableapps 14:43:10 *** GizmoBot (~GizmoBot@gizmokid2005.com) has joined #portableapps 14:43:13 GizmoBot is the official bot of #Gizmokid2005 and #PortableApps. 14:43:50 *** GizmoBot has quit (Remote host closed the connection) 14:44:06 *** GizmoBot (~GizmoBot@gizmokid2005.com) has joined #portableapps 14:44:09 GizmoBot is the official bot of #Gizmokid2005 and #PortableApps. 14:47:35 *** AppGuy (~AppGuy@unaffiliated/appguy) has joined #portableapps 15:04:16 *** noob3932 has quit (Ping timeout: 245 seconds) 15:27:37 *** OliverK (~WifiWomba@unaffiliated/oliverk) has joined #portableapps 15:38:55 *** pa_9591 (~556c52e5@gateway/web/freenode/x-fppkxbvfdukxngva) has joined #portableapps 15:39:12 dddd 15:40:21 hello pa_9591, how can we help you? 15:40:42 *** pa_9591 is now known as [omar] 15:40:58 <[omar]> ee 15:41:07 [omar]: having fun are we? 15:41:35 <[omar]> :(( 15:41:54 [omar]: can we help you? 15:42:33 <[omar]> windows portable frefox? dowland 15:42:39 *** Simeon (~simeon@dslb-092-075-226-212.pools.arcor-ip.net) has joined #portableapps 15:42:42 <[omar]> link? 15:42:48 hia ll 15:42:49 .pa firefox portable 15:42:58 <[omar]> hım 15:43:10 [omar]: please wait 15:43:18 <[omar]> ok 15:43:19 .g firefox portable site:portableapps.com 15:43:20 OliverK: http://portableapps.com/apps/internet/firefox_portable 15:43:24 ta-dah :) 15:43:26 <[omar]> thank you 15:43:30 <[omar]> :)) 15:43:55 no prob 15:44:08 <[omar]> byee 15:44:19 bye [omar] 15:44:25 *** [omar] has quit (Quit: Page closed) 15:44:42 hi sar3th 15:44:50 welcome Simeon 16:29:40 *** excid3|asus1 (~Chris_Oli@radio-66-51-177-39.irtc.net) has joined #portableapps 16:29:56 hi excid 16:32:44 *** excid3|asus1 has quit (Read error: Connection reset by peer) 16:33:20 *** excid3|asus1 (~Chris_Oli@radio-66-51-177-39.irtc.net) has joined #portableapps 16:36:38 *** Gringoloco has parted #portableapps (None) 16:38:50 *** excid3|asus (~Chris_Oli@radio-66-51-177-39.irtc.net) has joined #portableapps 16:39:02 *** Gringoloco (~Gringoloc@95.98.119.213) has joined #portableapps 16:42:55 *** excid3|asus1 has quit (Ping timeout: 260 seconds) 17:10:08 *** Gringoloco has quit (Quit: Leaving.) 17:23:43 *** Simeon has quit (Quit: Leaving.) 17:30:22 *** AppGuy has quit (Quit: Goodbye, My Friends!) 18:09:09 *** excid3|asus1 (~Chris_Oli@radio-66-51-177-39.irtc.net) has joined #portableapps 18:10:39 *** excid3|asus has quit (Ping timeout: 260 seconds) 19:24:04 *** marlop (marlop@use.the.force.on.shellium.org) has joined #portableapps 19:26:33 *** Oni-Neoxes (~Oni-Neoxe@unaffiliated/oni-neoxes) has joined #portableapps 19:29:51 *** marlop is now known as marlop|away 19:29:57 *** marlop|away is now known as marlop 19:35:11 *** marlop is now known as marlop|away 19:35:33 ZachThibeau: did i tell you i saw on the mentalist (cbs televison show) they were using xchat? 19:35:48 *** marlop|away is now known as marlop 19:36:21 buahaha 19:39:03 *** excid3|asus (~Chris_Oli@radio-66-51-177-39.irtc.net) has joined #portableapps 19:40:51 *** excid3|asus1 has quit (Ping timeout: 252 seconds) 19:40:53 OliverK: no you didn't but I saw it :P on CTV :P 19:41:00 win 19:41:01 Canadian Television ;) 19:41:04 figured 19:41:09 that watches american programming xD 19:41:14 hehe 19:41:18 bloody american 19:41:21 americans* 19:41:42 the best Canadian comedy however that was truely Canadian was called corner gas :) 19:42:09 hmm speaking of funny shows, time for some big bang theory catch up for me 19:47:12 *** OliverK is now known as OliverK|Away 19:56:53 *** marlop is now known as marlop|away 19:57:20 *** marlop|away is now known as marlop 20:00:52 *** marlop is now known as marlop|away 20:33:04 *** marlop|away is now known as marlop 20:33:31 *** OliverK|Away is now known as OliverK 20:41:46 *** pa_7609 (~4f19cc50@gateway/web/freenode/x-ltnnaikdmwdivmog) has joined #portableapps 20:42:28 *** SrgSiler|Sleep has quit (Read error: Connection reset by peer) 20:42:37 *** pa_7609 has quit (Client Quit) 20:43:07 *** SrgSiler|Sleep (~Kyle@unaffiliated/sergentsiler) has joined #portableapps 21:00:06 *** ZachThibeau has quit (Read error: Connection reset by peer) 21:13:21 *** Oni-Neoxes has quit (Quit: Quit... D:) 21:34:48 *** Spaceghost (libertad@unaffiliated/spaceghost) has joined #portableapps 21:39:22 *** excid3|asus1 (~Chris_Oli@radio-66-51-177-39.irtc.net) has joined #portableapps 21:40:22 *** excid3|asus has quit (Ping timeout: 258 seconds) 21:52:49 *** pa_3816 (~62f44d04@gateway/web/freenode/x-nrfajatvggikeqro) has joined #portableapps 21:54:37 *** OliverK is now known as OliverK|Away 21:54:39 *** pa_3816 has quit (Client Quit) 21:54:40 *** vf2nsr (~chatzilla@cpe-76-179-15-53.maine.res.rr.com) has joined #portableapps 21:54:56 *** pa_4355 (~62f44d04@gateway/web/freenode/x-euwnxlbbmewpczdw) has joined #portableapps 21:55:14 *** Simeon (~Itunes@dslb-094-216-008-241.pools.arcor-ip.net) has joined #portableapps 21:55:20 *** Simeon has parted #portableapps (None) 21:55:29 Anyone familiar with the install.ini file that the PA Installer uses? 21:57:24 not really 21:57:36 but i read about it once 21:58:08 vf2nsr: read this again :P 21:58:10 .def PAF 21:58:11 PAF means PortableApps.com Format. See http://portableapps.com/development/portableapps.com_format for details 22:02:40 *** OliverK|Away is now known as OliverK 22:02:56 I am reading it as we speak 22:03:21 I am trying to figure if in the download section for url I can define a relative disk path 22:04:09 so instead of www.exmple.com I can use Pal:%AppDir%\Data 22:04:46 in other words I want it to execute the zip in the install 22:06:07 Unpack the System_7.0.1.smi.bin archive and move the image files into the Mac-on-Stick folder. How unpack bin file? Simply moved to Mac-on-Stick folder. Drag the Install 1.image onto the Mini vMac icon. This launches Mini vMac and starts the installation procedure. No such file. What purpose does the HFV exe do that the Windows Explorer can not do? HELLLP vf2nsr 22:07:30 gues I keep at it there has to be a way to do what I am trying to do :) 22:13:38 pa_4355: please standby, checking.. 22:13:59 think I just figured out my issue...Brain cramped had incorrect intaller name I had intall PA Installer wantes installer 22:14:08 Be back after I test theory 22:14:11 *** vf2nsr has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.2/20100316074819]) 22:17:23 *** koriban (koriban@95.15.114.67) has joined #portableapps 22:17:51 which operating system are you using pa_4355? 22:18:22 windows 22:18:52 koriban: are you pa_4355, the one with the mac-on-a-stick problem? 22:19:11 no I versioned him ;) 22:19:39 *** ptmb (~PTMblogge@a83-132-129-116.cpe.netcabo.pt) has joined #portableapps 22:21:28 pa_4355: i can't open the bin file either 22:21:52 thanks koriban, but he might be working on another pc than the one he uses to chat ;) 22:21:52 *** pa_4355 has quit (Quit: Page closed) 22:21:55 >_> 22:22:12 lol got to love qwebirc 22:22:40 http://sourceforge.net/projects/extraputty/ 22:24:38 *** OliverK is now known as OliverK|Away 22:30:23 *** TimClark (~0c49eee7@gateway/web/freenode/x-zucnlbxifbkntxhf) has joined #portableapps 22:33:34 :D 22:59:01 *** Spaceghost has quit (Quit: Leaving) 22:59:16 *** Spaceghost (libertad@unaffiliated/spaceghost) has joined #portableapps 23:16:09 *** Res2216firestar (Sam@wikipedia/Res2216firestar) has joined #portableapps 23:27:49 *** pa_6449 (~48e0f5b0@gateway/web/freenode/x-xnnzksjecuhbbtdt) has joined #portableapps 23:30:25 do what? 23:31:32 Do you have a question pa_6449 ? 23:31:37 didn't want to post a message in the forum, but shouldn't the icon in the lower left corner of the screen say Firefox 3.6 instead of 3.5 23:32:01 :? 23:32:06 probably 23:32:25 I dont see an icon there? 23:32:44 thought maybe it should, but didn't want to embarrass anyone 23:33:03 the screen on the PortableApps.com web site 23:33:16 it will change at some point i'm sure 23:33:31 yeah, is it PFM? 23:33:43 TimClark, use brain waves to melt it 23:34:04 what is PFM? 23:34:15 pure ..... magic 23:34:34 pure friendly magic that is :) 23:34:43 absolutely! 23:34:46 no, john will get to it, it links to the right place 23:35:00 ok... adios 23:35:04 bye 23:35:09 * koriban slaps sar3th with sumatrapdf 23:35:21 *** pa_6449 has quit (Quit: Page closed) 23:35:26 stop being silly koriban please 23:35:49 you know you like sumatra pdf 23:36:27 Why does it write portable everywhere on the menu :D 23:37:33 Firefox Portable, Help Portable, Eject Portable, Quit Portable 23:37:47 that is the default name of the apps 23:38:22 add a (c) next to each of the menu entries 23:38:32 Firefox Portable(c) 23:38:49 stop being silly koriban please 23:39:02 :/ not being silly 23:39:11 menu is silly 23:39:23 you can change the name that appears in the menu http://portableapps.com/support/portable_apps_suite#renamingicons 23:41:25 *** rcmaehl (~4a8dd374@gateway/web/freenode/x-qftzrppyempfmwtc) has joined #portableapps 23:42:12 yeah it makes sense to put portable next to each entry in the portable portable apps menu :D 23:42:23 You guys should release PAP 1.6.1 to fix the hide feature 23:42:42 If you want to change it koriban you can, problem solved 23:42:57 nah I wont 23:43:09 it makes me laugh the way it is 23:43:09 rcmaehl: that is not in our hands 23:43:11 you won't what ? 23:43:25 nm 23:54:47 *** vf2nsr (~chatzilla@cpe-76-179-15-53.maine.res.rr.com) has joined #portableapps 23:58:52 anyone know the proper syntax to extract a dile to the root directory? 23:59:00 *** koriban has quit (Ping timeout: 268 seconds) 23:59:02 file? 23:59:07 rcmaehl: what issue are you talking about? 23:59:14 is it ExtractTo = 23:59:22 vf2nsr: I'd check out prapper's work 23:59:27 like, drive root? 23:59:27 sorry yes file 23:59:37 Gizmokid2005|AFK: where you click on the tray icon and it doesn't minimize 23:59:52 asi in the PA Installer Installer.ini file