Re: How do I install an application using a custom component



It doesn't matter how you install the app - via component (preferable) or directly.

As long as the changes are persistent (EWF/FBWF are off which is often the case while FBA is running) the app will be installed.

Along with the system component install, FBA and custom FBA resources just allow you to simplify (automate and disable the GUI) an
app and driver installation process.

--
=========
Regards,
KM


Thanks KM. Let me read it and get back to you. I cannot believe how fast I
get replies on this forum. Thanks for your help.

I have one more question. If I include it as part of FBA.exe, the
application gets installed once and thats it right (like Windows XP pro). If
I include it as a component, does it get installed everytime you reboot ?. I
am trying to understand the way install works.

Thanks
SC

"KM" wrote:

Siva,

The best approach would be componentizing your application. Learn how to componentize an app:
http://msdn2.microsoft.com/en-us/library/ms932876.aspx

If you don't want to mess wit hit now, you can simply install at run time during or after FBA. Just set up a FBA Generic Command
to
launch the batch file (as an argument to cmd.exe) or the setup.exe with the silent install options passed in. Here is how you
can
setup the command : http://msdn2.microsoft.com/en-us/library/ms912924.aspx

--
=========
Regards,
KM

Hi There,

I had problems installing the driver using INF import method. I solved the
problem today. I was able to install the driver successfully. Now I have to
install an application. I have the install.bat (silent install) or setup.exe,
I can use either one of them to install my application. Is there any way I
could automate it. Can I edit the startup script to include my setup.exe or
install.bat ? Or Is there any way I could create a component that
automatically installs my application using setup.exe or install.bat. Please
let me know.

Thanks
Siva





.



Relevant Pages

  • Re: ClickOnce Nightmares
    ... your app need to install the settings. ... LAN) you could create a logon script that will automatically install the ... DownloadOptions options, ServerInformation& serverInformation) ... FileAccess access, Boolean asyncHint) ...
    (microsoft.public.dotnet.framework)
  • Re: Install .inf automatically!
    ... Use devcon.exe from DDK and call it at some FBA phase. ... online registry that contains installed ramdisk driver. ... There might be a way to tell FBA to install certain section from inf ...
    (microsoft.public.windowsxp.embedded)
  • Re: Saving Back-End Data As mdf
    ... complete code of a VB.NET console app. ... It's just an example to illustrate how a connection string is used. ... so it doesn't appear to be a problem with how or what I install. ... you access to the Microsoft Office Online Beta site'. ...
    (microsoft.public.access.formscoding)
  • Re: Adding ODBC driver programmatically
    ... the driver may or may not be installed. ... When the app loads, it configures the ODBC entry automatically, ... Your code can still check for the driver, and I am betting there is an API ... call for that too, Install it as needed ...
    (borland.public.delphi.database.ado)
  • Re: Run 10.20 App on 11.00 ?
    ... installed on both machines using the vendor's install scripts. ... > if the app links in libc.a then you basically up the creek because you have ... Use chatr to see what the dependent libraries are. ... an industrial control system made by Fisher Control Systems. ...
    (comp.sys.hp.hpux)

Loading