
benners
MemberContent Type
Profiles
Forums
Events
Everything posted by benners
-
I think there is a command with the rundll32 rundll32 setupapi,InstallHinfSection DefaultInstall 128 .\setup.inf where .\setup.inf is the path to your inf file, or you could use Infstaller I have had some success with this, you can run it semi silently, a file copy box flashes up.
-
Install the app on your system, the when your serial is added check for this key in the registry [HKEY_CURRENT_USER\Software\LitePC] if you find it export it to a reg file and when you install it via unattended you only need to copy the exe file to wherever and import the reg file.This works for me with XPLite, post back if it works.
-
Try adding another "%" DEL "%AllUsersProfile%\Desktop\Alcohol 120%%.lnk"
-
How to delete favourites ?
benners replied to Lucius Snow's topic in Unattended Windows 2000/XP/2003
Just a note you will need to add the code below if you are using the [FavouritesEx] [Branding] BrandIEUsingUnattended = Yes you prolly are but just a heads up incase -
How to delete favourites ?
benners replied to Lucius Snow's topic in Unattended Windows 2000/XP/2003
@Lucius Snow (Must be a fan of Early Edition Eh! ) I have used the [FavoritesEx] section in winnt.sif but left it blank and it has not installed the default favs, Then copied my favs over at first logon. -
I use these values to run xplode in fullscreen 1024x768 <window width='1024' position='0' fixmain='191' /> alter these values to suit your display
-
try this ;Lock The Taskbar [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "TaskbarSizeMove"=dword:00000000
-
Reg Tweak "Status Bar" sp2 not working.
benners replied to Astalavista's topic in Unattended Windows 2000/XP/2003
yep, that why I needed this tweak, with service pack 1 the streams tweak worked, but when I loaded a slipstreamed sp2 there was no status bar.When I turned on the status bar in sp2 the StatusBarOther key was added, setting it to zero hid the status bar and 1 showed it, this tweak does not work in sp1 so I can only assume Microsoft changed something. -
Try this code ;Disable File Download Prompting [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3] "2200"=dword:00000000
-
Reg Tweak "Status Bar" sp2 not working.
benners replied to Astalavista's topic in Unattended Windows 2000/XP/2003
I posted this tweak when you asked in this thread, does it not work for you? -
You could try this but it is not free
-
Try this in winnt.sif [IEPopupBlocker] ShowInformationBar = No or this from a reg tweak ;Dont Show The Information Bar Dialog [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\InformationBar] "FirstTime"=dword:00000000
-
can i make SpySweeper 3 install with no serial ask
benners replied to Adiel's topic in Application Installs
I have attached the runonceex.cmd file that I used to install the app, make sure that the files are in the correct directories. The only other thing I can think of is we are using different versions of the program, mine is v3.0 build 129 RunOnceEx.cmd -
can i make SpySweeper 3 install with no serial ask
benners replied to Adiel's topic in Application Installs
NO. The code supplied earlier will install the program and copy the dat file to the directory, the program will not open during the install, it will open when windows loads but the serial file will have been copied over. Have you tried the code above, and if so did it work?, as it has worked for me -
can i make SpySweeper 3 install with no serial ask
benners replied to Adiel's topic in Application Installs
When you enter the serial number and run the program the install.dat file is created, when you install the program silently it isn't as no information is asked for, so if you copy the file before running the program when the program opens it will check for the serial data, find it and not ask again. -
y i don't get this little screen in my installatio
benners replied to Adiel's topic in Unattended Windows 2000/XP/2003
The screen only appears when the setup.exe is run from an XP cd whilst in Windows, you will not see it in an unattended install. -
I think I read on this site that FileSystem=* is the same as FileSystem = LeaveAlone
-
y i don't get this little screen in my installatio
benners replied to Adiel's topic in Unattended Windows 2000/XP/2003
Yes, the setup.exe on the root of your XP cd is a gui interface, the one in your picture has been edited with a resource editor so you will not get the same screen. Wow Astalavista same posting time -
All I have ever done is add the nero version of WNASPI32.DLL to $OEM$\$$\System32 and CDR-Win has run ok for me
-
can i make SpySweeper 3 install with no serial ask
benners replied to Adiel's topic in Application Installs
REG ADD %KEY%\018 /VE /D "Spy Sweeper 3.0" /f REG ADD %KEY%\018 /V 1 /D "%systemdrive%\install\spysweeper\setup.exe /VERYSILENT /SP-" /f REG ADD %KEY%\018 /V 2 /D "cmd.exe /c xcopy /y %systemdrive%\install\spysweeper\install.dat \"%ProgramFiles%\Webroot\Spy Sweeper\\"" /f change %systemdrive%\install\spysweeper to wherever your spysweeper setup.exe is located, lines 3 and 4 are all on one line -
y i don't get this little screen in my installatio
benners replied to Adiel's topic in Unattended Windows 2000/XP/2003
This screen appears when windows setup is run in a windows enviroment. -
@coolice Just delete the sr.in_ file and copy sr.inf to the I386 folder, setup will use the expanded inf file if present, as happens with svcpack.inf, or use Bashrats reg file, just know that this changes other services' start up state as well, services your config may need running
-
can i make SpySweeper 3 install with no serial ask
benners replied to Adiel's topic in Application Installs
try this, 1. Install the app on your system, entering the serial when asked. 2 Copy the install.dat file from the install directory somewhere safe. 3 Its an inno setup installer so use the /VERYSILENT /SP- Switch i.e setup.exe /VERYSILENT /SP- 4 Copy your install.dat file to the install directory. -
EG ADD %KEY%\005 /VE /D "Ad-aware SE Pro Build 1.03 Retail" /f should be REG ADD %KEY%\005 /VE /D "Ad-aware SE Pro Build 1.03 Retail" /f sorry for nitpicking just pointing out incase less experienced people copy and paste into there own cmd file. You could forgo the installation and copy the C:\Program Files\Lavasoft folder and the settings.awc file from C:\Documents and Settings\username\Application Data\Lavasoft\Ad-Aware and copy them to the correct folders i.e Using xplode <dircopy directory='#SOURCEDRIVE#\Applications\programfiles\Lavasoft' target ='#PROGRAMFILES#'/> <filecopy source='#SOURCEDRIVE#\Applications\programfiles\Lavasoft\settings.awc' target ='#APPDATA#\Lavasoft\Ad-Aware\settings.awc'/> Applications\programfiles is where my files are located on the disc
-
If you dont want it installed at all, delete the sr.in_ file in the I386 folder and replace it with the attached file, this works for me and a tab is not visible on the system properties sheet. I have had no errors or problems during install or normal running. sr.inf