- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- how do i disable installshield/visual studio integration
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
subject line says it all. i don't want to use the installshield integration with visual studio.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
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
