Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Alcohol120% 1.9.5.4327

Featured Replies

  • Author

why? autoit does a perfect job on this one.

it's not a silent install. also autoit scripts are too easy to interfere with. I've made a 7zip installer that uses an autoit script to move the files and shortcuts around aswell as adding registry entries.

I've got it working perfectly with the obvious exception of it needing a first run to make the virtual cd drives and all the settings are in with the obvious exception of virtual drive details which are kept in "HKEY-USERS"

So this brings me to my next step. how to edit "HKEY-USERS"

  • Author
So this brings me to my next step. how to edit "HKEY-USERS"

You cant ;)

  • Author

Yep , its called AUTOIT

it's not a silent install. also autoit scripts are too easy to interfere with.

AutoIt scripts, if using WinWait() and Control*() functions, are almost impossible to interrupt. You have a good chance of hiding the install when using Control*() functions by WinMove()-ing the installer window off screen.

The option window using html can be handled with the Com capabilities of the newly released AutoIt3 v3.2.0.1.

So it comes down to knowledge of using AutoIt and not whether AutoIt can do it good enough.

:)

  • Author

And so what if i see the window?

Mine installs fine ;)

  • 2 weeks later...

hey muiz, it is me again ... the ugly :yes:

as being an expert can you post your script in auto it section?

and if not applicable for you, can you mentione a quick steps you followed

can you post your script in auto it section
If you need it I can upload it for you and PMed you a link
  • Author
hey muiz, it is me again ... the ugly :yes:

as being an expert can you post your script in auto it section?

and if not applicable for you, can you mentione a quick steps you followed

I am not an expert , i wish ;)

But i can give you my script

Run('Alcohol120_retail_1.9.5.4327.exe')
WinWait("Alcohol 120% 1.9.5.4327","Welcome to the Alcoh")
If Not WinActive("Alcohol 120% 1.9.5.4327","Welcome to the Alcoh") Then WinActivate("Alcohol 120% 1.9.5.4327","Welcome to the Alcoh")
WinWaitActive("Alcohol 120% 1.9.5.4327","Welcome to the Alcoh")
Send("{TAB}{TAB}{ENTER}")
WinWait("Alcohol 120% 1.9.5.4327 ","Please review the li")
If Not WinActive("Alcohol 120% 1.9.5.4327 ","Please review the li") Then WinActivate("Alcohol 120% 1.9.5.4327 ","Please review the li")
WinWaitActive("Alcohol 120% 1.9.5.4327 ","Please review the li")
Send("{TAB}{TAB}{ENTER}")
WinWait("Alcohol 120% 1.9.5.4327 ","Choose which feature")
If Not WinActive("Alcohol 120% 1.9.5.4327 ","Choose which feature") Then WinActivate("Alcohol 120% 1.9.5.4327 ","Choose which feature")
WinWaitActive("Alcohol 120% 1.9.5.4327 ","Choose which feature")
Send("{DOWN}{DOWN}{SPACE}{DOWN}{SPACE}{DOWN}{SPACE}{TAB}{TAB}{ENTER}")
WinWait("Alcohol 120% 1.9.5.4327 ","Choose Install Locat")
If Not WinActive("Alcohol 120% 1.9.5.4327 ","Choose Install Locat") Then WinActivate("Alcohol 120% 1.9.5.4327 ","Choose Install Locat")
WinWaitActive("Alcohol 120% 1.9.5.4327 ","Choose Install Locat")
Send("{TAB}{TAB}{TAB}{ENTER}")
WinWait("Alcohol 120% 1.9.5.4327 ","Completing the Alcoh")
If Not WinActive("Alcohol 120% 1.9.5.4327 ","Completing the Alcoh") Then WinActivate("Alcohol 120% 1.9.5.4327 ","Completing the Alcoh")
WinWaitActive("Alcohol 120% 1.9.5.4327 ","Completing the Alcoh")
Send("{SPACE}{TAB}{TAB}{ENTER}")

You need to install SPTD.exe from svcpack first , to install alcohol.

Edited by muiz

It is not the right place to post auto it script ;)

you can post it here

hey muiz, it is me again ... the ugly :yes:

as being an expert can you post your script in auto it section?

and if not applicable for you, can you mentione a quick steps you followed

I am not an expert , i wish ;)

But i can give you my script

Run('Alcohol120_retail_1.9.5.4327.exe')
WinWait("Alcohol 120% 1.9.5.4327","Welcome to the Alcoh")
If Not WinActive("Alcohol 120% 1.9.5.4327","Welcome to the Alcoh") Then WinActivate("Alcohol 120% 1.9.5.4327","Welcome to the Alcoh")
WinWaitActive("Alcohol 120% 1.9.5.4327","Welcome to the Alcoh")
Send("{TAB}{TAB}{ENTER}")
WinWait("Alcohol 120% 1.9.5.4327 ","Please review the li")
If Not WinActive("Alcohol 120% 1.9.5.4327 ","Please review the li") Then WinActivate("Alcohol 120% 1.9.5.4327 ","Please review the li")
WinWaitActive("Alcohol 120% 1.9.5.4327 ","Please review the li")
Send("{TAB}{TAB}{ENTER}")
WinWait("Alcohol 120% 1.9.5.4327 ","Choose which feature")
If Not WinActive("Alcohol 120% 1.9.5.4327 ","Choose which feature") Then WinActivate("Alcohol 120% 1.9.5.4327 ","Choose which feature")
WinWaitActive("Alcohol 120% 1.9.5.4327 ","Choose which feature")
Send("{DOWN}{DOWN}{SPACE}{DOWN}{SPACE}{DOWN}{SPACE}{TAB}{TAB}{ENTER}")
WinWait("Alcohol 120% 1.9.5.4327 ","Choose Install Locat")
If Not WinActive("Alcohol 120% 1.9.5.4327 ","Choose Install Locat") Then WinActivate("Alcohol 120% 1.9.5.4327 ","Choose Install Locat")
WinWaitActive("Alcohol 120% 1.9.5.4327 ","Choose Install Locat")
Send("{TAB}{TAB}{TAB}{ENTER}")
WinWait("Alcohol 120% 1.9.5.4327 ","Completing the Alcoh")
If Not WinActive("Alcohol 120% 1.9.5.4327 ","Completing the Alcoh") Then WinActivate("Alcohol 120% 1.9.5.4327 ","Completing the Alcoh")
WinWaitActive("Alcohol 120% 1.9.5.4327 ","Completing the Alcoh")
Send("{SPACE}{TAB}{TAB}{ENTER}")

You need to install SPTD.exe from svcpack first , to install alcohol.

  • Author

bad luck for you :hello:

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.