Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > how to create a msi installer separately
 

how to create a msi installer separately

hi,

I want the first time or fresh installation to be converted into a MSI. Only for update purpose alone I need Click once.
Correct me if I am wrong.
Actually I have simply stated my requirement. please let me know if you want more details.

Thanks, Bharathi
bharathi_m  Thursday, September 10, 2009 2:25 PM
You can't mix ClickOnce and MSI setups in that way - you can't deploy something with an MSI file and then use ClickOnce to update installed files. This isn't an arbitrary rule - MSI keeps track of everything installed on the system, its location and the file versions of any binaries. If you change or alter these files then a repair can start and will simply restore the files back to the versions theywere when first installed. Once you use MSI tthen yourupdates and changes must also be MSI-based.
Phil Wilson
PhilWilson  Thursday, September 10, 2009 7:00 PM
You can't mix ClickOnce and MSI setups in that way - you can't deploy something with an MSI file and then use ClickOnce to update installed files. This isn't an arbitrary rule - MSI keeps track of everything installed on the system, its location and the file versions of any binaries. If you change or alter these files then a repair can start and will simply restore the files back to the versions theywere when first installed. Once you use MSI tthen yourupdates and changes must also be MSI-based.
Phil Wilson
Thanks Phil for reply.
the need formsi: because size is huge. If we use msi means it can be transferred to CD.
I assume click once deployment is the one which is put on the folder at a server and copied to client.
Then, is that click once set up can be moved to CD.(I might be wrong.please correct me).

I think now u have understand the requirement. please let me know if you want more details.
Thanks, Bharathi
bharathi_m  Friday, September 11, 2009 5:47 AM

You can use google to search for other answers

Custom Search

More Threads

• Click Once Update and Site Minder
• Problem with multiple ClickOnce versions of same executable installed on a machine
• minimumRequiredVersion
• Install MSI on Non-Admin Cleint computers?
• Adding a shortcut to text file on Start Menu with ClickOnce
• Problems with Application.Restart
• How to Deploy c# windows app with msde
• How do I make this MSI launch a readme.htm file on completion of installation?
• Is there a forum for Visual Studio's msi builder
• What is Best Practice for shared utility?