Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Which distribution method can i use?

Status
Not open for further replies.

99mel

Programmer
Oct 18, 1999
379
GB
I'm currently using InterDev which is great apart from it creates a MSI file which also needs window installer.

I can't use Package and deployment wizard because i need terms & conditions displayed for the very first thing, and i also need several folders creating. Which InterDev does nicely!

Any info much appreciated!
 
You can modify the form templates used by the Package and Deployment Wizard. For example, you can add your company logo to the setup screen and also include a disclaimer statement as well. MSDN has some good examples explaining how to do this. Neil Konitzer, President
Freisoft
 
I'm actually trying to implement Innosetup now.
The problem is I have so many dlls that its not feasible to add each dll.

I have now come up with using Inno Setup to run the msi file as a 'Install Run'

Do ya know whether its possible to supress all the screens that inno setup does? Just so Inno runs the MSI and doesn't display anything itself?


 
no sorry! haven't actually had a chance to play with it yet! Gonna use it on my program i'm writing (though thats miles off now)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top