Jump to content

Magellan456

Member
  • Posts

    37
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

About Magellan456

Magellan456's Achievements

0

Reputation

  1. Thanks, i'll see what i can do with this.
  2. I didn't think about this one Bobby100. That's a good idead! Like you said, to registry snapshot wouldn't work with all applications... but there's a way to work that around, i'm sure. Lets say that it's possible to use a variable like %cdrom% for the installed path in the reg key instead of a Hard Drive letter, i could modify the registry to look for %cdrom% instead of the default installation path. The question is : Is it possible to put a variable in the registry that could always point to the cdrom i'm using ? And another way could be that i create a windows architecture on my CD-Rom with it's own registry. I know that the process could be very difficult because i don't want the installed programs to think that my CD is in fact the OS i'm working on. You get it ? If, let's say, i try to do a registry cleanup with Reghealer installed on my cd, hmm... i'm not sure how good would be the results if i reference the CD registry to the cd-rom architecture (%cdrom%/windows/system32) for exemple. I think the there wouldn't be any problem to use antivirus or antispywares as you can select the drives to scan. Besides that, i think that it would take a lot of time to modify the registry correctly... but maybe... maybe that's possible Any ideas ?
  3. Thank you, i already know about those. I probably didn't ask my question well enough because the answers you gave me are not the one i'm looking for. I'll try to explain a little more clearly what i'm looking for. I made a tech cd with all the utilities i use to diagnose/clean/repair computers. This is a normal cd ,made with Autoplay Media Studio that boots in windows. From the menu i made, i can install antivirus, anti-spywares, etc... like normal applications. I sometimes had problems installing some applications because the system was too corrupted. There's my need. I'd like to create a cd-rom with an autorun.inf that could boot into windows. Don't misunderstand, i don't need a bootable cd to SEE windows, like bart's PE or some Live Linux cd. I already have these. Do you follow my point ? Instead of installing Kaspersky antivirus on the user's computer, i would have it installed on a cd-rom. Somehow, it would be like running windows from a cd, on windows. I hope it's more clear now.. I know that this request can be misunderstand easily, but i'm not looking after the easy answer (WinPE, Bart's PE, Knopix). I didn't read any thread about such cd or never heard anything similar. Have you any idea ?
  4. Hello, I was wondering if it was possible to create a CD with installed programs on it. I'll explain. I'd like to have a CD that could boot into Windows but inside it, there would be installed programs like antivirus, antispywares, cleaner... etc. I don't want them to be installed on the computer but only usable from my CD. I imagine a CD with a windows architecture. Is that possible ? and does any of you knows where i could get information about how to do so ? Thank you, Magellan456
  5. I never thought about a sfx file... That's a good idea. Does the program get registered with your regkeys ? Or you have to enter a serial after the installation ?
  6. It took me around 5 hours, but i finally did it ! I went onto Remote Adminstrator site and found that there was information about silently installing this program in the help file that comes with the program. Yeah, it looks alike the thread you gave me, but only one dll is required. The difference i did was two searches inside Regedit for first: remote administrator and then for: radmin I exported as much as i could the keys that were really pointing to this program. Then, i used Setup Factory 6 to build up an autoinstalltion. This insallation is completly silent and integers a working serial. I can't really tell you more since i used a Setup Factory 6 to work this issue around. The only help i can give you is to really deep-search your registry for references files. That's what's is going to make a difference for a registered program or an unregistered one. Add your keys to your installation and Test it. Good luck! ant thanks for your help.
  7. Hi, i've found the forum for installing remote administrator 2.2, but i didn't find anything. Any help ? Thanks
  8. Thanks AaronXP. Now my cd works like a charm. Cheers, Magellan456
  9. Could you be more specficic Aaronxp ? What do you mean by launch a batch file from RunOnceEx containing the xcopy commands ? Would i have to create a .cmd file containing the xcopy command about winzip and put it in the $oem$ folder afterward ? And if so, do i add a line at the end in my runonceex.cmd pointing to this .cmd file ? You're also suggesting me to Otherwise add a cmd.exe /c before the xcopy command. What does the /c stands for ? Thank you, you're really nice to help me through this one pal, Magellan456
  10. Hi. Good news, my cd works now. But, since i'm here, i'd like to know something. My Winzip is not installing during my setup. I knew this one would be though because it uses " a lot. Maybe you could help me with that. When i was using [GuiRunOnce] with hotfixes.cmd i had this for winzip: Echo Installation de Winzip 9.0 xcopy %systemdrive%\winapps\winzip\*.* "%systemdrive%\Program Files\WinZip\" /I "%systemdrive%\Program Files\WinZip\winzip32.exe" /cleaninstall Echo. As you can see, it uses a lot of " and the problem comes when i put \ in RunOnceEx to uses " commands. Here's my RunOnceEx.cmd using winzip: REG ADD %KEY%\130 /VE /D "Installation de Winzip 9.0" /f REG ADD %KEY%\130 /V 1 /D "xcopy %systemdrive%\winapps\winzip\*.* \"%systemdrive%\Program Files\WinZip\ \" /I \"%systemdrive%\Program Files\WinZip\winzip32.exe\" /cleaninstall" /f I put a \ separated by a space by choice in the line (...)systemdrive%\Program Files\WinZip\ \" /I \"%systemdrive%\Program(...) Maybe that's the problem... Another thing i'd like to know, if you don't mind, is how can i create a menu at the end of the installation asking the user wich applications he'd like to install, such as Norton Antivirus, Spysweeper, Winrar...etc. I've seen menu like this in some threads but i didn't find how to do it. Thanks a lot for your support! Magellan456
  11. Ok. Hi, here's the winnt.sif, RunOnceEx.cmd and cmdlines.txt Winnt.sif ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS Repartition=No UnattendSwitch="yes" WaitForReboot="No" [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=1 [userData] ProductKey=removed FullName="Usager" OrgName="" ComputerName=Utilisateur [TapiLocation] CountryCode=107 AreaCode=819 [RegionalSettings] LanguageGroup=1 Language=00000c0c [identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Components] msmsgs=off RunOnceEx.cmd : cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installation des applications" /f REG ADD %KEY%\001 /VE /D "Preparation de l'installation..." /f REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\prepare.cmd" /f REG ADD %KEY%\005 /VE /D "Pack Reseau Avance" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\hotfixes\Q817778.EXE /Q /O /N /Z" /f REG ADD %KEY%\010 /VE /D "Mise a Jour de Securite pour Ms Data Access Components" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\hotfixes\Q823718.exe /T:%systemdrive%\install\tmp /C:\"%systemdrive%\install\tmp\dahotfix.exe /q /n\" /Q" /f REG ADD %KEY%\015 /VE /D "Installation de Microsoft Windows Media Player 9" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\hotfixes\MP.exe /Q:A /R:N" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\hotfixes\q828026.exe /Q /O /N /Z" /f REG ADD %KEY%\025 /VE /D "Installation de .NET Framework v1.1" /f REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\hotfixes\frameworks\netfx.msi /qb" /f REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\hotfixes\frameworks\lpack\langpack.msi /qb" /f REG ADD %KEY%\035 /VE /D "Installation des mises a jour systeme" /f REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\hotfixes\Q322011.EXE /Q /O /N /Z" /f REG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\hotfixes\Q327979.EXE /Q /O /N /Z" /f REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\hotfixes\Q330994.exe /Q:A /R:N" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\hotfixes\Q810243.exe /Q /O /N /Z" /f REG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\hotfixes\814078.EXE /Q:A /R:N" /f REG ADD %KEY%\065 /V 1 /D "%systemdrive%\install\hotfixes\Q817787.exe /Q:A /R:N" /f REG ADD %KEY%\070 /V 1 /D "%systemdrive%\install\hotfixes\Q819696.exe /Q /O /N /Z" /f REG ADD %KEY%\075 /V 1 /D "%systemdrive%\install\hotfixes\q820223.exe /Q:A /R:N" /f REG ADD %KEY%\080 /V 1 /D "%systemdrive%\install\hotfixes\Q821253.exe /Q /O /N /Z" /f REG ADD %KEY%\085 /V 1 /D "%systemdrive%\install\hotfixes\Q822603.exe /Q /O /N /Z" /f REG ADD %KEY%\090 /V 1 /D "%systemdrive%\install\hotfixes\Q824146.exe /Q /O /N /Z" /f REG ADD %KEY%\095 /V 1 /D "%systemdrive%\install\hotfixes\Q826939.EXE /Q /O /N /Z" /f REG ADD %KEY%\100 /V 1 /D "%systemdrive%\install\hotfixes\Q826942.EXE /Q /O /N /Z" /f REG ADD %KEY%\105 /V 1 /D "%systemdrive%\install\hotfixes\Q832483.EXE /T:%systemdrive%\install\tmp2 /C:\"%systemdrive%\install\tmp2\dahotfix.exe /q /n\" /Q" /f REG ADD %KEY%\110 /V 1 /D "%systemdrive%\install\hotfixes\B833998.EXE /Q /O /N /Z" /f REG ADD %KEY%\115 /V 1 /D "%systemdrive%\install\hotfixes\hu10021.exe /Q:A /R:N" /f REG ADD %KEY%\120 /V 1 /D "%systemdrive%\install\hotfixes\setup53.EXE /Q:A /R:N" /f REG ADD %KEY%\125 /V 1 /D "%systemdrive%\install\hotfixes\wm9code.EXE /Q:A /R:N" /f REG ADD %KEY%\130 /VE /D "Installation de Winzip 9.0" /f REG ADD %KEY%\130 /V 1 /D "xcopy %systemdrive%\winapps\winzip\*.* \"%systemdrive%\Program Files\WinZip\ \" /I \"%systemdrive%\Program Files\WinZip\winzip32.exe\" /cleaninstall" /f REG ADD %KEY%\135 /VE /D "Installation Adobe Reader 6.01 FR" /f REG ADD %KEY%\135 /V 1 /D "%systemdrive%\WINAPPS\adobe\Adobe.exe -p"-s /v\"/qn\"" /f REG ADD %KEY%\140 /VE /D "Installation de Kazaa Lite 2.4.3" /f REG ADD %KEY%\140 /V 1 /D "%systemdrive%\WINAPPS\KLite\klite.exe /silent" /f REG ADD %KEY%\145 /VE /D "Installation de Ad-Aware 6" /f REG ADD %KEY%\145 /V 1 /D "%systemdrive%\WINAPPS\aware\aaw6.exe /s" /f REG ADD %KEY%\150 /VE /D "Installation du Msn Messenger 6.1" /f REG ADD %KEY%\150 /V 1 /D "%systemdrive%\WINAPPS\msnmess\MsnMsgs.msi /QB" /f REG ADD %KEY%\155 /VE /D "Installation de la barre d'outils Google" /f REG ADD %KEY%\155 /V 1 /D "%systemdrive%\WINAPPS\google\google.exe" /f REG ADD %KEY%\160 /VE /D "Application des optimisations de la base de registre..." /f REG ADD %KEY%\160 /V 1 /D "REGEDIT /S %systemdrive%\install\tweaks.reg" /f REG ADD %KEY%\165 /VE /D "Nettoyage et Redemarrage" /f REG ADD %KEY%\165 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT cmdlines.txt: [COMMANDS] "RunOnceEx.cmd" There's all the files i'm using. Thank you Magellan456
  12. Hi, Thanks for the Informat AaronXp. Unfortunatly i just finished trying my cd and the RunOnceEx command didn't lunch. I'm now trying to figure out why. Maybe you can help me. I've put the files: cmdlines.txt and RunOnceEx.cmd in the $OEM$ forlder. My cleanup.cmd and prepare.cmd files are in the $OEM$\$1\Install Folder. I have mofified my winnt.sif and removed the [GuiRunOnce] section as proposed above. There's maybe a problem with my svcpack.inf. I'm using it to put some hotfixes during installation... maybe i need to add something to it. Note that the hotfixes in my svc pack where sucsessfully installed during my installation. I don't really know what went wrong. Any help is welcome! Thank you, Magellan456
  13. Thanks, that's what i thought but i wasn't quite sure. I went through the XP guide, but it wasn't clear enough though. Thanks to you, i know now ! Goodbye, Magellan456
  14. Hi, i've read threads about the RunOnceEx.cmd but i'm not figuring out how to put it in winnt.sif. I was using a batch file wich i called %systemdrive%\install\hotfixes\hotfixes.cmd in the [GuiRunOnce] section before but then, i've read that you could replace the GuiRunOnce section by RunOnceEx to have a graphical view of what is installing on your computer. I'd like to know how to add the RunOneEx in winnt.sif. Do i have to delete the GuiRunOnce section and replace it with RunOneEx ? If so, do i have to call a file such as RunOnceEx.cmd somewhere ? Thanks for your support, Magellan456
  15. Hi Chris, Make sure the path of your loader and the name is the right one. If you're trying to test Erd2003 by itself(without the xp integrated) the correct file is not loader.bin but bootsect.bin. If your using CDShell for your boot menu, the boot sector file is in the Boot directory. Otherwise, if eveything above doesn't work, you should look inside your loader.bin with an hex editor to see if it points to the correct dir or file. Good Luck, Magellan456
×
×
  • Create New...