Hi to all,
I've a SSD disk for C and I would install the samples in another drive, but the installer dont show me the choice the directory. Instead the installer of product permit this.I've a SSD disk for C and I would install the samples in another drive, but the installer cannot let me choice the directory, mean the installer of product permit this.
Any idea?
Or is better to tell to the guys who write the samples installer to add this features in the next releases?
Michael,thank you very much for quick and precise answer. It works.
However I hope that in the next release IG will enable the custom installation of samples so the normal users will can install samples in a directory without write a command line.
Have a nice WE,
Best.
Davide,
There is a way that you can install the Samples and put them in a folder of your choosing. You have to run the msi file from the command prompt through an administrator account and include the swtiches to tell it where to put the samples. I did this myself and it worked very well.
I suggest that you open a command prompt from an administrator account and change your directory to the folder where the msi file resides. Then you can submit a command like this:
msiexec /i NetAdvantage_WinForms_20121_Samples.msi /passive INSTALLDIR="C:\Users\ddolla\Samples"
You can set the "INSTALLDIR" to any folder where you have privilege.
Try that and let me know how it goes.