Hi All,
I am trying to get some software to install automatically without the need for use input.
The issue is I need the program to use the Computer name it is installing on as the input for the User name field during install.
This would allow me to remotely install this program to multiple PC's using LANDesk.
I have edited the setup.ini file which looks like this
[Startup]
AppName=Monarch
ProductGUID=DF48ECA4-D01E-4347-B1CE-E388FBEF286A
[Languages]
Default=0x0009
count=1
key0=0x0009
to include
[Options]
USERNAME=%COMPUTERNAME%
but it has no effect.
Can anyone help?