wInst script

Antworten
seifdean
Beiträge: 9
Registriert: 03 Jun 2010, 20:25

wInst script

Beitrag von seifdean »

Hello,
i read the winst manual and then i tried to write a test script, i take supercopier as example the supercopier setup contain 3 or 4 windows with some radio buttons and buttons, the question is how can i manage those window and set the wanted action (in buttons, textboxes, ...) and how can i manage the installation when i have to provide a serial number or a file.

thank you.
opsibeginner
Beiträge: 37
Registriert: 31 Mai 2010, 13:44

Re: wInst script

Beitrag von opsibeginner »

Try to use AutoIt3 instead of wInst. WInst is not able to manage radio buttons as far as I know, so autoit3 might be a bit better for you.

There is an application as a part of AutoIt called AutoIt Window Info, which will give you the necessary informations about the buttonname / ID and the window name.

Avaible from www.autoitscript.com
seifdean
Beiträge: 9
Registriert: 03 Jun 2010, 20:25

Re: wInst script

Beitrag von seifdean »

hello,
thank you i dont know if autoit is good solution or not what i want it a silent installation right i just use the silent setups without user interface if you have an idea how to make autoit run without window forms please tell me and how to make opsiconfigd and opsi-winst run on windows without user interfaces ?
My last question is there a tool can rebuild a program after installation in setup file like msi files ? (i want open and free tool)
Benutzeravatar
d.oertel
uib-Team
Beiträge: 3319
Registriert: 04 Jun 2008, 14:27

Re: wInst script

Beitrag von d.oertel »

Hi,

did you hav a look at
http://download.uib.de/doku/opsi-gettin ... v34-en.pdf
Chapter 4. 'Integration of new software packets into the opsi software deployment.'

regards

d.oertel
opsi support - uib gmbh

For productive opsi installations we recommend support contracts.
http://www.uib.de
http://www.opsi.org
Antworten