View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
zSplash zSplash is offline
external usenet poster
 
Posts: 21
Default Help - trying to make installation file

Thanks for the direction, Dennis. I'll download innosetup. Since I first
posted, I wrote a bat file that copies files and makes directories, but I
think I have to use an Excel file to do a little more stuff (like, install
addins, toolbars). Does innosetup.com allow me to make a setup file I can
put on-line?

Thanks for any help.

st.

"DennisE" wrote in message
...
zSplash,

I use the Inno Setup Compiler by Jordan Russell to create a setup.exe file

for
easy distribution of my pretty extensive Excel/VBA program. The latest

version
is 4.0.9 and is available at no charge at www.innosetup.com. It works like

a
charm. For distribution on diskettes I use in addition the AutoRun Wizard

for
making them self-loading. The latest version is 1.03 and is available for

very
low cost at www.rjlsoftware.com/?autorun

-- Dennis Eisen