Jump to content

mba2049

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by mba2049

  1. That command does not work, I try different ways with the parenthesys, and it doesn't work. The bolean operation is fine. But the command to execute {RUNBG} "%wpipath%\Install\autoit\EN\malwareEN.exe" doesn't run! That's the issue,{RUNBG}. Doesn't execute the command Thank you, MBA
  2. @mritter Thanks, this looks like an interesting solution to that idea. Thanks, your sample works well, I will continue to develop from there.
  3. Yes, I did read the entire Manual. Let me explain better. Instead of having 6 Different Internet Explorer 8 Program installations ( each, with a condition that must be met according with getArch() and getOSver(), etc) Add a way to have only 1, program installation and 6 different commands, and the command will execute only if the condition is met. This way you have only 1 program, and multiple ways of installation. New Feature Request: A way for a command to be executed if it meets a condition Example Internet Explorer 8 Condition getOSver() == "XP" Run: msiexec.exe /i "%wpipath%\Install\required\IE8\IE8-Setup-Full XP EN.msi" /qb Condition getOSver() == "Vista" Run: msiexec.exe /i "%wpipath%\Install\required\IE8\IE8-Setup-Vista.msi" /qb Condition getOSver() == "Win7" Run: msiexec.exe /i "%wpipath%\Install\required\IE8\IE8-Setup-Win7.msi" /qb etc, Only one command would execute because only 1 would meet a condition, and there is only 1 program for Internet Explorer with multiple commands, instead of multiple programs with a single command
  4. Hello, this is mba2048. I have a great idea. Let's say we are installing a Program, that uses different AutoIT for different Operating Systems, and x32 and x64. Can you add a way to execute different commands for the program depending on the operating system or architecture? For example: Norton Ghost, etc Command1: setup.exe /s Command2: if windows vista autoitvista.exe command3: if windows xp autoitxp.exe Basiclly, to execute a command only if the condition is met. Otherwise, you have to create another item in the menu for each program, and create a dependency for each operating system. Thank you, MBA
×
×
  • Create New...