Re: [Mono-list] gtk# app installer

2004-06-29 Thread tsoroka
Hi!

Just I cannot guarantee that on windows computer will be M$ .NET installed.
And I don't want rely on that - this app is for people without any
knowledge about computing, and I want have very easy installer.

At all I wouldn't rely on anything :) I mean I would for example
install my app to:

c:/Program Files/myapp

There should me installed MONO, GTK/GTK# and my app
my app should use this copy of mono and gtk - even if in system is also
installed any other copy of mono, gtk/gtk#.

I would like have it done in such way because I would like to be able make
easy app updates with update of mono, gtk... without say to user - first
uninstall mono, then gtk, and at least install new versions of that and
then my install new version of my app... but when you use any other
software with older version of mono, you have problem... I hope You
understand what I mean.

I think that this piece of software could be very usefull.

best
Tomek

ps. Can I look into installer you mentioned about? Is there any cvs for that?


 Well, do you need Mono there, on Windows ? You can just rely on .NET.
 As for GTK/GTK#, we have an installer coming very soon for Windows.

 Erik

 On Jun 27, 2004, at 2:34 PM, Tomasz Soroka wrote:

 Hi!

 I did app in gtk# and now I would write installer for windows. I would
 like have all needed things in one installer.
 - mono
 - gtk# libs
 - gtk+ libs

 It should installs all in one place, and should be very easy - user
 shouldn't know what technology was used.



 Can You give me any advices how to do that?

 best
 Tomek


 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] gtk# app installer

2004-06-28 Thread Tomasz Soroka
Hi!

Just I cannot guarantee that on windows computer will be M$ .NET installed.
And I don't want rely on that - this app is for people without any
knowledge about computing, and I want have very easy installer.

At all I wouldn't rely on anything :) I mean I would for example
install my app to:

c:/Program Files/myapp

There should me installed MONO, GTK/GTK# and my app
my app should use this copy of mono and gtk - even if in system is also
installed any other copy of mono, gtk/gtk#.

I would like have it done in such way because I would like to be able make
easy app updates with update of mono, gtk... without say to user - first
uninstall mono, then gtk, and at least install new versions of that and
then my install new version of my app... but when you use any other
software with older version of mono, you have problem... I hope You
understand what I mean.

I think that this piece of software could be very usefull.

best
Tomek

ps. Can I look into installer you mentioned about? Is there any cvs for that?

 Well, do you need Mono there, on Windows ? You can just rely on .NET.
 As for GTK/GTK#, we have an installer coming very soon for Windows.

 Erik

 On Jun 27, 2004, at 2:34 PM, Tomasz Soroka wrote:

 Hi!

 I did app in gtk# and now I would write installer for windows. I would
 like have all needed things in one installer.
 - mono
 - gtk# libs
 - gtk+ libs

 It should installs all in one place, and should be very easy - user
 shouldn't know what technology was used.



 Can You give me any advices how to do that?

 best
 Tomek


 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] gtk# app installer

2004-06-28 Thread Davy Brion
On Sun, 27 Jun 2004 22:23:03 -0400, Erik Dasque [EMAIL PROTECTED] wrote:
 
 Well, do you need Mono there, on Windows ? You can just rely on .NET.
 As for GTK/GTK#, we have an installer coming very soon for Windows.

I have an application which uses GTK# and i'd like to release a
windows version of it which uses on MS .NET and GTK# for windows. 
What kind of steps would be necessary to get gtk# running on windows? 
Would it be enough to create a Visual Studio .NET Project, and add
GTK# as a reference after it's been installed through your installer,
in order to create an easy to use windows installer for my project? 
Or would each user have to install gtk# seperately before installing
my project?

As you can probably imagine, these questions will probably come up
frequently once GTK# 1.0 is released, so it might be a good idea if we
provide some kind of document on how to get our Mono/GTK# applications
installed and working on Windows with MS .NET (or Mono) and GTK#
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] gtk# app installer

2004-06-28 Thread Erik Dasque
Again, there will soon be a windows installer for GTK/GTK# bound to MS 
.NET.

Erik
On Jun 28, 2004, at 6:53 AM, Davy Brion wrote:
On Sun, 27 Jun 2004 22:23:03 -0400, Erik Dasque [EMAIL PROTECTED] 
wrote:
Well, do you need Mono there, on Windows ? You can just rely on .NET.
As for GTK/GTK#, we have an installer coming very soon for Windows.
I have an application which uses GTK# and i'd like to release a
windows version of it which uses on MS .NET and GTK# for windows.
What kind of steps would be necessary to get gtk# running on windows?
Would it be enough to create a Visual Studio .NET Project, and add
GTK# as a reference after it's been installed through your installer,
in order to create an easy to use windows installer for my project?
Or would each user have to install gtk# seperately before installing
my project?
As you can probably imagine, these questions will probably come up
frequently once GTK# 1.0 is released, so it might be a good idea if we
provide some kind of document on how to get our Mono/GTK# applications
installed and working on Windows with MS .NET (or Mono) and GTK#
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] gtk# app installer

2004-06-27 Thread Tomasz Soroka
Hi!

I did app in gtk# and now I would write installer for windows. I would
like have all needed things in one installer. 
- mono
- gtk# libs
- gtk+ libs

It should installs all in one place, and should be very easy - user
shouldn't know what technology was used. 



Can You give me any advices how to do that?

best
Tomek


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] gtk# app installer

2004-06-27 Thread Erik Dasque
Well, do you need Mono there, on Windows ? You can just rely on .NET. 
As for GTK/GTK#, we have an installer coming very soon for Windows.

Erik
On Jun 27, 2004, at 2:34 PM, Tomasz Soroka wrote:
Hi!
I did app in gtk# and now I would write installer for windows. I would
like have all needed things in one installer.
- mono
- gtk# libs
- gtk+ libs
It should installs all in one place, and should be very easy - user
shouldn't know what technology was used.

Can You give me any advices how to do that?
best
Tomek
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list