setup wizard
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I am doing my first setup project for the addin I wrote and can't solve following problem. I want to deploy an addin for Visual studio. So I need to look in registry for the HKLM\SOFTWARE\Microsoft\VisualStudio\7.X\InstallDir (where 7.X is 7.0 or 7.1) and take it into MyPATH0 and MyPATH1 variables. For the installed version(s) I need to make TARGETDIR to MyPATH0\..\..\\Vc7\VCWizards. I have no idea how to solve this. Setup wizard seems to have very simple logic, so how can I program in the wizard " 1.TAKE REGISTRY KEY XX\7.0 into VAR 2. If success Make VAR+AAA to the TARGET DIR 3.Install 4.TAKE REGISTRY KEY XX\7.1 into VAR+AAA 5. If success Make VAR to the TARGET DIR " Thank you very much for your help, Boni