newtofoxpro
Programmer
I am using InnoSetup now. It's working well. Being not expert I cannot use it well.
I want...
When User run Setup.exe
Screen (1) : Should Show What setup is going to install. i.e. Info about myapp.
Screen (2) : Which Edition User want to Install? <Single/MuliUser> (Radio-Button)
In Case Single-User
Screen (3) : It should Ask for <Application Directory> ? And then Installl...
In Case of Multi-User
Screen (4) : Client Machine/Server Machine (Radio-Button)
In Case of Client Machine
Screen (5) : 1. It should Ask for <Application Directory>
2. <Name/Ip> of Server Machine (It should save this info in TXT file)
And then Installl...
In Case of Server Machine
Screen (5) : It should Ask for <Application Directory> ? And then Installl...
Now. my InnoSetup script using Fonts, mscomm32.ocx, VFP9-Runtime files, Excel file for Automation, Creating Desktop Icon. etc.
******************************
Ref.thread : ******************************
Another trick is to build these all functionality with Vfp9 itself. i.e.
When user Run Setup.exe (Build with InnoSetup above Ref.) it should not ask anything, any screen, It should install all Vfp9-Runtime in Silent Mode.(Don't know how ?)
Then RUN mSetup.exe (which is developed in VFP9) and ask for above functionality.
I think this may be possible. But I don't know how to run Innosetup in silent mode without prompting any button.
I want...
When User run Setup.exe
Screen (1) : Should Show What setup is going to install. i.e. Info about myapp.
Screen (2) : Which Edition User want to Install? <Single/MuliUser> (Radio-Button)
In Case Single-User
Screen (3) : It should Ask for <Application Directory> ? And then Installl...
In Case of Multi-User
Screen (4) : Client Machine/Server Machine (Radio-Button)
In Case of Client Machine
Screen (5) : 1. It should Ask for <Application Directory>
2. <Name/Ip> of Server Machine (It should save this info in TXT file)
And then Installl...
In Case of Server Machine
Screen (5) : It should Ask for <Application Directory> ? And then Installl...
Now. my InnoSetup script using Fonts, mscomm32.ocx, VFP9-Runtime files, Excel file for Automation, Creating Desktop Icon. etc.
******************************
Ref.thread : ******************************
Another trick is to build these all functionality with Vfp9 itself. i.e.
When user Run Setup.exe (Build with InnoSetup above Ref.) it should not ask anything, any screen, It should install all Vfp9-Runtime in Silent Mode.(Don't know how ?)
Then RUN mSetup.exe (which is developed in VFP9) and ask for above functionality.
I think this may be possible. But I don't know how to run Innosetup in silent mode without prompting any button.