Hi!

We have an Axpata installation (3-tier) which our customers use over the Internet (ASP). For them to login we have made some Active-X components on our website using the TI article discussing this.

Our problem is:
We cannot find the right place and syntax to give the user the option to install this 
program for all users . This is necessary when a user doesn't have admin rights on 
his/her computer and the administrator then installs it on the machine. Then when the 
user logs in again Axapta still cannot start.

We have tried many things to get the code into this line:
[PARAM NAME="CommandLineSetup" VALUE=""]
but without success.
For example:
[PARAM NAME="CommandLineSetup" VALUE="ALLUSERS=1"]
It is not passed correctly to the SetUp.exe program during installation.

The Code:
[OBJECT codeBase="http://xxx/axdeploy30/axwebdeploy.cab#version=3,0,0,1"; 
classid="clsid:B6905E70-4B33-11D3-A498-0008C7DB06E6" VIEWASTEXT ID="Object1"]
[PARAM NAME="ServerSetup" VALUE="http://xxx/axdeploy30/ClientSetup/";]
[PARAM NAME="ServerServicePack" 
VALUE="http://xxx/axdeploy30/ClientServicePack/sp1.exe";]
[PARAM NAME="Configuration" VALUE="http://xxx/axdeploy30/xpo/hn2-3006-dk.xpo";]
[PARAM NAME="Version" VALUE="3,0,0,1"]
[PARAM NAME="AxaptaLanguage" VALUE="da"]
[PARAM NAME="Database" VALUE=""]
[PARAM NAME="DatabaseParm" VALUE=""]
[PARAM NAME="CopyFiles" VALUE="1"]
[PARAM NAME="WarnDownload" VALUE="1"]
[PARAM NAME="CommandLineSetup" VALUE=""]
[PARAM NAME="CommandLineServicePack" VALUE=""]
[PARAM NAME="TempDirectory" VALUE=""]
[PARAM NAME="AutoStart" VALUE="0"]
[PARAM NAME="_cx" VALUE="2328"]
[PARAM NAME="_cy" VALUE="503"]
[PARAM NAME="AutoSize" VALUE="-1"]
[PARAM NAME="Enabled" VALUE="1"]
[/OBJECT]

Yahoo! Groups Sponsor ADVERTISEMENT
Click Here!


Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

Reply via email to