MSFN Forum: Installing Applications Without Installer - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Installing Applications Without Installer Rate Topic: -----

#1 User is offline   ayhopkins 

  • Group: Members
  • Posts: 7
  • Joined: 06-March 04

Posted 04 November 2005 - 01:20 AM

I couldn't find out how to do this while searching the forum. I am new at this and it might be pretty obvious. I have some utility applications which came in a zip file. There is no installer just the files.

How would I install this? Or do I have to create an installer package. Is there a recommendation for a very very easy one for me to use.

Thank you.


#2 User is offline   [M]ystique 

  • Group: Members
  • Posts: 1
  • Joined: 04-November 05

Posted 04 November 2005 - 01:48 AM

You should be able to find such an application at Nirsoft plus other useful applications.

See here >
http://www.nirsoft.n...ls/zipinst.html

#3 User is offline   ayhopkins 

  • Group: Members
  • Posts: 7
  • Joined: 06-March 04

Posted 14 November 2005 - 03:28 PM

I figured out a simple method of doing this finally. I extracted the files into a directory, but I still needed to create a shortcut link on the commandline. This function is unavailable in XP, but is available through another great free third party application XXMKLINK - they also had some other useful utilities so I installed them as well.

http://www.xxcopy.com/xxcopy38.htm
http://www.xxcopy.com/index.htm

cmdow @ /HID

ECHO.
ECHO Installing CpuZ
ECHO Please wait...
MD "C:\Winutil\CpuZ"
COPY /Y "%systemdrive%\install\cpuz\*.*" "C:\Winutil\CpuZ"
XXMKLINK "%AllUsersProfile%\Start Menu\Utilities\CpuZ" "C:\Winutil\CpuZ\cpuz.exe"

EXIT


#4 User is offline   emporio91 

  • Group: Members
  • Posts: 2
  • Joined: 12-November 05

Posted 14 November 2005 - 03:31 PM

i make a winzip sfx archive that installs silently to a set location, then i use the cab-method with the 7-zip installer to install it...

#5 User is offline   gelome 

  • Expect da Unexpected
  • Group: Members
  • Posts: 31
  • Joined: 22-January 05

Posted 15 November 2005 - 06:54 AM

well u could try inno setup (google it!) its very easy to use and its free...u could try nullsoft...but once u create the installer wirh nullsoft u can extract and find out what the script is?

#6 User is offline   doobie 

  • Newbie
  • Group: Members
  • Posts: 21
  • Joined: 21-March 04

Posted 15 November 2005 - 10:00 AM

I use winrar and make a sfx archive and add this to comments

Path=.\%programfiles%\MyProgram
SavePath
Silent=1
Overwrite=2
Shortcut=P, MyEXE, DestFolder, "Description", "ShortcutName"

Shortcut=<DestType>,<SrcName>,<DestFolder>,<Description>,<ShortcutName>

Create a shortcut to unpacked file.

DestType is one character wide field, which can have the following values:

D Create a shortcut on Desktop
S Create a shortcut in Start Menu
P Create a shortcut in Start Menu/Programs
T Create a shortcut in Startup folder
SrcName is a name of archived file.

DestFolder is a folder to create a shortcut in. If it does not exist, it will be created by SFX archive.
Description is a text string describing a shortcut.
ShortcutName is a name of .lnk (shortcut) file created by SFX.

#7 User is offline   Elc0chin0 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 02-November 05

Posted 15 November 2005 - 04:28 PM

View Postayhopkins, on Nov 14 2005, 03:28 PM, said:

cmdow @ /HID

ECHO.
ECHO Installing CpuZ
ECHO Please wait...
MD "C:\Winutil\CpuZ"
COPY /Y "%systemdrive%\install\cpuz\*.*" "C:\Winutil\CpuZ"
XXMKLINK "%AllUsersProfile%\Start Menu\Utilities\CpuZ" "C:\Winutil\CpuZ\cpuz.exe"

EXIT


I take it that the %systemdrive% equates to the cdrom? Then theorically I can place any software on the cd then copy it to the hd using the following code:

COPY /Y "%systemdrive%\software\install\*.*" "c:\software\install"

I just noticed the quotes around each one of the command options. Is this required?

#8 User is offline   ayhopkins 

  • Group: Members
  • Posts: 7
  • Joined: 06-March 04

Posted 16 November 2005 - 06:07 PM

%systemdrive% is c:\ but I believe there are other parameters you can use.

Yes I believe the quotes are required.

The winrar looks good too.

View PostElc0chin0, on Nov 15 2005, 05:28 PM, said:

View Postayhopkins, on Nov 14 2005, 03:28 PM, said:


cmdow @ /HID

ECHO.
ECHO Installing CpuZ
ECHO Please wait...
MD "C:\Winutil\CpuZ"
COPY /Y "%systemdrive%\install\cpuz\*.*" "C:\Winutil\CpuZ"
XXMKLINK "%AllUsersProfile%\Start Menu\Utilities\CpuZ" "C:\Winutil\CpuZ\cpuz.exe"

EXIT


I take it that the %systemdrive% equates to the cdrom? Then theorically I can place any software on the cd then copy it to the hd using the following code:

COPY /Y "%systemdrive%\software\install\*.*" "c:\software\install"

I just noticed the quotes around each one of the command options. Is this required?


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy