MSFN Forum: 3DMark 2001 SE setup.iss doesn't work - 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

3DMark 2001 SE setup.iss doesn't work Rate Topic: -----

#1 User is offline   SLipEdd 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 10-November 04

Posted 28 January 2005 - 01:51 PM

3D mark 2001 SE uses Install Shield
no problem you think.. but

when I put the parameter -R behind the file
windows doesn't create a setup.iss

anyone knows why?


#2 User is offline   SLipEdd 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 10-November 04

Posted 28 January 2005 - 02:12 PM

rivatuner has the same problem..
So.. the problem lies with the program itself?\

edit: ok.. forget this, rivatuner installs with /S

but.. the mistery still haunts on..
3D Mark 2001SE just won't work :}

#3 User is offline   kurt476 

  • YU-GI-OH!
  • PipPipPipPip
  • Group: Members
  • Posts: 624
  • Joined: 26-October 04

Posted 28 January 2005 - 04:18 PM

may be you guys shuld report this problem with the develporer.

#4 User is offline   lilweirddude 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 573
  • Joined: 24-August 04

Posted 28 January 2005 - 06:47 PM

does it extract to somewhere else?

#5 User is offline   SLipEdd 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 10-November 04

Posted 30 January 2005 - 08:28 AM

kurt476, on Jan 28 2005, 04:18 PM, said:

may be you guys shuld report this problem with the develporer.

The support is about errors in the program itself
you must enter your systems specs etc.

Do you think, this kind of problem is supposed te be reported there?

lilweirddude, on Jan 28 2005, 06:47 PM, said:

  does it extract to somewhere else?


what do you mean? like, the setup.iss is stored somewhere else for this installer?

#6 User is offline   MaciekMR 

  • Group: Members
  • Posts: 4
  • Joined: 02-March 04

Posted 30 May 2006 - 02:01 PM

-R switch does not work becouse 3DMark2001SEb330.exe is not InstallShield aplication :-)
First extract (decompress) this file using ie. WinRAR and then run Setup.exe -R.

Works 100%.

Greetz
MR

#7 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,595
  • Joined: 04-December 03

Posted 30 May 2006 - 03:44 PM

MaciekMR is right. I use always 3DMark2001 to check stability of old machines and the install is always be done in silent mode ...

#8 User is offline   MaciekMR 

  • Group: Members
  • Posts: 4
  • Joined: 02-March 04

Posted 31 May 2006 - 05:51 AM

View PostSonic, on May 30 2006, 03:44 PM, said:

MaciekMR is right.


Thx :)
BTW - Hii to all in this board. :D

Quote

I use always 3DMark2001 to check stability of old machines and the install is always be done in silent mode ...


2001 is best solution also for testing latest PC - offers best stability from all version 3DMarks (in loop mode, 24/7 work)

But ad rem ;) :
I try to find on this forum working solutions and working links for unnatended instalation for Winamp 2.95. All which I find gets me 404 or similar :huh: Can you help me?


Greetz
MR

#9 User is offline   loggan26 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 31-March 06

Posted 13 October 2007 - 09:13 PM

View PostMaciekMR, on May 30 2006, 09:01 PM, said:

-R switch does not work becouse 3DMark2001SEb330.exe is not InstallShield aplication :-)
First extract (decompress) this file using ie. WinRAR and then run Setup.exe -R.

Works 100%.

Greetz
MR


Hmm can anyone help me here, i do like above unrar the 3DMark2001SE.exe and use the -R switch BUT no go it doesnt install silent,,,,i run Setup.exe -R and run like that and it still pops up as normal, can anyone help me out here????????????????????

Logan

#10 User is offline   sp00f 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 712
  • Joined: 30-November 06

Posted 14 October 2007 - 02:26 AM

Ever heard of searching , or from google etc ?

setup.exe -R is to make a setup.iss file , not to install it silent.

#11 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 702
  • Joined: 08-February 07

Posted 14 October 2007 - 07:51 AM

http://unattended.so.../installers.php

#12 User is offline   loggan26 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 31-March 06

Posted 15 October 2007 - 05:34 PM

View Postsp00f, on Oct 14 2007, 09:26 AM, said:

Ever heard of searching , or from google etc ?

setup.exe -R is to make a setup.iss file , not to install it silent.


Appreciate the help ;), realised my mistook after i had posted, done all that but i still have a prob with 01, i create setup.iss using the -r switch thats no problem, and when i run it silently using.......

cmdow @ /HID
@echo off

SET PP=%SystemDrive%\APPS\

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f


REG ADD %KEY%15 /VE /D "AquaMark3" /f
REG ADD %KEY%15 /V 1 /D "%PP%AquaMark3.exe /S" /f

REG ADD %KEY%26 /VE /D "3dmark01" /f
REG ADD %KEY%26 /V 1 /D "%PP%3DMark01\Setup.exe -s -f1\"%PP%3DMark01\setup.iss\" /f

REG ADD %KEY%27 /VE /D "3dmark03" /f
REG ADD %KEY%27 /V 1 /D "%PP%3DMark03\3DMark03.exe -s -f1\"%PP%3DMark03\setup.iss\" /f

REG ADD %KEY%28 /VE /D "3DMark05" /f
REG ADD %KEY%28 /V 1 /D "%PP%3DMark05\3DMark05.exe -s -f1\"%PP%3DMark05\setup.iss\" /f

REG ADD %KEY%30 /VE /D "PCMark05" /f
REG ADD %KEY%30 /V 1 /D "%PP%PCMark05\PCMark05.exe -s -f1\"%PP%PCMark05\setup.iss\" /f

REG ADD %KEY%36 /VE /D "OCCTPT 1.1.1" /f
REG ADD %KEY%36 /V 1 /D "%PP%OCCTPT.exe /verysilent /sp- /norestart" /f

REG ADD %KEY%56 /VE /D "MemSet 3.4 Beta" /f
REG ADD %KEY%56 /V 1 /D "%PP%MemSet.exe /verysilent /sp- /norestart" /f

REG ADD %KEY%82 /VE /D "3DMark06" /f
REG ADD %KEY%82 /V 1 /D "%PP%3DMark06\3DMark06.exe -s -f1\"%PP%3DMark06\setup.iss\" /f

REG ADD %KEY%83 /VE /D "Creating Shortcuts" /f
 REG ADD %KEY%83 /V 1 /D "%$$%short.bat" /f

REG ADD %KEY%85 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%85 /V 1 /D "%PP%cleanup.cmd" /f

EXIT


All install silently for by the 01 proggy, here is the kicker if i run it again once windows is up and running then it installs silent, anyone shed some light on that for me???????? Radix thanks for the links etc they helped out a lot......

Logan

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