-
SMS MS Patches - Install Solution
The recommended solution (by Microsoft) is a WSUS server/infrastructure...
-
Silent Install For Different Apps. Questions
1. Roxio Easy Media Creator 8: Maybe try this: start /wait %systemdrive%\Install\Applications\Roxio8\setup.exe PRODUCTCODE=xx-xxxxx-xxxxx-xxxxx /qn /norestart or start /wait %systemdrive%\Install\Applications\Roxio8\setup.exe PRODUCTCODE=xxxxxxxxxxxxxxxxx /qn /norestart or directly with the MSI start /wait %systemdrive%\Install\Applications\Roxio8\XXXXXXX.msi PRODUCTCODE=xxxxxxxxxxxxxxxxx /qn /norestart 2. DBpoweramp: Try with an AutoIt script that simulate button click. There are a lot of examples in this forum... 3. Intellipoint and Intellitype Pro 5.5: Simply do this, no? start /wait %systemdrive%\Install\Applications\Intellipoint\XXXXX.msi /qn /Reboot=ReallySuppress
-
Scripting inside .SIF file?
You can add a screen in CIW phase by creating a new OSC file and chains it with others at the place you want... The OSC file is a simple HTML formatted file... Analyse default OSC file to create yours. In your SIF file you can then add variable... I have no RIS at home but when I'm back to work, if needed, I can post a example...
-
Creating predefined Default User profile (or a some of it)
http://www.msfn.org/board/index.php?s=&...st&p=421697
-
What are all the $OEM$ folders?
Sorry, too fast...
-
Application Installation Helper
Then I must have an installation of Windows XP with .NET 2.0 integrated!!! I think it's not a good thing... Everone do not integrate .NET feature in there configuration (.NET 1.x or 2.x is not native in a Windows installation)...
-
What's new in the version 2.2.0.6 ?
All it's in the title... Thanks a lot for your GREAT piece of software!
-
Load WIHU after shell
Place a Shortcut to wihu.exe (+ parameters) in "$OEM$\$Docs\All Users\Start Menu\Programs\Startup" folder and delete this Shortcut in a CleanUp routine...
-
End of WIHU ?
IT WORKS!!! The problem was exactly with the locale... I tried the version 2.2.0.3, it's now good !!! Thanks a lot Benjamin, because I use your soft in corporate
-
End of WIHU ?
For my test, I don't use my install.ini but yours... I made a test with the DEFAULT INSTALL.INI in your zip file. I unzip the file downloaded on your website --> open WIHU.exe --> select all --> Next. And then I have Warning and Infos icons with no text next... My configuration: Windows XP SP2 English with keyboard in French (Belgium).
-
End of WIHU ?
I have made some tests with your default install.ini. The file languages.ini is found because I tested with german and english translations and all the components are translated except for Information and Warning messages in the log view of the softwares installation...
-
End of WIHU ?
I have a problem with the version 2.2.0.2 of WIHU : I launch wihu.exe /NoAbort /ini=desktop.ini /language=en All it's translated except for the installation progress. I have an information icon but no text!!!! Normally, there is written "%s" was executed. How can I correct this bug ????
-
Registry Tweaks Pt 3
I have the same request and I do it with VBScript and WMI: On Error Resume Next Set wmi = GetObject("winmgmts:{ImpersonationLevel=Impersonate}!\\.\root\cimv2") Set tad = wmi.ExecQuery("SELECT SettingID FROM Win32_NetworkAdapterConfiguration WHERE IPEnabled = True",, 48) Set reg = GetObject("winmgmts:{impersonationLevel=Impersonate}!\\.\root\default:StdRegProv") For Each item In tad reg.setDWORDValue &H80000002, "SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\" & item.SettingID & "\Connection", "ShowIcon", 1 Next Set wmi = Nothing Set tad = Nothing Set reg = Nothing
-
enable remote desktop
Or like that in winnt.sif : [TerminalServices] AllowConnections=1 And with this for the Windows Firewall: [WindowsFirewall] Profiles=WindowsFirewall.Default [WindowsFirewall.Default] Services=WindowsFirewall.RemoteDesktop [WindowsFirewall.RemoteDesktop] Type=2 Scope=0
-
Second ProgressBar
I supposed this was for that...