
Pete_
MemberContent Type
Profiles
Forums
Events
Everything posted by Pete_
-
Hi! I have multiple driversoftware Epson scanner, HP Photosmart printer, Logitech Itouch mouse, Logitech Setpoint etc. which have setup.exe and some programs as well as drivers, is it good idea to grab all the .inf, .cat files to folders like told in drivers guide, and leave the apps along, or if i want the apps, then just install them in RunOnceEx, and not including them in OemDriver thing in winnt.sif? Or is it the best solution to add them and then add needed software to RunOnceEx, for example. Photosmart installs some software which shows page counts, ink info etc. and its good to have installed. Thanks in advance!
-
Hi! I have Scandic letters in RunOnceEx script, and they go funny looking when i runs during Windows startup, is there any trick to get it look normal, maybe some national settings? Thanks in advance
-
Yes, you were right, the Run() path was wrong it was (C:\WINXP\....), i corrected it now to %systemdrive%\install\Applications\, should now work fine I just deleted the au3 files, when I made exe's of them, (thought I don't need them anymore ), but ofcourse they needed editing! ;D Thanks again MHz
-
The script exe:s made from au3 files are in the same directory than original setup exe:s i.e %systemdrive%\install\Applications\ The script exe is right, because its defined in RunOnceEx to be in %systemdrive%\install\Applications, but the original exe,isn't defined, and its in C:\$OEM$\install\App... during I made the script from it, so now when it tries to install in Windows startup, it tries to find the original exe from that place not from %systemdrive% ..... -> C:\install
-
Installing .NET Framework 2.0 from SVCPACK
Pete_ replied to Pete_'s topic in Unattended Windows 2000/XP/2003
Yes, i put it in the beginning, another good example was Sony Ericcsson Sync software, it needed Outlook, and my Office was after Sony installation so it didn't find it, but was easy to fix, just swap these to -
Im using cable modem+ NAT router too, working fine! Router has also wlan, so using laptop is no problem
-
Well done! IT Specialists always needed
-
I looked the screenshots and upgrades than comes with Vista, personally i think all the 3d-thing, Rolex-clock in the right hand menu, RDS-news feeds, etc. are only tiny tiny enhancements, is there really anything usefull updates? Wouldn't want to give 15gb for Vista, only for these and some new games like Mahjongg
-
I have 128Mb Ati Radeon 9700, i hope that will work fine with Vista, or will it get stuck with Aero?
-
HOTFIXES: Windows XP SP2 & Windows 2000 SP4
Pete_ replied to Incroyable HULK's topic in Unattended Windows 2000/XP/2003
A lot of updates! Can't they make it bulletproof ever? -
Installing .NET Framework 2.0 from SVCPACK
Pete_ replied to Pete_'s topic in Unattended Windows 2000/XP/2003
Thank you guys, yes I thought the extraction myself, but well didn't figure it out, How do you think what's the best order for installing, .NET Framework first or last? -
HELP! Windows Prompts For USB Mouse Drivers
Pete_ replied to twig123's topic in Unattended Windows 2000/XP/2003
Well, maybe this is being fixed for Vista But, it would be needed for XP too, maybe with SP3? Let's see -
Hi! I made few of my setups with AutoIT, now i tryed to install XP with Virtual PC, and saw what happend. Autoit script setups didn't start install, they made errors, because they tried to look the original exe from my WINXP\$OEM$\... folder, and ofcourse didn't find it because the map drive was changed like C:\install, how do define in my script to look for the original exe from %systemdrive%\install\Applications\ ?
-
Installing .NET Framework 2.0 from SVCPACK
Pete_ replied to Pete_'s topic in Unattended Windows 2000/XP/2003
Or do you recommend installing from RunOneEx ? -
Hi! How to install .NET Framework 2.0 silently from SVCPACK, i put the dotnetfx.exe to SVCPACK but i guess there have to be some syntaxs? Cheers, pete
-
Good, then i made it correctly, I noticed that five increment is good, as i have now added few apps i dint remember to add first time
-
Yes thank you very much Mhz!! Dummy me, didint find that execute button, so the macro was fine but it didnt launch the setup file
-
But they can be any numbers, for example. starting from 10 and ending 100 ? or 5 to 50, 4 to 30 so on?
-
Hi! I have now compiled the script to exe, but it seems that i have to run the script exe and the original exe, so the original exe is being run my script.exe. How can i run the both from my cmd-line?
-
Hi! How to install Powerarchiver 2006 9.6x ? Syntax or with AutoIT? Thx
-
Hi! I have question about RunOnceEx, i copied the following from MSFN site RunOneEx help: @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\005 /VE /D "Adobe Reader 6" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdobeReader6\AR6.msi /qn" /f REG ADD %KEY%\010 /VE /D "Alcohol 120" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\alcohol\setup.exe /qn" /f REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f REG ADD %KEY%\015 /VE /D "Diskeeper 8" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\DiskeeperPro_8.0.459.exe /s /v/qn" /f REG ADD %KEY%\050 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /f REG ADD %KEY%\055 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f What are those numbers right after %KEY%\ -declaration, 050,010, so on? Do they have to be specific numbers for each program to install, or is it same which numbers you type there? Thanks again! ;D
-
Hi! How to installl Photoshop, Photoshop Elements, Golive products silently?
-
Hi! I run my setup with autoit macros, and it made the au3-file, how do i run now my setup from .cmd with au3? Do I have to use some syntax? Thanks!
-
Hi! What should I do, i have two InstallShield installations Sony Ericsson PC Suite and Palm Desktop, both are full IS setups, add can be run with -r syntax, the only problem is that Ericsson install, lauches a anoher IS setup right after the first one, so when i make the first setup silent, it popups next setup was it called XTConnect or something, and that should also be done with -r? Can it be just after the first setup command syntax in my cmd file? The other problemic setup is Palm Desktop, its fully IS install and can be done with -r syntax, but right after the install it wants to have the Palm Ique device connected and you cannot record it because if you Cancel it wont make the iss file, so can i make it manually so it will not ask to plug in any devices? Thank you in advance! B)
-
Hi! Which syntax should be used when installing RegCleaner?