Jump to content

Gism0

Member
  • Posts

    460
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by Gism0

  1. Whimsy - you can get cdimage.exe from google
  2. I think i'll do that too, REG likes to say something like "The command was successful" all the time, i could probably send it to nul but your way is cleaner
  3. yep, along with some registry entries for HKCU, it installs all the stuff on the first login after setup
  4. meh, i find the best way is to do it via a batch file, ie: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY%\zz010 /VE /D "Doing Stuff" /f REG ADD %KEY%\zz010 /V 1 /D "%systemdrive%\Install\stuff.exe" /f that way you can put variables in, i run this from cmdlines.txt
  5. for those who don't know, you don't HAVE to use the NSIS installer (which by default still produces dialogs in silent installs, it's up to the developer to check for the silent switch when making their dialogs, and they just don't bother!) CDex is also available in a zip file (download page) which you can simply copy to your program files directory and create a shortcut Oh yeah and whoever maintains this page might want to include that info, since that way you have to click a button at the end of the install, and if you use start /wait your installer just sits there waiting!
  6. bug/error: [x] skip regional screen checked - will show regional screen unchecked will skip regional screen shouldn't it be the other way around?? administrator password - add encryption?
  7. that is pretty **** cool! so i can be really lazy and duplicate tonnes of files and it will only burn em once?
×
×
  • Create New...