December 31, 200718 yr Hi,this is a command i use in RunOnceExREG ADD %KEY%\07 /V 3 /D "\"PathToOperaWithoutSpaces\Opera_9.25.exe\" /S /v\"/qn CREATE_STARTMENU_ICONS=1 ALLUSERS=1\"" /fSomeone pls tell me the corresponding command to use in WIHU, esp how to specify switches in quotes Edited January 1, 200818 yr by islander_810
January 21, 200818 yr There are no WIHU command to create registry keys directly (at least as far as I know )But you could create a batch script and call this from within WIHU.Benjamin Kalytta
February 6, 200818 yr Actually Benjamin, he dont mean a feature to add registry entries.@Islander, you can run ur Installfiles like below.[Environment]Inno=/Verysilent /NOCANCEL /SP- /SUPPRESSMSGBOXES /NORESTARTMsi=/qb /qn /quiet /passive /norestart[My Setup]description.0command.0 = "%Wihu%\Software\BlaBla\MyMSI.exe %msi%"description.1command.1 = "%Wihu%\Software\BlaBla\MyMSI.exe %inno%"
Create an account or sign in to comment