how to write switches
#1
Posted 17 January 2006 - 11:18 PM
i know there are switches for a lot of programs in the stickies but i really wanna do my own, eg office 2003, etc.
#2
Posted 18 January 2006 - 03:43 AM
Sorry, but you can't. The swicthes we all use and as noted in the sticky area are those defined by the Application Installer program, be it NSIS, MSI, Inno etc.
If you wishing to learn what switches can be applied, then sometimes the Application Installer program, website will help or using the /? command when you run the app.
If i'm completely off track, apologies.
#3
Posted 19 January 2006 - 01:39 AM
how can i turn the installation programs for those apps into silent install ones? there has to be a rule or code or protocol or w/e as to what each switch does, and if there is i'd like to learn so i can make my own silent install apps
edit: you can't? i heard there is a program called autoit - what does that do?
This post has been edited by bellsprout: 19 January 2006 - 01:40 AM
#4
Posted 19 January 2006 - 03:52 PM
#6
Posted 19 January 2006 - 06:53 PM
That sticky in this forum for switches is good, but it's also not the only resource out there on the topic. As muiz stated in the previous post, try a little searching.
#7
Posted 22 January 2006 - 12:24 AM
#8
Posted 22 January 2006 - 01:01 AM
bellsprout, on Jan 22 2006, 04:24 PM, said:
You basically understand the procedure. Some installers can be done silently, some can be silent with some automation assistance and some down right need to be fully automated. If automation is needed, then options are available to hide (i.e. move window off screen) the windows if needed, but can be dependant on the installer.
AutoIt is a high level basic language so it can cater for almost any event. Automation is just one of it's strengths.
AutoIt can be downloaded here.
Scite4AutoIt3 can be downloaded here (if you have no good editor already with tools onboard preset for AutoIt3)
#9
Posted 23 January 2006 - 12:13 AM
what's with this business:
Quote
Quote
title UnAttended XP Install v1.1
What language is it? Is there a guide on this?
#10
Posted 23 January 2006 - 12:24 AM
RogueSpear, on Jan 19 2006, 07:53 PM, said:
That sticky in this forum for switches is good, but it's also not the only resource out there on the topic. As muiz stated in the previous post, try a little searching.
#11
Posted 28 January 2006 - 05:43 PM
start /wait
tells the command line to wait until the application it is calling is finished
%systemdrive%
refers to your systemdrive, normally C:\
@echo off
tells the computer to lose the:
C:\Documents and Settings\USERNAME
title
tells the computer to title the window, instead of seeing C:\WINDOWS\cmd.exe you'll see UnAttended XP Install v1.1
now that you've got the link to the guide, hopefully you'll read up on it.
This post has been edited by tjhart85: 28 January 2006 - 05:43 PM



Help
Back to top









