In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > > Aaaah, this drives me nuts! I ported some neat little program from > X11 (yes, pure X11) to MS Windows, using Visual Studio 2005 > throughout the project. Now I want to send the executable to the > users, but that doesn't work that simple. > > I have been taught over the last three days that I *must* use the > Microsoft Installer via an MSI file. Where would we be in this world > if users could just drag an app onto their desktop and launch it? > > So I set up and installer using the Microsoft tutorials. The > resulting MSI works for a handful of testers, but about half of them get > > "This advertised application will not be installed because it might > be unsafe. Contact your administrator to change the installation user > interface option of the package to basic." > > Could anyone tell me how to set this mysterious "basic" bit? Or what > else I can do to get a working-for-all msi file out? > > Any help is greatly appreciated! > > > Matthias > > > PS: sorry that this may be off-topic, but we are talking about a very > simple FLTK tool. No fancy libraries, nothing. I read MS Mailing > lists up and down, but they seem mostly to refer to other versions of > VisulStudio. I am lost.
Hi Matthias If you want to compile with an MS compiler, beg borrow or steal MS VC 5 or 6. You may feel more at home with a GCC compiler. Here is a link. http://www.bloodshed.net/dev/devcpp.html The debugger is command line not an integrated GUI debugger. I found a refferance to a GUI debugger that worked with DEV C but I never did follow up on it. Cheers Richard _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

