From: Filipe M. <fma...@te...> - 2004-12-27 17:57:46
|
Hello, I don't know if this is the proper group to post my question, if is not let me know. I'm developing an application in VB.NET using Firebird, now I what to do the Setup Project to my application and I know how to do it. I before used Inno Setup to do it but now I'm using Crystal Reports in my application and I don't know either to install it. if someone know how to install Firebird using .NET or install Crystal Reports with InnoSetup help me please... Regards |
From: <jc...@gm...> - 2004-12-27 18:07:58
|
Crystal Reports, I don't know. Firebird it's quite easy. There is already some InnoSetup configs on the Internet (Google is your friend (TM)), but all you need to do is to copy FireBird files to a folder, the GDS dll to the Windows\System path and to run the installers of FB Bin folder (instclient.exe, instreg.exe and instsvc.exe, the last one is to setup the FB as a service). The Firebird has documentation on deploying it, but It's quite easy. That's the main Firebird quality: its size and easyness to deploy it. On Mon, 27 Dec 2004 17:59:48 -0000, Filipe Marcelino <fma...@te...> wrote: > Hello, >=20 > I don't know if this is the proper group to post my question, if is not l= et > me know. I'm developing an application in VB.NET using Firebird, now I wh= at > to do the Setup Project to my application and I know how to do it. >=20 > I before used Inno Setup to do it but now I'm using Crystal Reports in my > application and I don't know either to install it. if someone know how to > install Firebird using .NET or install Crystal Reports with InnoSetup hel= p > me please... >=20 > Regards >=20 > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider >=20 --=20 [] J=FAlio C=E9sar K=F6del http://www.tenebree.com |
From: Filipe M. <fma...@te...> - 2004-12-28 14:50:58
|
Hi, well maybe I forgot to explain that I already used InnoSetup to install Firebird and I know how to do it, now I what to install it using .NET because of Crystal Reports. If it its not possible I would install it using the Setup from .NET. I don't install it using InnoSetup, cause I don't know how to install Crystal Reports on InnoSetup... Regards > Crystal Reports, I don't know. > Firebird it's quite easy. There is already some InnoSetup configs on > the Internet (Google is your friend (TM)), but all you need to do is > to copy FireBird files to a folder, the GDS dll to the Windows\System > path and to run the installers of FB Bin folder (instclient.exe, > instreg.exe and instsvc.exe, the last one is to setup the FB as a > service). > The Firebird has documentation on deploying it, but It's quite easy. > That's the main Firebird quality: its size and easyness to deploy it. > > > On Mon, 27 Dec 2004 17:59:48 -0000, Filipe Marcelino > <fma...@te...> wrote: > > Hello, > >=20 > > I don't know if this is the proper group to post my question, if is not l= > et > > me know. I'm developing an application in VB.NET using Firebird, now I wh= > at > > to do the Setup Project to my application and I know how to do it. > >=20 > > I before used Inno Setup to do it but now I'm using Crystal Reports in my > > application and I don't know either to install it. if someone know how to > > install Firebird using .NET or install Crystal Reports with InnoSetup hel= > p > > me please... > >=20 > > Regards > >=20 > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://productguide.itmanagersjournal.com/ > > _______________________________________________ > > Firebird-net-provider mailing list > > Fir...@li... > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > >=20 > > > --=20 > [] > J=FAlio C=E9sar K=F6del > http://www.tenebree.com > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From: Viatcheslav V. V. <su...@ma...> - 2004-12-28 15:01:54
|
You may call any .exe setup from InnoSetup project usign [Run] section. Not sure about Crystal Reports, but I can see only one problem - install assemblies in GAC. If this is the case, you may use gacutil.exe from .Net SDK or NetCache from http://www.managed-vcl.com/forum/viewtopic.php?t=12 . Other things such as copy files, add registry entries etc. could be easy done in InnoSetup. Regards, Viatcheslav V. Vassiliev ----- Original Message ----- From: "Filipe Marcelino" <fma...@te...> Newsgroups: sourceforge.firebird-net-provider To: <fir...@li...> Sent: Tuesday, December 28, 2004 5:52 PM Subject: Re: [Firebird-net-provider] .NET Setup Project > Hi, > well maybe I forgot to explain that I already used InnoSetup to install > Firebird and I know how to do it, now I what to install it using .NET > because of Crystal Reports. If it its not possible I would install it using > the Setup from .NET. I don't install it using InnoSetup, cause I don't know > how to install Crystal Reports on InnoSetup... > > Regards > > > Crystal Reports, I don't know. > > Firebird it's quite easy. There is already some InnoSetup configs on > > the Internet (Google is your friend (TM)), but all you need to do is > > to copy FireBird files to a folder, the GDS dll to the Windows\System > > path and to run the installers of FB Bin folder (instclient.exe, > > instreg.exe and instsvc.exe, the last one is to setup the FB as a > > service). > > The Firebird has documentation on deploying it, but It's quite easy. > > That's the main Firebird quality: its size and easyness to deploy it. > > > > > > On Mon, 27 Dec 2004 17:59:48 -0000, Filipe Marcelino > > <fma...@te...> wrote: > > > Hello, > > >=20 > > > I don't know if this is the proper group to post my question, if is not > l= > > et > > > me know. I'm developing an application in VB.NET using Firebird, now I > wh= > > at > > > to do the Setup Project to my application and I know how to do it. > > >=20 > > > I before used Inno Setup to do it but now I'm using Crystal Reports in > my > > > application and I don't know either to install it. if someone know how > to > > > install Firebird using .NET or install Crystal Reports with InnoSetup > hel= > > p > > > me please... > > >=20 > > > Regards > > >=20 > > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide > > > Read honest & candid reviews on hundreds of IT Products from real users. > > > Discover which products truly live up to the hype. Start reading now. > > > http://productguide.itmanagersjournal.com/ > > > _______________________________________________ > > > Firebird-net-provider mailing list > > > Fir...@li... > > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > >=20 > > > > > > --=20 > > [] > > J=FAlio C=E9sar K=F6del > > http://www.tenebree.com > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://productguide.itmanagersjournal.com/ > > _______________________________________________ > > Firebird-net-provider mailing list > > Fir...@li... > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > |
From: Filipe M. <fma...@te...> - 2004-12-28 17:48:36
|
Hi again, so i'll have to do something like this: C:\>netcache /i Crystal_Database_Access2003.msm C:\>Crystal_Database_Access2003_enu.msm C:\>Crystal_Managed2003.msm C:\>Crystal_regwiz2003.msm in the install phase (RUN area of the InnoSetup Script)? One more thing, what about the keycode to Crystal Reports? I have to include it... something like this?: C:\>Crystal_regwiz2003.msm xxx-xxx-xxxxx Tks ""Viatcheslav V. Vassiliev"" <su...@ma...> escreveu na mensagem news:008f01c4ecee$20fdc4d0$1401060a@vvvmain... > You may call any .exe setup from InnoSetup project usign [Run] section. Not > sure about Crystal Reports, but I can see only one problem - install > assemblies in GAC. If this is the case, you may use gacutil.exe from .Net > SDK or NetCache from http://www.managed-vcl.com/forum/viewtopic.php?t=12 . > Other things such as copy files, add registry entries etc. could be easy > done in InnoSetup. > > Regards, > Viatcheslav V. Vassiliev > > ----- Original Message ----- > From: "Filipe Marcelino" <fma...@te...> > Newsgroups: sourceforge.firebird-net-provider > To: <fir...@li...> > Sent: Tuesday, December 28, 2004 5:52 PM > Subject: Re: [Firebird-net-provider] .NET Setup Project > > > > Hi, > > well maybe I forgot to explain that I already used InnoSetup to install > > Firebird and I know how to do it, now I what to install it using .NET > > because of Crystal Reports. If it its not possible I would install it > using > > the Setup from .NET. I don't install it using InnoSetup, cause I don't > know > > how to install Crystal Reports on InnoSetup... > > > > Regards > > > > > Crystal Reports, I don't know. > > > Firebird it's quite easy. There is already some InnoSetup configs on > > > the Internet (Google is your friend (TM)), but all you need to do is > > > to copy FireBird files to a folder, the GDS dll to the Windows\System > > > path and to run the installers of FB Bin folder (instclient.exe, > > > instreg.exe and instsvc.exe, the last one is to setup the FB as a > > > service). > > > The Firebird has documentation on deploying it, but It's quite easy. > > > That's the main Firebird quality: its size and easyness to deploy it. > > > > > > > > > On Mon, 27 Dec 2004 17:59:48 -0000, Filipe Marcelino > > > <fma...@te...> wrote: > > > > Hello, > > > >=20 > > > > I don't know if this is the proper group to post my question, if is > not > > l= > > > et > > > > me know. I'm developing an application in VB.NET using Firebird, now I > > wh= > > > at > > > > to do the Setup Project to my application and I know how to do it. > > > >=20 > > > > I before used Inno Setup to do it but now I'm using Crystal Reports in > > my > > > > application and I don't know either to install it. if someone know how > > to > > > > install Firebird using .NET or install Crystal Reports with InnoSetup > > hel= > > > p > > > > me please... > > > >=20 > > > > Regards > > > >=20 > > > > ------------------------------------------------------- > > > > SF email is sponsored by - The IT Product Guide > > > > Read honest & candid reviews on hundreds of IT Products from real > users. > > > > Discover which products truly live up to the hype. Start reading now. > > > > http://productguide.itmanagersjournal.com/ > > > > _______________________________________________ > > > > Firebird-net-provider mailing list > > > > Fir...@li... > > > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > >=20 > > > > > > > > > --=20 > > > [] > > > J=FAlio C=E9sar K=F6del > > > http://www.tenebree.com > > > > > > > > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide > > > Read honest & candid reviews on hundreds of IT Products from real users. > > > Discover which products truly live up to the hype. Start reading now. > > > http://productguide.itmanagersjournal.com/ > > > _______________________________________________ > > > Firebird-net-provider mailing list > > > Fir...@li... > > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > > > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://productguide.itmanagersjournal.com/ > > _______________________________________________ > > Firebird-net-provider mailing list > > Fir...@li... > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From: <jc...@gm...> - 2004-12-28 16:23:26
|
Portugu=EAs? Espero que sim =3DD O procedimento =E9 exatamente o mesmo do Inno Setup, ou seja, joga-se todos os arquivos pertencentes ao FireBird na pasta e registra-o. Voc=EA pode colocar arquivos extras no Setup do .Net. S=F3 n=E3o sei quanto =E0 executar arquivos p=F3s-instala=E7=E3o. De qualquer forma, depois de instalado seu aplicativo, rodar os instaladores do FireBird n=E3o =E9 problema. De qualquer forma, aqui tem merge modules para o Firebird (s=F3 n=E3o sei se aplicam-se ao .Net Installer) http://www.mwasoftware.co.uk/firebird/index.htm On Tue, 28 Dec 2004 14:52:59 -0000, Filipe Marcelino <fma...@te...> wrote: > Hi, > well maybe I forgot to explain that I already used InnoSetup to install > Firebird and I know how to do it, now I what to install it using .NET > because of Crystal Reports. If it its not possible I would install it usi= ng > the Setup from .NET. I don't install it using InnoSetup, cause I don't kn= ow > how to install Crystal Reports on InnoSetup... >=20 > Regards >=20 > > Crystal Reports, I don't know. > > Firebird it's quite easy. There is already some InnoSetup configs on > > the Internet (Google is your friend (TM)), but all you need to do is > > to copy FireBird files to a folder, the GDS dll to the Windows\System > > path and to run the installers of FB Bin folder (instclient.exe, > > instreg.exe and instsvc.exe, the last one is to setup the FB as a > > service). > > The Firebird has documentation on deploying it, but It's quite easy. > > That's the main Firebird quality: its size and easyness to deploy it. > > > > > > On Mon, 27 Dec 2004 17:59:48 -0000, Filipe Marcelino > > <fma...@te...> wrote: > > > Hello, > > >=3D20 > > > I don't know if this is the proper group to post my question, if is n= ot > l=3D > > et > > > me know. I'm developing an application in VB.NET using Firebird, now = I > wh=3D > > at > > > to do the Setup Project to my application and I know how to do it. > > >=3D20 > > > I before used Inno Setup to do it but now I'm using Crystal Reports i= n > my > > > application and I don't know either to install it. if someone know ho= w > to > > > install Firebird using .NET or install Crystal Reports with InnoSetup > hel=3D > > p > > > me please... > > >=3D20 > > > Regards > > >=3D20 > > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide > > > Read honest & candid reviews on hundreds of IT Products from real use= rs. > > > Discover which products truly live up to the hype. Start reading now. > > > http://productguide.itmanagersjournal.com/ > > > _______________________________________________ > > > Firebird-net-provider mailing list > > > Fir...@li... > > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > >=3D20 > > > > > > --=3D20 > > [] > > J=3DFAlio C=3DE9sar K=3DF6del > > http://www.tenebree.com > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users= . > > Discover which products truly live up to the hype. Start reading now. > > http://productguide.itmanagersjournal.com/ > > _______________________________________________ > > Firebird-net-provider mailing list > > Fir...@li... > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > >=20 > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider >=20 --=20 [] J=FAlio C=E9sar K=F6del http://www.tenebree.com |
From: Filipe M. <fma...@te...> - 2004-12-29 16:39:14
|
Sim, Português. LOLOLOL Bem assim funciona, agradeço imenso pela tua ajuda porque assim é muito mais simples. Abraços > Portugu=EAs? Espero que sim =3DD > O procedimento =E9 exatamente o mesmo do Inno Setup, ou seja, joga-se > todos os arquivos pertencentes ao FireBird na pasta e registra-o. Voc=EA > pode colocar arquivos extras no Setup do .Net. S=F3 n=E3o sei quanto =E0 > executar arquivos p=F3s-instala=E7=E3o. De qualquer forma, depois de > instalado seu aplicativo, rodar os instaladores do FireBird n=E3o =E9 > problema. > De qualquer forma, aqui tem merge modules para o Firebird (s=F3 n=E3o sei > se aplicam-se ao .Net Installer) > > http://www.mwasoftware.co.uk/firebird/index.htm > > > On Tue, 28 Dec 2004 14:52:59 -0000, Filipe Marcelino > <fma...@te...> wrote: > > Hi, > > well maybe I forgot to explain that I already used InnoSetup to install > > Firebird and I know how to do it, now I what to install it using .NET > > because of Crystal Reports. If it its not possible I would install it usi= > ng > > the Setup from .NET. I don't install it using InnoSetup, cause I don't kn= > ow > > how to install Crystal Reports on InnoSetup... > >=20 > > Regards > >=20 > > > Crystal Reports, I don't know. > > > Firebird it's quite easy. There is already some InnoSetup configs on > > > the Internet (Google is your friend (TM)), but all you need to do is > > > to copy FireBird files to a folder, the GDS dll to the Windows\System > > > path and to run the installers of FB Bin folder (instclient.exe, > > > instreg.exe and instsvc.exe, the last one is to setup the FB as a > > > service). > > > The Firebird has documentation on deploying it, but It's quite easy. > > > That's the main Firebird quality: its size and easyness to deploy it. > > > > > > > > > On Mon, 27 Dec 2004 17:59:48 -0000, Filipe Marcelino > > > <fma...@te...> wrote: > > > > Hello, > > > >=3D20 > > > > I don't know if this is the proper group to post my question, if is n= > ot > > l=3D > > > et > > > > me know. I'm developing an application in VB.NET using Firebird, now = > I > > wh=3D > > > at > > > > to do the Setup Project to my application and I know how to do it. > > > >=3D20 > > > > I before used Inno Setup to do it but now I'm using Crystal Reports i= > n > > my > > > > application and I don't know either to install it. if someone know ho= > w > > to > > > > install Firebird using .NET or install Crystal Reports with InnoSetup > > hel=3D > > > p > > > > me please... > > > >=3D20 > > > > Regards > > > >=3D20 > > > > ------------------------------------------------------- > > > > SF email is sponsored by - The IT Product Guide > > > > Read honest & candid reviews on hundreds of IT Products from real use= > rs. > > > > Discover which products truly live up to the hype. Start reading now. > > > > http://productguide.itmanagersjournal.com/ > > > > _______________________________________________ > > > > Firebird-net-provider mailing list > > > > Fir...@li... > > > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > >=3D20 > > > > > > > > > --=3D20 > > > [] > > > J=3DFAlio C=3DE9sar K=3DF6del > > > http://www.tenebree.com > > > > > > > > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide > > > Read honest & candid reviews on hundreds of IT Products from real users= > . > > > Discover which products truly live up to the hype. Start reading now. > > > http://productguide.itmanagersjournal.com/ > > > _______________________________________________ > > > Firebird-net-provider mailing list > > > Fir...@li... > > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > >=20 > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://productguide.itmanagersjournal.com/ > > _______________________________________________ > > Firebird-net-provider mailing list > > Fir...@li... > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > >=20 > > > --=20 > [] > J=FAlio C=E9sar K=F6del > http://www.tenebree.com > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |
From: Viatcheslav V. V. <su...@ma...> - 2004-12-28 18:16:30
|
.msm files are for MSI installer only. You may produce .msi file with Visual Studio or with any installer that works with .msm files and then include .msi file into [Run] section in InnoSetup. CrystalReport should also have install for other installers (in form of setup.exe or something other), if you will find such setup.exe, you may also call it from [Run] section in InnoSetup. Regards, Viatcheslav V. Vassiliev ----- Original Message ----- From: "Filipe Marcelino" <fma...@te...> Newsgroups: sourceforge.firebird-net-provider To: <fir...@li...> Sent: Tuesday, December 28, 2004 8:50 PM Subject: Re: [Firebird-net-provider] .NET Setup Project > Hi again, > so i'll have to do something like this: > > C:\>netcache /i Crystal_Database_Access2003.msm > C:\>Crystal_Database_Access2003_enu.msm > C:\>Crystal_Managed2003.msm > C:\>Crystal_regwiz2003.msm > > in the install phase (RUN area of the InnoSetup Script)? > > One more thing, what about the keycode to Crystal Reports? I have to include > it... something like this?: > > C:\>Crystal_regwiz2003.msm xxx-xxx-xxxxx > > Tks > > ""Viatcheslav V. Vassiliev"" <su...@ma...> escreveu na mensagem > news:008f01c4ecee$20fdc4d0$1401060a@vvvmain... > > You may call any .exe setup from InnoSetup project usign [Run] section. > Not > > sure about Crystal Reports, but I can see only one problem - install > > assemblies in GAC. If this is the case, you may use gacutil.exe from .Net > > SDK or NetCache from http://www.managed-vcl.com/forum/viewtopic.php?t=12 . > > Other things such as copy files, add registry entries etc. could be easy > > done in InnoSetup. > > > > Regards, > > Viatcheslav V. Vassiliev > > > > ----- Original Message ----- > > From: "Filipe Marcelino" <fma...@te...> > > Newsgroups: sourceforge.firebird-net-provider > > To: <fir...@li...> > > Sent: Tuesday, December 28, 2004 5:52 PM > > Subject: Re: [Firebird-net-provider] .NET Setup Project > > > > > > > Hi, > > > well maybe I forgot to explain that I already used InnoSetup to install > > > Firebird and I know how to do it, now I what to install it using .NET > > > because of Crystal Reports. If it its not possible I would install it > > using > > > the Setup from .NET. I don't install it using InnoSetup, cause I don't > > know > > > how to install Crystal Reports on InnoSetup... > > > > > > Regards > > > > > > > Crystal Reports, I don't know. > > > > Firebird it's quite easy. There is already some InnoSetup configs on > > > > the Internet (Google is your friend (TM)), but all you need to do is > > > > to copy FireBird files to a folder, the GDS dll to the Windows\System > > > > path and to run the installers of FB Bin folder (instclient.exe, > > > > instreg.exe and instsvc.exe, the last one is to setup the FB as a > > > > service). > > > > The Firebird has documentation on deploying it, but It's quite easy. > > > > That's the main Firebird quality: its size and easyness to deploy it. > > > > > > > > > > > > On Mon, 27 Dec 2004 17:59:48 -0000, Filipe Marcelino > > > > <fma...@te...> wrote: > > > > > Hello, > > > > >=20 > > > > > I don't know if this is the proper group to post my question, if is > > not > > > l= > > > > et > > > > > me know. I'm developing an application in VB.NET using Firebird, now > I > > > wh= > > > > at > > > > > to do the Setup Project to my application and I know how to do it. > > > > >=20 > > > > > I before used Inno Setup to do it but now I'm using Crystal Reports > in > > > my > > > > > application and I don't know either to install it. if someone know > how > > > to > > > > > install Firebird using .NET or install Crystal Reports with > InnoSetup > > > hel= > > > > p > > > > > me please... > > > > >=20 > > > > > Regards > > > > >=20 > > > > > ------------------------------------------------------- > > > > > SF email is sponsored by - The IT Product Guide > > > > > Read honest & candid reviews on hundreds of IT Products from real > > users. > > > > > Discover which products truly live up to the hype. Start reading > now. > > > > > http://productguide.itmanagersjournal.com/ > > > > > _______________________________________________ > > > > > Firebird-net-provider mailing list > > > > > Fir...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > >=20 > > > > > > > > > > > > --=20 > > > > [] > > > > J=FAlio C=E9sar K=F6del > > > > http://www.tenebree.com > > > > > > > > > > > > ------------------------------------------------------- > > > > SF email is sponsored by - The IT Product Guide > > > > Read honest & candid reviews on hundreds of IT Products from real > users. > > > > Discover which products truly live up to the hype. Start reading now. > > > > http://productguide.itmanagersjournal.com/ > > > > _______________________________________________ > > > > Firebird-net-provider mailing list > > > > Fir...@li... > > > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide > > > Read honest & candid reviews on hundreds of IT Products from real users. > > > Discover which products truly live up to the hype. Start reading now. > > > http://productguide.itmanagersjournal.com/ > > > _______________________________________________ > > > Firebird-net-provider mailing list > > > Fir...@li... > > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > > > > > > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://productguide.itmanagersjournal.com/ > > _______________________________________________ > > Firebird-net-provider mailing list > > Fir...@li... > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > |
From: <jc...@gm...> - 2004-12-28 18:40:39
|
Remember that most of Microsoft installers have a /q option, which will make a Quiet installation. Try SETUP.EXE /? to see if there any parameter for the package. On Tue, 28 Dec 2004 21:16:12 +0300, Viatcheslav V. Vassiliev <su...@ma...> wrote: > .msm files are for MSI installer only. You may produce .msi file with Vis= ual > Studio or with any installer that works with .msm files and then include > .msi file into [Run] section in InnoSetup. CrystalReport should also have > install for other installers (in form of setup.exe or something other), i= f > you will find such setup.exe, you may also call it from [Run] section in > InnoSetup. >=20 > Regards, > Viatcheslav V. Vassiliev >=20 > ----- Original Message ----- > From: "Filipe Marcelino" <fma...@te...> > Newsgroups: sourceforge.firebird-net-provider > To: <fir...@li...> > Sent: Tuesday, December 28, 2004 8:50 PM > Subject: Re: [Firebird-net-provider] .NET Setup Project >=20 > > Hi again, > > so i'll have to do something like this: > > > > C:\>netcache /i Crystal_Database_Access2003.msm > > C:\>Crystal_Database_Access2003_enu.msm > > C:\>Crystal_Managed2003.msm > > C:\>Crystal_regwiz2003.msm > > > > in the install phase (RUN area of the InnoSetup Script)? > > > > One more thing, what about the keycode to Crystal Reports? I have to > include > > it... something like this?: > > > > C:\>Crystal_regwiz2003.msm xxx-xxx-xxxxx > > > > Tks > > > > ""Viatcheslav V. Vassiliev"" <su...@ma...> escreveu na > mensagem > > news:008f01c4ecee$20fdc4d0$1401060a@vvvmain... > > > You may call any .exe setup from InnoSetup project usign [Run] sectio= n. > > Not > > > sure about Crystal Reports, but I can see only one problem - install > > > assemblies in GAC. If this is the case, you may use gacutil.exe from > .Net > > > SDK or NetCache from http://www.managed-vcl.com/forum/viewtopic.php?t= =3D12 > . > > > Other things such as copy files, add registry entries etc. could be e= asy > > > done in InnoSetup. > > > > > > Regards, > > > Viatcheslav V. Vassiliev > > > > > > ----- Original Message ----- > > > From: "Filipe Marcelino" <fma...@te...> > > > Newsgroups: sourceforge.firebird-net-provider > > > To: <fir...@li...> > > > Sent: Tuesday, December 28, 2004 5:52 PM > > > Subject: Re: [Firebird-net-provider] .NET Setup Project > > > > > > > > > > Hi, > > > > well maybe I forgot to explain that I already used InnoSetup to > install > > > > Firebird and I know how to do it, now I what to install it using .N= ET > > > > because of Crystal Reports. If it its not possible I would install = it > > > using > > > > the Setup from .NET. I don't install it using InnoSetup, cause I do= n't > > > know > > > > how to install Crystal Reports on InnoSetup... > > > > > > > > Regards > > > > > > > > > Crystal Reports, I don't know. > > > > > Firebird it's quite easy. There is already some InnoSetup configs= on > > > > > the Internet (Google is your friend (TM)), but all you need to do= is > > > > > to copy FireBird files to a folder, the GDS dll to the > Windows\System > > > > > path and to run the installers of FB Bin folder (instclient.exe, > > > > > instreg.exe and instsvc.exe, the last one is to setup the FB as a > > > > > service). > > > > > The Firebird has documentation on deploying it, but It's quite ea= sy. > > > > > That's the main Firebird quality: its size and easyness to deploy > it. > > > > > > > > > > > > > > > On Mon, 27 Dec 2004 17:59:48 -0000, Filipe Marcelino > > > > > <fma...@te...> wrote: > > > > > > Hello, > > > > > >=3D20 > > > > > > I don't know if this is the proper group to post my question, i= f > is > > > not > > > > l=3D > > > > > et > > > > > > me know. I'm developing an application in VB.NET using Firebird= , > now > > I > > > > wh=3D > > > > > at > > > > > > to do the Setup Project to my application and I know how to do = it. > > > > > >=3D20 > > > > > > I before used Inno Setup to do it but now I'm using Crystal > Reports > > in > > > > my > > > > > > application and I don't know either to install it. if someone k= now > > how > > > > to > > > > > > install Firebird using .NET or install Crystal Reports with > > InnoSetup > > > > hel=3D > > > > > p > > > > > > me please... > > > > > >=3D20 > > > > > > Regards > > > > > >=3D20 > > > > > > ------------------------------------------------------- > > > > > > SF email is sponsored by - The IT Product Guide > > > > > > Read honest & candid reviews on hundreds of IT Products from re= al > > > users. > > > > > > Discover which products truly live up to the hype. Start readin= g > > now. > > > > > > http://productguide.itmanagersjournal.com/ > > > > > > _______________________________________________ > > > > > > Firebird-net-provider mailing list > > > > > > Fir...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provi= der > > > > > >=3D20 > > > > > > > > > > > > > > > --=3D20 > > > > > [] > > > > > J=3DFAlio C=3DE9sar K=3DF6del > > > > > http://www.tenebree.com > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > SF email is sponsored by - The IT Product Guide > > > > > Read honest & candid reviews on hundreds of IT Products from real > > users. > > > > > Discover which products truly live up to the hype. Start reading > now. > > > > > http://productguide.itmanagersjournal.com/ > > > > > _______________________________________________ > > > > > Firebird-net-provider mailing list > > > > > Fir...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provide= r > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > SF email is sponsored by - The IT Product Guide > > > > Read honest & candid reviews on hundreds of IT Products from real > users. > > > > Discover which products truly live up to the hype. Start reading no= w. > > > > http://productguide.itmanagersjournal.com/ > > > > _______________________________________________ > > > > Firebird-net-provider mailing list > > > > Fir...@li... > > > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide > > > Read honest & candid reviews on hundreds of IT Products from real use= rs. > > > Discover which products truly live up to the hype. Start reading now. > > > http://productguide.itmanagersjournal.com/ > > > _______________________________________________ > > > Firebird-net-provider mailing list > > > Fir...@li... > > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > > > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users= . > > Discover which products truly live up to the hype. Start reading now. > > http://productguide.itmanagersjournal.com/ > > _______________________________________________ > > Firebird-net-provider mailing list > > Fir...@li... > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > >=20 > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider >=20 --=20 [] J=FAlio C=E9sar K=F6del http://www.tenebree.com |