Indigo Rose Software
  #1  
Old 1 Week Ago
ajkannan83 ajkannan83 is offline
Forum Member
 
Join Date: Nov 2009
Posts: 2
Installing Software

Dear Sir,

I am using Setup Factory 8.0. I want to install WinRAR, Acrobat Reader, VLC Player using Setup Factory.

That means my requirement is the user click setup.exe then Enter the serial number then select the application WinRAR or VLC or Acrobat or all then click install. then select d application should be installed.

How its possible

Please reply
Reply With Quote
  #2  
Old 1 Week Ago
jassing's Avatar
jassing jassing is offline
Indigo Rose Customer
 
Join Date: Jan 2001
Location: Anderson Island, WA, USA
Posts: 1,898
There are several ways to go.
Probably the simpliest way for a new user to go is to use packages (3 packages) assign each file to it's own package, and then put in a package selection screen.

Another way to go is using runtime variables that are evalauted per file, and use a checkbox screen to select what you want to install.

I would review the EULA's of those applciations to make sure re-packaging them is legal.
__________________
Reply With Quote
  #3  
Old 1 Week Ago
Worti's Avatar
Worti Worti is offline
Indigo Rose Customer
 
Join Date: Jul 2008
Posts: 23
same question her.

my installer copy and register some dll's and ocx. After them i have to install the main software, a service pack and an report viewer.

for each programm i have an *.iss file for the silent installation.

It's possibel to call an setup.exe inside of the app and wait of an exit, call the next setup.exe and wait of an exit again?

I need it so, that the customer copy everything to an share, modify the ini File and call the setup.exe in silent mode.

For example:
Start SF-setup
copy and register dll & ocx
start setup from prog1
wait of exit
start setup from prog2
wait of exit
start setup from prog3
wait and exit
Finish SF-setup

Regards Worti
Reply With Quote
  #4  
Old 1 Week Ago
jassing's Avatar
jassing jassing is offline
Indigo Rose Customer
 
Join Date: Jan 2001
Location: Anderson Island, WA, USA
Posts: 1,898
Yes, you want to use File.Run() and set "wait for return" to true.
You'll also need to check the eula's to be sure you can redistribute like this.

AFAIK ".iss files" = "install Shield Script" or Inno SetupScript files, so you can't use those in SUF.
__________________
Reply With Quote
  #5  
Old 1 Week Ago
Worti's Avatar
Worti Worti is offline
Indigo Rose Customer
 
Join Date: Jul 2008
Posts: 23
thanks for your replay

with the eula's we have no problems

ok, not with File.Run, but maybee with an bat file?

i must start the programms with the iss files, i can't repacking them.
Reply With Quote
  #6  
Old 1 Week Ago
jassing's Avatar
jassing jassing is offline
Indigo Rose Customer
 
Join Date: Jan 2001
Location: Anderson Island, WA, USA
Posts: 1,898
maybe with a batch file? Sure, whatever, it's your installer.
But without File.Run() you're left with Shell.Execute() or calling the window's api's manually.

Good luck!

-josh
__________________
Reply With Quote
  #7  
Old 1 Week Ago
ajkannan83 ajkannan83 is offline
Forum Member
 
Join Date: Nov 2009
Posts: 2
Sir,

Thank U for your reply. Actually I am in new in Setup Factroy. So How to create user selectable package setup file. Please explain briefly.

Thank You
A.Kannan
Reply With Quote
  #8  
Old 1 Week Ago
Worti's Avatar
Worti Worti is offline
Indigo Rose Customer
 
Join Date: Jul 2008
Posts: 23
Dear A. Kannan

Start Setup Factory
Press F1
Klick on Register Search
Look for "packages"
There is a great help and explain the most of your questions.

Regards Worti
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -6. The time now is 04:52 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software