Click here to Skip to main content
15,888,088 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
well, i was following one of the tutorials in this site, and was developing my own template, now, the problem is, for part of the script, i need to check more than one parameter, so naturally i tried this ---> $if$($a$==1 || $b$==1) <--- didn't work ! also && won't work. how should i address this? and please don't tell me i have to separate those or conditions and write the code once for each one of them because : a) the code is big enough b) the number of parameters are more than one

now the second question i have, is that as much as i know even in 2012 the vsix won't submit the wizard on GAC , and i had read that we need to make an installer to handle installing it, can anyone direct me toward a good step by step tutorial for making an installer for the final product of the template with custom wizard?

thanks very much
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900