I want my msi installer to generate a set of folders in a particular location and put a dummy file in each directory.
I would like to remove the isolated storage folders that are created by a .NET application when using My.Settings etc.The setting files are 开发者_运维技巧stored in a location like
What is the purpose of the Source attribute? Have a look at this snippet: <Component Id=\"MyComponent\" Guid=\"123456789-abcd-defa-1234-DCEA-01234567890A\">
Could you tell me, what is wrong with my code please? <?xml version=\"1.0\" encoding=\"utf-8\"?>
I am trying to add the same file to two diferent locations. I am deploying an SDK and want certain files to reside in .\\Binaries* as well as .\\Samples\\SampleX* and also .\\Editor*
I have a .NET solution containing following projects: web application (WAP) web deployment (WDP, .wdproj)
We have a VS 2010 solution that includes a few class library projects, a SQL Server 2008 databa开发者_运维知识库se project and a Wix setup project. We are trying to get to a point where the following
I have a .NET application that runs on both x86 and x64. I\'d like to have a 32 bit WiX installer that will work on both platforms but I\'d like it to install to /Program Files/ rather than /Program F
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this qu开发者_运维百科estion? Update the question so it's on-topic for Stack Overflow.
I have instakllation i have to show the Dialog based on the checkbox value. I have set the checkbox property as true initially.