
urie
MemberContent Type
Profiles
Forums
Events
Everything posted by urie
-
How can i integrate my adsl settings ?
urie replied to neo_01's topic in Unattended Windows 2000/XP/2003
I don't know but mabey this program could help you it can export you setting to an executable file that when run sets up your dial up connection with user name ans password, been using it for years quite handy. http://www.techmagic.com/dunmagic.htm -
The newest version seems to be an inno setup installer switches are, /SILENT or /VERYSILENT do a search for Universal Silent Switch Finder a wee program thats dead handy for finding switches hope this helps
-
You need to edit the line and put your own key in
-
Try this REG ADD %KEY%\1005 /VE /D "Installing PowerDVD5" /f REG ADD %KEY%\1005 /V 1 /D "%systemdrive%\Install\PowerDVD5\Setup.exe -s -f1\"%systemdrive%\Install\PowerDVD5\setup.iss\" /f
-
Im not sure where the registry information is but in C:\program files\Webroot\Spy Sweeper\ there is a file called install.dat this is what you must copy to have the program registered. Copy that file to Install\Applications\Spysweeper\ ECHO. ECHO Installeren van Spysweeper ECHO Please wait... start /wait %systemdrive%\install\Applications\Spysweeper\sspsetup1_74610.exe /VERYSILENT /SP- COPY "%systemdrive%\Install\Applications\Spysweeper\install.dat\" "%programfiles%\Webroot\Spy Sweeper\" ATTRIB +R +H "%programfiles%\Webroot\Spy Sweeper\install.dat\" not to sure if this is converted right i install mine from RunOnceEx and it works
-
I do it this way from the RunOnceEx REG ADD %KEY%\1005 /VE /D "Spy Sweeper 3.0" /f REG ADD %KEY%\1005 /V 1 /D "%systemdrive%\install\Webroot\SpySweeper.exe /VERYSILENT /SP-" /f REG ADD %KEY%\1005 /V 2 /D "CMD /C COPY \"%systemdrive%\Install\Webroot\install.dat\" \"%programfiles%\Webroot\Spy Sweeper\" /Y" /f REG ADD %KEY%\1005 /V 3 /D "CMD /C ATTRIB +R +H \"%programfiles%\Webroot\Spy Sweeper\install.dat\" /f
-
Adobe Reader speedup Registering MSCOMCTL32.OCX
urie replied to urie's topic in Application Installs
C.RAZY, thanks for the info i did manage to get it done like this. REG ADD %KEY%\iAdd /VE /D "Adobe Reader Speed Up" /f REG ADD %KEY%\iAdd /V Inum /D "CMD /C COPY \"%systemdrive%\Install\Ar-Speedup\MSCOMCTL32.OCX\" \"%systemroot%\system32\"" /f REG ADD %KEY%\iAdd /V Inum /D "CMD /C %SystemRoot%\System32\regsvr32.exe /s MSCOMCTL32.OCX" /f REG ADD %KEY%\iAdd /V Inum /D "%systemdrive%\Install\Ar-Speedup\Reader_SpeedUp.exe" / your way is a lot simpler -
LiquidSage, Thanks for the reply
-
nero.reg is necessary if you want to enable the plugins without installing them
-
Try this for nero, Nero.reg
-
I have no problem getting Acronis Disk Director Suite to run through easyboot but, when you run OS Selector for within the Disk Director Suite front end it comes up and asked for the serial number any managed to get by this yet.
-
REG ADD %KEY%\1055 /VE /D "Nero Burning ROM 6.3.1.2.0" /f REG ADD %KEY%\1055 /V 1 /D "%systemdrive%\Install\Nero\nero63120.exe /silent /noreboot /no_ui /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn" /f REG ADD %KEY%\1055 /V 2 /D "REGEDIT /S %systemdrive%\Install\Nero\Nero.reg" /f works but only if you edit the nero63120.exe in winrar ;The comment below contains SFX script commands Setup=setup.exe /SFX TempMode Silent=1 Overwrite=1 Title=Nero 6.0- 6.3.1.20 Ahead Software AG ; if you dont you still see nero the nero extraction window
-
Hi , I'm running a server with a 54 g Belkin WLAN/LAN , it has direct access to 1/2 meg adsl. now the other 2 machines on this network are both laptops 1 running 54g picy micky and the other 11 meg. now with no firewall installed all's well with the world , every machine can access not only the net but each other, now to the problem. I installed (in the interest of security ) a firewall on the server ( Macaffe). And althuogh all machines have internet access the 2 laptops they refuse to talk to the server , BUT the server can talk to them. very annoying. I can set the machines up with ip addresses and the same thing happens. But the problem seems to be the ports they use can anyone through some light on this ? I'd be eternally greatful. I can't help but think its something silly I've over looked . But pls help if you can.. Thanx guys
-
Adobe Reader speedup Registering MSCOMCTL32.OCX
urie replied to urie's topic in Application Installs
crahak, what i was really asking are my commands ok for copying MSCOMCTL32.OCX and registering it -
Hi im trying to install adobe reader speedup and i keep getting errors i have tried install visualbasic6 runtimes and i still get errors about mscomctl32.ocx so i am trying to copy it in my RunOnceEx.cmd and register it. Can any one help Thanks
-
Norton Antivirus 2003 need to stop config wizard
urie replied to Bodman's topic in Application Installs
Cheers Mazin, will give that a try -
Norton Antivirus 2003 need to stop config wizard
urie replied to Bodman's topic in Application Installs
I am also having problems with norton 2003 it runs the first setup program silently but still comes up wit the .msi installer. can any one help. here is a picture of my norton install foder is it possible just to install it with the .msi file i havent had any luck with that either. -
Fastest way to test an unattened image?
urie replied to gotnho's topic in Unattended Windows 2000/XP/2003
I also only have 512mb of ram and a 966mhz pentium III i found that using a cd rewitable rather than the iso file speeds things up for me, in VMWare -
REG ADD %KEY%\5035 /VE /D "Flashget 1.6" /f REG ADD %KEY%\5035 /V 1 /D "%systemdrive%\Install\Flashget\fgf160.exe /S" /f REG ADD %KEY%\5035 /V 2 /D "REGEDIT /S %systemdrive%\Install\Flashget\Flashget1.reg" /f this works for me
-
visaversa, Thank you for your quick replie
-
can i make SpySweeper 3 install with no serial ask
urie replied to Adiel's topic in Application Installs
This is my commands for installing spy sweeper3 it does work and registers the program -
This Works for me installs and registers the program i only have one problem i need to make the install.dat hidden and read only and i don't know how to do that.
-
Does the Windows XP cd HAVE to be SP1 intigrated?
urie replied to r4esh's topic in Unattended Windows 2000/XP/2003
r4esh Here a link to a wee slipstreaming tool thats easy to use, http://mhtools.knoware.nl/raptor/autostrea...utoStreamer.zip -
Office 2003 All in 1 integrated with SP1 ?
urie replied to hajj_3's topic in Unattended Windows 2000/XP/2003
hajj_3 Do a search on google for, Office.2003.Aio.Maker.Repack-Xbetas-Pleasuredome101.rar or Office.2003.AIO.Maker-xbetas.rar if you cant find the PM me