Clipmarks

introducing clip-to-blog

The easiest way to blog the interesting things you find on the web.
Supports Blogger, Wordpress, Typepad, Live Journal, Movable Type, and Vox.  learn more»
 
 
Post this to your blog
Blog Type:
Blog Username:
Blog Password:
Blog Url:
XML-RPC Url:
Copy and Paste the following code into a new blog post...
Login or Sign Up to save your blog settings.
Title of Post:
Remarks for Post:BBCode  No HTML 
 
 
 
See also:    Email it to friends
Clip Preview:
clipped from blogs.msdn.com

Adding msi parameters in Visual Studio Setup Project

I can’t find how and where to add the parameter list of the msi.

I had to modify a setup project of which creates an msi for an application.

During modification I had to add an extra parameter that should be given to the msi during installation.

While I searched I found only how to read the parameters supplied from command line using Context.Parameters.

But I can’t find at any place where to specify the parameters those can be supplied with msi. Finally I found it and so I am writing here as it may be useful to others.

In property Pages of Install, in the option CustomEvents, we can specify the arguments.

 

For example if for our msi, we have to add 2 parameters INSTLOG & X

Then in the CustomEvents, we have to specify it as:

            /INSTLOG=”[INSTLOG]” /X=”[X]”

 blog it

style options...

Include Clip before or after Remarks  
Customize Clip Colors
Border Background Font
Select Border Color
Select Background Color
Select Font Color
Video Size
If you are clipping video to your blog, and it is too wide, select this option.
Clipmarks Logo and Link
If you chose not to have the Clipmarks logo and link in this blog post, select "Don't include" here.
Line Breaks (Advanced)
If your blog software is configured to automatically convert new lines into HTML, select "Don't format" here to prevent Clipmarks from doing so.
Styles (Advanced)
By default, Clipmarks uses inline styles to format content in your blog post. If you would like to prevent this styling and customize the css rules yourself, select this option and copy this stylesheet into your blog template.