Author | Topic: xbase++ 2.xx trial version install | |
---|---|---|
Nevzat Kanbur | xbase++ 2.xx trial version install on Wed, 18 Apr 2018 13:29:33 +0300 Hi, I have just downloed and installed trial version of xbase++ 2.0. it is installed c:program files (x86). But I want to install it to c:\alaska20 or any other plase. How can I do it with installation program? any help please? rgds nevzat kanbur | |
Jan Escholt | Re: xbase++ 2.xx trial version install on Wed, 18 Apr 2018 20:51:07 +0200 You can't. Alaska doesn't provide that. No free agency with Xbase++ 2,0 ... Jan Am 18.04.2018 um 12:29 schrieb Nevzat Kanbur: > Hi, > I have just downloed and installed trial version of xbase++ 2.0. > it is installed c:program files (x86). > But I want to install it to c:\alaska20 or any other plase. > > How can I do it with installation program? > > any help please? > rgds > nevzat kanbur > | |
Andreas Gehrs-Pahl | Re: xbase++ 2.xx trial version install on Sat, 21 Apr 2018 02:57:32 -0400 Nevzat, >But I want to install it to c:\alaska20 or any other plase. >How can I do it with installation program? There are several runtime parameters that can be set for the Alaska Xbase++ Installation program. That includes several destination directory properties as well as enabling or disabling individual features, not all of which can be controlled through the GUI of the Installation program. Here is an example (entered all in one line on the command prompt): msiexec.exe /i xpp-prof.20-00-918.en.msi /qn PATH_PROGRAMFILES="C:\Alaska20\" PATH_USER="C:\Alaska20\" ADDLOCAL=ALL REMOVE=xppenv,xwbenv,comctrls The above will install the "xpp-prof.20-00-918.en.msi" file and quietly (without user-interaction) install all features into the "C:\Alaska20\" directory, including the Source examples, etc. with the exception of the common MS Active-X Controls and without setting either the Xbase++ or the Workbench (Path) Environment variables. The directory names must be enclosed in double quotes and must end with a backslash "\". Hope that helps, Andreas Andreas Gehrs-Pahl Absolute Software, LLC phone: (989) 723-9927 email: Andreas@AbsoluteSoftwareLLC.com web: http://www.AbsoluteSoftwareLLC.com [F]: https://www.facebook.com/AbsoluteSoftwareLLC | |
Boris Borzic | Re: xbase++ 2.xx trial version install on Sat, 21 Apr 2018 15:09:16 +0200 Thank you for that. The hard coded installation folders of Xbase 2.0 has been a sore spot with me personally. What happens when you apply an update? Best regards, Boris Borzic http://xb2.net http://sqlexpress.net industrial strength Xbase++ development tools Andreas Gehrs-Pahl wrote in news:1peise5alm211$.1ili9gni3g26u$.dlg@40tude.net: > There are several runtime parameters that can be set for the Alaska > Xbase++ Installation program. That includes several destination > directory properties as well as enabling or disabling individual > features, not all of which can be controlled through the GUI of the > Installation program. > > Here is an example (entered all in one line on the command prompt): > > msiexec.exe /i xpp-prof.20-00-918.en.msi /qn > PATH_PROGRAMFILES="C:\Alaska20\" PATH_USER="C:\Alaska20\" ADDLOCAL=ALL > REMOVE=xppenv,xwbenv,comctrls > > The above will install the "xpp-prof.20-00-918.en.msi" file and > quietly (without user-interaction) install all features into the > "C:\Alaska20\" directory, including the Source examples, etc. with the > exception of the common MS Active-X Controls and without setting > either the Xbase++ or the Workbench (Path) Environment variables. > > The directory names must be enclosed in double quotes and must end > with a backslash "\". | |
Andreas Gehrs-Pahl | Re: xbase++ 2.xx trial version install on Sat, 21 Apr 2018 15:38:15 -0400 Boris, >The hard coded installation folders of Xbase 2.0 has been a sore spot with >me personally. What happens when you apply an update? As far as I can tell, all settings default to the previous installation, so there should be no difference when changing the version to a new or previous one from within the workbench, no matter where it is installed. Andreas Andreas Gehrs-Pahl Absolute Software, LLC phone: (989) 723-9927 email: Andreas@AbsoluteSoftwareLLC.com web: http://www.AbsoluteSoftwareLLC.com [F]: https://www.facebook.com/AbsoluteSoftwareLLC | |
Boris Borzic | Re: xbase++ 2.xx trial version install on Sun, 22 Apr 2018 14:43:22 +0200 Andreas Gehrs-Pahl wrote in news:gebuyfnx133p$.2zxd35qz7j4.dlg@40tude.net: >>The hard coded installation folders of Xbase 2.0 has been a sore spot >>with me personally. What happens when you apply an update? > > As far as I can tell, all settings default to the previous > installation, so there should be no difference when changing the > version to a new or previous one from within the workbench, no matter > where it is installed. Fantastic. Thanks! Best regards, Boris Borzic http://xb2.net http://sqlexpress.net industrial strength Xbase++ development tools | |
Nevzat Kanbur | Re: xbase++ 2.xx trial version install on Tue, 24 Apr 2018 11:37:04 +0300 21.04.2018 09:57 tarihinde Andreas Gehrs-Pahl yazdı: > Nevzat, > >> But I want to install it to c:\alaska20 or any other plase. >> How can I do it with installation program? > > There are several runtime parameters that can be set for the Alaska Xbase++ > Installation program. That includes several destination directory properties > as well as enabling or disabling individual features, not all of which can > be controlled through the GUI of the Installation program. > > Here is an example (entered all in one line on the command prompt): > > msiexec.exe /i xpp-prof.20-00-918.en.msi /qn PATH_PROGRAMFILES="C:\Alaska20\" PATH_USER="C:\Alaska20\" ADDLOCAL=ALL REMOVE=xppenv,xwbenv,comctrls > > The above will install the "xpp-prof.20-00-918.en.msi" file and quietly > (without user-interaction) install all features into the "C:\Alaska20\" > directory, including the Source examples, etc. with the exception of the > common MS Active-X Controls and without setting either the Xbase++ or the > Workbench (Path) Environment variables. > > The directory names must be enclosed in double quotes and must end with a > backslash "\". > > Hope that helps, > > Andreas > Hi Andreas, Thank you for your info. When I run the above command line. It does nothing. It creates and deletes Alasa20 dir. How can I tell to the command line path of the xpp-prof.20-00-918.en.msi? my below command line did not nothing. msiexec.exe /i c:\download\xpp-prof.20-00-918.en.msi /qn PATH_PROGRAMFILES="C:\Alaska20\" PATH_USER="C:\Alaska20\" ADDLOCAL=ALL REMOVE=xppenv,xwbenv,comctrls rgds Nevzat | |
Andreas Gehrs-Pahl | Re: xbase++ 2.xx trial version install on Tue, 24 Apr 2018 12:09:55 -0400 Nevzat, >When I run the above command line. It does nothing. It creates and >deletes Alasa20 dir. >How can I tell to the command line path of the xpp-prof.20-00-918.en.msi? If you remove the "/qn" then the install program will show you the user interface as well as error messages, if an error occurs, so you might want to leave it out until you know that everything works correct. > my below command line did not nothing. > msiexec.exe /i c:\download\xpp-prof.20-00-918.en.msi /qn > PATH_PROGRAMFILES="C:\Alaska20\" PATH_USER="C:\Alaska20\" ADDLOCAL=ALL > REMOVE=xppenv,xwbenv,comctrls Make sure that the file "c:\download\xpp-prof.20-00-918.en.msi" actually exists. If you use the /qn switch, nothing -- not even error messages -- will be shown, if the file isn't found. Hope that helps, Andreas Andreas Gehrs-Pahl Absolute Software, LLC phone: (989) 723-9927 email: Andreas@AbsoluteSoftwareLLC.com web: http://www.AbsoluteSoftwareLLC.com [F]: https://www.facebook.com/AbsoluteSoftwareLLC | |
Brian Wolfsohn | Re: xbase++ 2.xx trial version install on Tue, 24 Apr 2018 22:56:53 +0200 Andreas Gehrs-Pahl wrote in news:1peise5alm211$.1ili9gni3g26u$.dlg@40tude.net: Andreas, Here's how i install Xbase++ so i can have multiple versions available. This is very handy when working on older exe's that are not on the current version. Since clipper, (i can't remember what i did for dbaseII,III & IV) I've always used batch files to set my paths. so, if i wanted to be on version 2.0 release 644, i used the batch file ver20644 which would set my paths correctly and change my prompt to 2.0644-nnn where nnn is the express version. I do my updates from the workbench, but then i copy the directories in c: \programfiles (x86)\alaska to c:\alaska\xbase20644 or c:\alaska \xbase20875. each version can be in it's own directory & i can switch versions through the use of the batch file.. i copy the cxp20 help20 waa20 workbench20 xpp20 directories. Please note, i do NOT use the workbench for development, only for updating. My development environment is multi-edit and a command prompt. I hope i explained what i do clearly enough.. > There are several runtime parameters that can be set for the Alaska > Xbase++ Installation program. That includes several destination > directory properties as well as enabling or disabling individual > features, not all of which can be controlled through the GUI of the > Installation program. | |
Nevzat Kanbur | Re: xbase++ 2.xx trial version install on Fri, 27 Apr 2018 14:45:48 +0300 24.04.2018 23:56 tarihinde Brian Wolfsohn yazdı: > Andreas Gehrs-Pahl wrote in > news:1peise5alm211$.1ili9gni3g26u$.dlg@40tude.net: > > > Andreas, > > Here's how i install Xbase++ so i can have multiple versions available. > This is very handy when working on older exe's that are not on the > current version. > > Since clipper, (i can't remember what i did for dbaseII,III & IV) I've > always used batch files to set my paths. so, if i wanted to be on version > 2.0 release 644, i used the batch file ver20644 which would set my paths > correctly and change my prompt to 2.0644-nnn where nnn is the express > version. > > I do my updates from the workbench, but then i copy the directories in c: > \programfiles (x86)\alaska to c:\alaska\xbase20644 or c:\alaska > \xbase20875. > > each version can be in it's own directory & i can switch versions through > the use of the batch file.. > > i copy the > cxp20 > help20 > waa20 > workbench20 > xpp20 > > directories. > > Please note, i do NOT use the workbench for development, only for > updating. My development environment is multi-edit and a command prompt. > > I hope i explained what i do clearly enough.. > >> There are several runtime parameters that can be set for the Alaska >> Xbase++ Installation program. That includes several destination >> directory properties as well as enabling or disabling individual >> features, not all of which can be controlled through the GUI of the >> Installation program. Thank you Andreas. I did the same thing that you say. rgds Nevzat |