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 > > |