tilak
1st October 2003, 19:42
I have to run this command
C:\program files\capwin\wecm\setup.exe -s -f1<<a file name>>
So it is like
C:\program files\capwin\wecm\setup.exe -s -f1C:\Program files\capwin\wecm\setup.iss
I am using the following command:
Exec "C:\PROGRAM FILES\capwin\wecm\setup.exe -s -f1C:\PROGRAM FILES\capwin\wecm\setup.iss"
However this is not working at all.
Another problem I am facing is this.
This is the code snippet
InstallDir $PROGRAMFILES\CapWin
SetOutPath $INSTDIR
// this is where the file needs to be copied to
ReadRegStr $R0 HKLM "SOFTWARE\IBM\Wireless Client" "InstallPath"
CopyFiles "{ISNTDIR}\wecm\artour.ini" $R0
The above code snippet does not work,
whereas when written explicitly like this
CopyFiles "C:\PROGRAM FILES\capwin\wecm\artour.ini" "C:\PROGRAM FILES\IBM\Wireless Client\"
it works .
Any help is greatly appreciated.
C:\program files\capwin\wecm\setup.exe -s -f1<<a file name>>
So it is like
C:\program files\capwin\wecm\setup.exe -s -f1C:\Program files\capwin\wecm\setup.iss
I am using the following command:
Exec "C:\PROGRAM FILES\capwin\wecm\setup.exe -s -f1C:\PROGRAM FILES\capwin\wecm\setup.iss"
However this is not working at all.
Another problem I am facing is this.
This is the code snippet
InstallDir $PROGRAMFILES\CapWin
SetOutPath $INSTDIR
// this is where the file needs to be copied to
ReadRegStr $R0 HKLM "SOFTWARE\IBM\Wireless Client" "InstallPath"
CopyFiles "{ISNTDIR}\wecm\artour.ini" $R0
The above code snippet does not work,
whereas when written explicitly like this
CopyFiles "C:\PROGRAM FILES\capwin\wecm\artour.ini" "C:\PROGRAM FILES\IBM\Wireless Client\"
it works .
Any help is greatly appreciated.