Page 1 of 1

Problem with Visual Studio integration

Posted: Fri 20 Dec 2013 12:49
by Sulphy
Hi,

We are still trying to package up linq connect for network deployment and have hit another issue while testing.

It would appear that visual studio integration wont occur when using the below command line:

/TYPE=CUSTOM INSTALLATION /VERYSILENT /COMPONENTS="*VsIntegration,*Entity,*LinqRuntime,*ModelerTool,*WebProviders,*SSIS,*EntLib" /NOFEEDBACK /NORESTART

Are you able to provide any indication as to what the issue is or if there is another option to use on the command line to tick/select the visual studio integration that would be great.

Kind regards,

Sulphy

Re: Problem with Visual Studio integration

Posted: Fri 20 Dec 2013 14:57
by MariiaI
Please specify the following information:
- the exact product you are trying to install;
- its version;
- the edition and version of Visual Studio installed on your computer;
- what exactly is not available in Visual Studio after installation (e.g., toolbox components, LinqConnect Model via Add->New Item, etc.);
- have you tried to install it without using a command line - was the Visual Studio integration successful?
/TYPE=CUSTOM INSTALLATION /VERYSILENT /COMPONENTS="*VsIntegration,*Entity,*LinqRuntime,*ModelerTool,*WebProviders,*SSIS,*EntLib" /NOFEEDBACK /NORESTART
We have done this installation on example of dotConnect for Oracle Professional 8.1.55 and all selected components have been installed correctly - the integration to Visual Studio 2010 and 2012 was successful.

Re: Problem with Visual Studio integration

Posted: Thu 02 Jan 2014 11:00
by Sulphy
the exact product you are trying to install: LinqConnect Pro
- its version: v4.4.360
- the edition and version of Visual Studio installed on your computer: MS Visual Studio 2010 Professional
- what exactly is not available in Visual Studio after installation: The visual studio integration i.e. From within Visual Studio > Tools > (Both Entity Developer and LinqConnect are not listed)
- have you tried to install it without using a command line - was the Visual Studio integration successful? Yes, if done normally everything is fine. If I understand correctly from my colleague if he allows the GUI to appear (when triggered via the command line) he can't get the VS integration option ticked in the install options.

Re: Problem with Visual Studio integration

Posted: Fri 03 Jan 2014 07:06
by sevenstar
HI Can any one tell me how one could integrate with Visual studio integration with below mentioned command "linqconnect44pro.exe" /TYPE=CUSTOM INSTALLATION /VERYSILENT /COMPONENTS="*VsIntegration,*Entity,*LinqRuntime,*ModelerTool,*WebProviders,*SSIS,*EntLib" /NOFEEDBACK /NORESTART

Re: Problem with Visual Studio integration

Posted: Mon 06 Jan 2014 15:59
by Shalex
Please try this installation command which installs all LinqConnect components:

Code: Select all

linqconnect44pro.exe /TYPE=FULL /VERYSILENT /NOFEEDBACK /NORESTART
If you are interested only in particular components, please list them. And we will construct the corresponding custom installation command for you.

Re: Problem with Visual Studio integration

Posted: Tue 07 Jan 2014 09:45
by Sulphy
Hi,

Thanks for the feedback. I'll pass that on and ask my colleague to try. As per the example above at the start of the thread the below are the specific components that are being requested:

*VsIntegration,
*Entity,
*LinqRuntime,
*ModelerTool,
*WebProviders,
*SSIS,
*EntLib"


As far as I can tell the only one that doesn't get installed when these options are passed is the Visual Studio integration, the rest are fine.

Thanks in advance!

Re: Problem with Visual Studio integration

Posted: Tue 07 Jan 2014 10:39
by sevenstar
Thanks for reply i have check it will install the Full installation, once it is trigger after some time it is observd with wizard "Help Library" which i do not reqire, i also tried to supress the HelpLibrary Wizard with the help /SUPPRESSMSGBOXES command
Please note my installtion command line is


linqconnect44pro.exe /TYPE=FULL /VERYSILENT /NOFEEDBACK /NORESTART

Re: Problem with Visual Studio integration

Posted: Tue 07 Jan 2014 12:53
by Sulphy
Hi,

I've got some feedback from my colleague using the below install command line

Code: Select all

linqconnect44pro.exe /TYPE=FULL /VERYSILENT /NOFEEDBACK /NORESTART
The feedback that I have is that the Help Library Manager appears asking where to store the content for the help files, even though the switch /VERYSILENT has been used.

So ideally we'd like to be able to go back to specifying which elements should be installed which would eliminate prompting our users for further action.

I think we are pretty much there if we can get the Visual Studio integration option to install when passing the parameters via the command line.

Re: Problem with Visual Studio integration

Posted: Thu 09 Jan 2014 14:01
by MariiaI
So ideally we'd like to be able to go back to specifying which elements should be installed which would eliminate prompting our users for further action.
Please try this installation command and tell us about the results:

Code: Select all

linqconnect44pro.exe /TYPE=CUSTOM INSTALLATION /VERYSILENT /COMPONENTS="*LinqRuntime,*LinqVsIntegration,ModelerTool" /NOFEEDBACK /NORESTART
Here is the list of the components (we will update the corresponding section in the LinqConnect documentation as soon as possible):

Code: Select all

LinqRuntime + All Providers + SqlServer  - *LinqRuntime
LinqRuntime + SqlServer  -                  LinqRuntime

Providers\MySQL                           - Providers\MySql
Providers\Oracle                          - Providers\Oracle
Providers\PostgreSQL                      - Providers\PostgreSql
Providers\SQLite                          - Providers\SQLite

Visual Studio Integration                 - *LinqVsIntegration
  Visual Studio 2008                      - LinqVsIntegration\VS2008
  Visual Studio 2010                      - LinqVsIntegration\VS2010
  Visual Studio 2012                      - LinqVsIntegration\VS2011
  Visual Studio 2013                      - LinqVsIntegration\VS2013

Entity Developer                          - ModelerTool
LINQ Data Source component                - LinqWebRunTime
Samples                                   - Samples
Help files                                - HelpFiles
Please tell us if this helps.

Re: Problem with Visual Studio integration

Posted: Mon 20 Jan 2014 13:37
by Sulphy
Hi,

Thanks for the above. We've successfully been able to package the software and VS integration is now working :o)


Kind regards,

P

Re: Problem with Visual Studio integration

Posted: Mon 20 Jan 2014 13:56
by MariiaI
Glad to see that the issue was resolved. If you have any further questions, feel free to contact us.