Jump to content

daradiba

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

About daradiba

daradiba's Achievements

0

Reputation

  1. Hi, I'm a beginner in .NET.The setup program created with VS.NET doesn't include .NET framework and it's frustrating to give to someone 2 EXE files to run: dotnetfx.exe and the .NET application.I read that IExpress is able to create a self-extracting installer, but I didn't succed to make this installer to install both .NET framework (if it doesn't exist on the client machine) and the .NET application.I saw the important files are netfx.msi, netfx1.cab and the MSI file of the .NET application.Which commands should I write on the "Install program" and "Post install command" listboxes and what switches to solve this problem?Is there another way to solve it?Please help. Thank you.
×
×
  • Create New...