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.

Autoit Script Request - Nero 9

Featured Replies

Hi there can anyone make a autoit script that dosen't change anything in the installation the only thing it needs to do is go through the setup and exit when done, pretty simple but i must admit i'm not good with autoit.

This it what i got so far but i'm missing the last code :unsure:

; ----------------------------------------------------------------------------
;
; AutoIt Version: 3.0
; Language: English
; Platform: Win All
; Author: webmaniac
;
; Script Function:
; Nero9 - Install
;
; ----------------------------------------------------------------------------


; ----------------------------------------------------------------------------
; Set up our defaults/Variables
; ----------------------------------------------------------------------------

AutoItSetOption("WinTitleMatchMode", 1)
$SF= "SetupX.exe"

; ----------------------------------------------------------------------------
; Script Start
; ----------------------------------------------------------------------------

Run($SF)

WinWaitActive("Nero 9 - Installation")
Send ("{ENTER}")
Send ("{ENTER}")

WinWaitActive("Nero 9 - Installation")
ControlClick("Nero 9 - Installation","","Button6")
ControlClick("Nero 9 - Installation","","Button2")


; ----------------------------------------------------------------------------
; Script End
; ---------------------------------------------------------------------------

i hope there is anyone out the who can help me finish the last part of the script

EDIT

Don't need any help any way i figured it out!

Edited by webmaniac

  • 1 month later...

So would you like to share your AutoIT script with us?

Please attach it for download :thumbup

  • 1 month later...

hey guys.. i new in autoit.. ive been reading the forum here and downloading some of the samples to be able to practise it.. but ive noticed no one posted anything about automating windows updates. or running softwares under power user accounts or guests accounts. i know windows updates can be automatically downloaded and installed. from the internet but what if like in my case where i dont have regular internet connection. so i use the windowsupdate downloader that i found also in this site. but then agane there are a lot of updates to install it one by one. so how can i automate its installation, even by batch or something...

if anybody can share an idea or sample maybe. it would be verymuch appreciated.

thanks in advance for the advice and help..

You should have started a new thread. You can slipstream the updates with nlite/vlite (depending on your OS). Much easier then using batch/autoit.

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.