visual studio 2010 - Setup Project Installer add registry entry only if debug -
visual studio 2010 - Setup Project Installer add registry entry only if debug -
i'm creating installer application (setup project in visual studio 2010). wish add together registry entries, if it's in debug mode. can accomplish this? there property condition
if add together registry entry, none of theese works:
%debug=1 debug=1
please help, lot!
there no property tell msi built debug or release build. know cannot have registry value added in 1 of builds vs editor.
a solution create post-build event in vs inserts rows in registry table msi build on debug.
to see rows insert in table build msi values in it, open orca , see adds in package. should add together entries in registry, component, , featurecomponent tables. however, scripts have entries in registry table created assigning new values existent component package.
visual-studio-2010 debugging installer condition setup-project
Comments
Post a Comment