Jump to content

Brutal Sponge

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About Brutal Sponge

Brutal Sponge's Achievements

0

Reputation

  1. ****, one for Thunderbird as well Awesome! Great job m00j.
  2. Excellent! I've been looking for something like this Should help me finish my unattended CD.
  3. True. Never thought of that for some reason.
  4. I'm not sure if this has been discussed or suggested before. I did a quick search and didn't turn up anything. I've found what you could call a solution to the problem of files being read-only when copied off the CD. Instead of using the commandline to set the file attributes (which i had problems with), you can use WinRAR's Unrar.exe cmdline utility. I'll provide an example. This is for the RunOnceEx method, but could probably be adapted for the batch file method. First, get WinRAR installed then navigate to its folder. Copy the 'Unrar.exe' file to '$OEM$\$$\System32' - this will ensure that you can call it from anywhere during the setup. In this example I'll use mIRC. Create a RAR file (not zip!) in your 'install' folder called 'mirc.rar'. Next, open your RunOnceEx.cmd file and add: This will unrar mirc.rar to 'C:\Program Files\mIRC'. You can change where stuff is extracted to by simply altering 'C:\PROGRA~1'. You could also use different commandline switches if required. I've tested this and it works. Anyway, hope this helps!
×
×
  • Create New...