Help - Search - Members - Calendar
Full Version: Pls tell me corresponding command for WIHU
MSFN Forums > Member Contributed Projects > Other Member Contributed Projects > Windows Installation Helper Utility

   
Google Internet Forums Unattended CD/DVD Guide
islander_810
Hi,
this is a command i use in RunOnceEx

REG ADD %KEY%\07 /V 3 /D "\"PathToOperaWithoutSpaces\Opera_9.25.exe\" /S /v\"/qn CREATE_STARTMENU_ICONS=1 ALLUSERS=1\"" /f

Someone pls tell me the corresponding command to use in WIHU, esp how to specify switches in quotes
BenjaminKalytta
There are no WIHU command to create registry keys directly (at least as far as I know smile.gif )

But you could create a batch script and call this from within WIHU.

Benjamin Kalytta
Tefole
Actually Benjamin, he dont mean a feature to add registry entries.

@Islander, you can run ur Installfiles like below.
CODE
[Environment]
Inno=/Verysilent /NOCANCEL /SP- /SUPPRESSMSGBOXES /NORESTART
Msi=/qb /qn /quiet /passive /norestart

[My Setup]
description.0
command.0 = "%Wihu%\Software\BlaBla\MyMSI.exe %msi%"

description.1
command.1 = "%Wihu%\Software\BlaBla\MyMSI.exe %inno%"

Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.