Jump to content

SiNNuT

Member
  • Posts

    22
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

About SiNNuT

Contact Methods

  • Website URL
    http://

SiNNuT's Achievements

0

Reputation

  1. Just tested again with a non- nLited winxp source and this time it did work. So i think the js error when pressing "Begin Install" is related to that.
  2. hmm...lotta views no replies?
  3. hehe, you just made me lol oneless. Such a big reply to JasonGW just because you misunderstood the meaning of the phrase "I understand where you're coming from". So don't refer too much to the title of this thread Anyways, i'm still experiencing the same prob as the ts and the solution didn't become clear to me from the other thread neither.
  4. WPI normally is used to replace other methods like RunOnceEX and batch scripting. Possible cleanup scripts or stuff like that can be called from wpi.hta like other programs or you can call them from within wpi.cmd after wpi.hta has finished. The normal way is to call wpi.cmd from winnt.sif Just add a line like this in your winnt.sif: CODE [GuiRunOnce] %systemdrive%\install\wpi\wpi.cmd
  5. Great to hear. I hope you guys keep on going strong to make WPI an even more kick a** app then it allready is.
  6. The normal way is to call wpi.cmd from winnt.sif Just add a line like this in your winnt.sif: [GuiRunOnce] %systemdrive%\install\wpi\wpi.cmd WPI is used to replace other methods like RunOnceEX and batch scripting. Possible cleanup scripts or stuff like that can be called from wpi.hta like other programs or you can call them from within wpi.cmd after wpi.hta has finished.
  7. O stupid me, i forgot to enable that option. Strange what a lack of sleep can sometimes do to you...
  8. When i press "Begin Install" i get a js error. Looked a bit in main.js but fail to see the relevance of line 138: var titBgCol = (s[2])? "BGCOLOR='"+s[2]+"'" : "" Saw the german guy's post with the same prob but what exactly is the solution? I have audio player enabled but doesn't seem to work properly when in vmware
  9. When i set some applications to forced it is still possible to uncheck the corresponding box in the WPI screen. Now i haven't had time to try out a real install and maybe the app is being installed even when you uncheck the box but it seems to me that unchecking of a 'forced' box shouldn't even be possible.
  10. afaik mIRC doesn't need an install, just copy the contents of your mIRC installation dir onto your cd/dvd and place it in $OEM$ Progs. Then all you need to do is execute 1 or 2 reg files through WPI with your user name and license and your set to go.
  11. I could test it aswell with an nLited XP Pro SP2, with wmp9 removed but 6.4 kept.
  12. It doesn't really matter but when you make the iso before you add your unattended setup and program folders you have to add them later with a tool like UltraISO. I just have a xpcd directory on my hd and every once in a while when i change or add something in it i just rebuild my iso, it doesn't take that long on a decent computer. And i use cdimagegui for that which works better for me than nLite. Offcourse like Railman said it's always a good idea to test your cd in Virtual PC or VMWare, it will save you a lot of hassle with rewritable cd's and stuff like that. One more thing, when you are a comfortable with the basics i recommend that you look into the WPI project, it gives you a nice choice of which apps to install with a nice interface. And once you get the hang of it it's very easy to maintain.
  13. Just make a nLited xpcd folder on your harddrive and then you must make a unattended windows install (which you can do with nLite) via the winnt.sif file. Set it to oempreinstall is yes and create the $OEM$ folder structure in your xpcd. Then you can do a number of methods to incorporate your apps installs. But really, do some research and make an effort to understand the basics of an unattended setup and switches before you post here. Take this link for example; just read carefully through all the steps on that site and you should be able to have a basic unattended setup with apps up and running in no time. Google Toolbar: cmd1[pn]=['%CDROM%\\Software\\GoogleToolbarInstaller.exe /s /qn'] I use Quicktime Alternative and Real Alternative with the following switches: cmd1[pn]=['%CDROM%\\Software\\QuicktimeAlternative\\quicktimealt148.exe /VERYSILENT /COMPONENTS=qt,qt\\codec,qt\\directshow,qt\\plugins,qt\\browser'] cmd1[pn]=['%CDROM%\\Software\\RealAlternative\\realalt142.exe /VERYSILENT /COMPONENTS=real,real\\codec,real\\directshow,real\\browser'] These lines are from my WPI config but the switches, /s /VERYSILENT etc. , remain the same.
  14. Asus P4C800-E Deluxe hwids.txt soz, just saw you allready had it
  15. I use this one; mm_fl_sw_installer.msi Install it with qn switch cmd1[pn]=['%CDROM%\\Software\\mm_fl_sw_installer.msi /qn']
×
×
  • Create New...