Jump to content

a06lp

Member
  • Posts

    976
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by a06lp

  1. Hmm.. I followed the instructions in the first post on the first page, but got this error when running "remote.cmd": I think I have Symantec Antivirus Corporate v9.0.1.1000 What do I need to do? Here's my remote.cmd:
  2. bump
  3. Hi. I'm silently installing Roxio 6, along with many other programs, via RunOnceEx. My problem is that RunOnceEx seems to think Roxio is finished installing before it actually starts. This leads to conflict, because other installers then begin, and I get an error "Cannot install, please wait until other installation finishes" (or something like that). Now I have about 30 programs installing, and no matter where on my list I place Roxio I run into this problem with some program or other. The solution is NOT to install it last, because then my CLEANUP file runs during installation and deletes files needed to Roxio. (I use WPI, and therefore my only option for cleanup is to include it as the last 'program' to run.) The command I'm using for Roxio is: %systemdrive%\install\Applications\easycd6\SETUP.EXE /s /v"/qr ADDLOCAL=ECDC6,CreatorApps,PMStudio REBOOT=Suppress REBOOTPROMPT=S" Anyone find a solution to this problem?
  4. ok, another problem i have to chalk up to VMWare... I think i'll do my next test on a partition of my REAL hard drive...
  5. @prathapml hmm... your above suggestion didn't work for me, it still loaded...here's my winnt.sif: ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] UnattendMode=ProvideDefault OemSkipEula=Yes TargetPath=\WINDOWS OemPreinstall=Yes UnattendSwitch="yes" OemPnPDriversPath="Drivers\001_LAN;Drivers\002_display;Drivers\003_modem;Drivers\004_audio\SMAXWDM\W2K_XP;Drivers\005_sound\SMAXWDM\W2K_XP;Drivers\006_infared;Drivers\007_SD;Drivers\008_wifi\Setup;Drivers\008_wifi\Setup\I8500;Drivers\unidenwlan" DriverSigningPolicy=Ignore [GuiUnattended] EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=1 [Display] BitsPerPel=32 Xresolution=1024 Yresolution=768 [UserData] ProductKey = [removed] [TapiLocation] AreaCode = 718 CountryCode=1 Dialing=Tone LongDistanceAccess="0" [URL] Home_Page=about:blank [Identification] JoinWorkgroup=RUBINNET [Networking] InstallDefaultComponents=Yes [IEPopupBlocker] AllowedSites=www.microsoft.com;http://v5.windowsupdate.microsoft.com BlockPopups=Yes FilterLevel=Medium ShowInformationBar=Yes [Components] msmsgs=off zonegames=off WMAccess=off [GuiRunOnce] %systemdrive%\install\WPI26\wpi.cmd
  6. hmm... this is my winnt.sif, and, in VMWare, the resolution and color bit don't work...why? ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] UnattendMode=ProvideDefault OemSkipEula=Yes TargetPath=\WINDOWS OemPreinstall=Yes UnattendSwitch="yes" OemPnPDriversPath="Drivers\001_LAN;Drivers\002_display;Drivers\003_modem;Drivers\004_audio\SMAXWDM\W2K_XP;Drivers\005_sound\SMAXWDM\W2K_XP;Drivers\006_infared;Drivers\007_SD;Drivers\008_wifi\Setup;Drivers\008_wifi\Setup\I8500;Drivers\unidenwlan" DriverSigningPolicy=Ignore [GuiUnattended] EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=1 [Display] BitsPerPel=32 Xresolution=1024 Yresolution=768 [UserData] ProductKey = [removed] [TapiLocation] AreaCode = 718 CountryCode=1 Dialing=Tone LongDistanceAccess="0" [URL] Home_Page=about:blank [Identification] JoinWorkgroup=RUBINNET [Networking] InstallDefaultComponents=Yes [IEPopupBlocker] AllowedSites=www.microsoft.com;http://v5.windowsupdate.microsoft.com BlockPopups=Yes FilterLevel=Medium ShowInformationBar=Yes [Components] msmsgs=off zonegames=off WMAccess=off [GuiRunOnce] %systemdrive%\install\WPI26\wpi.cmd
  7. check my post: http://www.msfn.org/board/index.php?showtopic=28635 i don't get any popups using that method. try to use the dl version if you can.
  8. looks good to me... just make sure AIMInstall.cmd is in the $OEM$\$1\Install folder.
  9. Ok, forget my last post. I figured it out. What you said was perfect, but to add Soulseek to the Add/Remove List I had to add another registry line. Then, I had to edit the InstallLOG to make sure the uninstaller would remove soulseek.reg as well. Here is a fully functional SILENT INSTALL of SoulSeek 1.52 Just run the .exe and it will install (and add itself to the Add/Remove List) Here's what I modified, for those who are curious: Thanks, drthawhizkid!
  10. the reg has a few soulseek entries, do you mean the "InstallPath"? (Current_User\Software\Soulseek)? when i add that to the SFX, and run it, it copies the files to Program Files\SoulSeek, which is perfect. BUT - soulseek is not in the add/remove programs list anymore... how do i add it there, like it normally is?
  11. ok, thanks to you both! i'll post results after my next testing ISO
  12. yea, i couldn't get that switch to work either... whatever. and i guess it'll just be one of those annoying programs which you have to register manually.
  13. ok, updated first post with .zip file
  14. please be careful how much you change... the coolsights 3.0beta is largely complicated, and therefore i dont use it (not that it doesnt have its uses...its just that mine are geared toward simple). also, remember that a LOT of us spend LARGE amounts of time coding our WPI's correctly with all the extra slashes, and quotes, and whatnots. Therefore it would be appreciated if our current code would still work on the newer versions.
  15. so do i have to "expand" it and remove that line? (If so, how do I un-expand it?) or is that new line that prathapml gave me enough (WMAccess=off)?
  16. ^ bump, bump, bump-bump, bump-bump, bump, bump ^
  17. any news on this?
  18. i am actually, currently using a double-whammy method. the above code if for installing all regtweaks that i can, early on, using cmdlines.txt then i run regtweaks again (same file) later, after all other programs install. im hoping this way each tweak will be able yo apply, whether it has to be early or later. good idea? or no?
  19. if anyone wants to host the file for me, let me know, so ppl can use the 2-step method (#3) otherwise just follow the firsth method.
  20. @prathapml so, I DON'T need a seperate .cmd file? I can just call the .reg file like this? [COMMANDS] "REGEDIT /S RegTweaks.reg" or should I move my regtweaks out of $OEM$, and put it in $OEM$\$1\Install ?
  21. check my first post. i have that in there already... unless you're talking about the extra "WMAccess=off" line? --> also, i was checking "ref.chm", and it makes no mention of the "msmsgs" key...is this a myth?!
×
×
  • Create New...