Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Silent Installation

5 views
Skip to first unread message

Geekboy

unread,
Dec 26, 2006, 1:35:07 AM12/26/06
to
Hi,

I want to install a software which is 3rd party in silent mode.
Currently I am doing the normal installation using LaunchAppAndWait().
I have tried the procedure as given in Installshiled help.
But its not working.

I have created the response file viz Setup.iss using setup -r. Now I am

not able to use this.

svTemp = SUPPORTDIR ^ "CVS\\setup.exe";
LaunchAppAndWait(svTemp, " -s -f1C:\WINDOWS\Setup.iss",
LAAW_OPTION_WAIT);

Here I have given the path of file Setup.iss (response file)

Plz Help!


Thanks

Geekboy

unread,
Jan 2, 2007, 12:56:22 AM1/2/07
to

I got the problem: In LaunchAppAndWait, the path should be given with 2
backslashes ie


> LaunchAppAndWait(svTemp, " -s -f1C:\\WINDOWS\\Setup.iss",
> LAAW_OPTION_WAIT);


Thanks

0 new messages