cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
seankeysight
Level 3

how do i disable installshield/visual studio integration

Jump to solution

subject line says it all. i don't want to use the installshield integration with visual studio.

Labels (1)
0 Kudos
(1) Solution
varul
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi @seankeysight ,

 You can avoid VSIP integration by using below command

By navigating to installshield system directory and try "unregistervsip" option.

NOTE: Please make sure visual studio and installshield are close when executing the command.

To register visual studio with Installshield

C:\Program Files (x86)\InstallShield\2018\System> Tsconfig /registervsip

To Unregister Installshield from visual studio

C:\Program Files (x86)\InstallShield\2018\System> Tsconfig /unregistervsip

View solution in original post

0 Kudos
(1) Reply
varul
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi @seankeysight ,

 You can avoid VSIP integration by using below command

By navigating to installshield system directory and try "unregistervsip" option.

NOTE: Please make sure visual studio and installshield are close when executing the command.

To register visual studio with Installshield

C:\Program Files (x86)\InstallShield\2018\System> Tsconfig /registervsip

To Unregister Installshield from visual studio

C:\Program Files (x86)\InstallShield\2018\System> Tsconfig /unregistervsip

0 Kudos