Jump to content

totoymola

Member
  • Posts

    943
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by totoymola

  1. You only need to use quotes if the filename has spaces on it. But hey, maybe that switch doesn't work for the latest version anymore. I will try it. EDIT: Again, I wasn't reading.. Sorry. I thought you are just asking if you need quotes on the actual command, that's why I said no. You missed the quote on your runonce.
  2. I agree with that. Firefox profile depends on the current user. But there is always a solution if your firefox doesn't work properly because of this. Open the "chrome.rdf", and edit the paths there. I suggest using Metapad or Notepad2, because it is easier. Use the "replace" feature. Or if you are TOO LAZY building your own installer (which isn't really that difficult), use FFDeploy.
  3. I'm sorry buddy, but I don't use Spyware Blaster, so I don't know anything about it. Please check the sticky threads. I think it is covered there.
  4. I don't know Soul Seek, but as lilweirddude said, /S (upper case) works for him. I don't know what Soul Seek's installer is, but sometimes, switches are case sensitive. Your reg file for Alcohol looks fine. Let me check mine. Note: Alcohol's serial is REALLY long. I'm not sure if it is encrypted or what. So this is the best solution that you can do. (I think..) 1. Install Alcohol manually on your system, and register it. 2. Export your registration entries using regedit.
  5. Hmm.. Let me guess.. You are using Internet Explorer, right? That's why you still need to install that plug-in. Because if you are using Firefox, you don't have to install that. I'm not using Flash MX, but I know it uses InstallShield. Check the ini files. Maybe the configuration is in there.
  6. Good idea! I didn't know that you can unpack an Inno setup installer. Thanks for the info! Where can we get the tools that you mentioned? From their website?
  7. If you are using the msi compressed in an exe, try extracting it and use the msi only, and use this switch /qb or /qn or /qb!-
  8. Hello rendrag! Could you please post your runonce? I think I'm the one concerned here.
  9. Hello skitty! Have you tried using taskkill?
  10. haha!! sorry i wasn't reading. Try adding echo in between lines. Or maybe spaces.
  11. Why do you still add this? CMDOW @ /HID You don't need that if you are using the "Ghost" feature. Also, I don't add the "EXIT" command at the end of my batch file if I compile it on QBFC.
  12. Sira!!
  13. Quick Batch File Compiler is not working all the time. Sometimes your compilation works, sometimes it doesn't. I don't write the code directly in Quick Batch File Compiler. I write my code on notepad and save it as .bat, and open it with Quick Batch File Compiler, and compile it. I don't know why, but writing the code directly gives me problem most of the time. It is a bug, I think.
  14. The only advantage I think is.. you don't need to add long commands in your runonce. So it will look better. And of course, your installer will become smaller.
  15. The difference is.. Ad-Aware Pro 6 is an older version. Lavasoft stopped producing and offering updates for this
  16. I guess he is talking about the Ad-Aware Pro 6.. which needs a serial number. Ad-Aware SE Pro doesn't need any serial.
  17. Whoah.. You have a very long command. Suggestion only: Why don't you compress your msi with winrar and add the switch/es to the comment?
  18. Hahahaha!!!! Sorry MCT. I wasn't reading everything.
  19. What are you referring to? Batch compiled to an exe using QBFC?
  20. Hmm.. I don't know if you can make a progress bar with batch files. I don't know how to.
  21. INF can do it, but you can always use a batch file compiled to an exe. I use Quick Batch File Compiler, which has a "Ghost" feature so no CMD window will pop up. 100% silent.
  22. Ultimate Packer for eXecutables Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 UPX 1.25d Markus F.X.J. Oberhumer & Laszlo Molnar Jun 29th 2004 Usage: upx [-123456789dlthVL] [-qvfk] [-o file] [@]file.. Commands: -1 compress faster -9 compress better --best compress best (can be very slow for big files) -d decompress -l list compressed file -t test compressed file -V display version number -h give this help -L display software license Options: -q be quiet -v be verbose -oFILE write output to `FILE' -f force compression of suspicious files --no-color, --mono, --color, --no-progress change look Backup options: -k, --backup keep backup files --no-backup no backup files [default] Overlay options: --overlay=copy copy any extra data attached to the file [default] --overlay=strip strip any extra data attached to the file [dangerous] --overlay=skip don't compress a file with an overlay Options for dos/com: --8086 make compressed com work on any 8086 Options for dos/exe: --8086 make compressed exe work on any 8086 --no-reloc put no relocations in to the exe header Options for dos/sys: --8086 make compressed sys work on any 8086 Options for djgpp2/coff: --coff produce COFF output [default: EXE] Options for watcom/le: --le produce LE output [default: EXE] Options for win32/pe & rtm32/pe: --compress-exports=0 do not compress the export section --compress-exports=1 compress the export section [default] --compress-icons=0 do not compress any icons --compress-icons=1 compress all but the first icon --compress-icons=2 compress all but the first icon directory [default] --compress-resources=0 do not compress any resources at all --strip-relocs=0 do not strip relocations --strip-relocs=1 strip relocations [default] file.. executables to (de)compress This version supports: dos/exe, dos/com, dos/sys, djgpp2/coff, watcom/le, win32/pe, rtm32/pe, tmt/adam, atari/tos, linux/386 UPX comes with ABSOLUTELY NO WARRANTY; for details type `upx -L'.
×
×
  • Create New...