MSFN Forum: problem installing programs - 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

problem installing programs in appswitch.dat with runonceex.cmd Rate Topic: -----

#1 User is offline   francis997 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 25-September 06

  Posted 07 October 2006 - 03:21 PM

hi,

I am creating an unantended xp, i am using unantendedxp to create it.
Now i'm adding my programs, and there are a few programs in it that don't work.

1. Adobe reader 7
It goed all fine, untill the first setup screen. Then it stops going unatended, and i have to click.

2. Clonedvd
The samething happens as with adobe reader, it asks me to select the language...etc...

3. OO Defrag Pro
When i try to add it to the list with programs, it gives me the error that it can't find OODefragPro in my appswitch.dat. While it is in there, and my folder has the correct name.

4. Winrar

Everithing goed ok. But when installing from runonceex tester, it shows a .cmd screen. And later i find out it has been installed, but it does'nt appear in the "remove or add" program list.

Below i place a piece of my appswitch.dat, of the 3 apps mentioned above. I hace checked the apps folders more then 3 times, and compared it with appswitch.dat

Can anyone help me?
[AdobeReader7]
REM	 http://www.ryanvm.net/msfn/
REM	 Self-extracting switchless installer		
REG ADD %KEY%\iAdd /VE /D "Adobe Reader" /f
REG ADD %KEY%\iAdd /V Inum /D "%SystemDrive%\APPS\AdobeReader7\AR7_ES" /f


[CloneDVD]
REM	 http://www.elby.de/products/clone_dvd/index.html
REM	 NOTES:CloneDVD2Silent.exe is AutoIt script For CloneDVD >http://www.msfn.org/board/index.php?showtopic=17558&hl=clonedvd
REG ADD %KEY%\iAdd /VE /D "CloneDVD 2.8.3.3" /f
REG ADD %KEY%\iAdd /V Inum /D "%SystemDrive%\APPS\Clonedvd\CloneDVDSetup.exe" /f
REG ADD %KEY%\iAdd /V Inum /D "CMD /C DEL \"%ALLUSERSPROFILE%\Desktop\CloneDVD2.lnk\"" /f
FLAG1=HKLM\SOFTWARE\Elaborate Bytes
FLAG1=HKCU\Software\Elaborate Bytes

[OODefragPro]
REM	 http://www.oo-software.com/en/products/oodefrag/pro.html
REG ADD %KEY%\iAdd /VE /D "OO Defrag Professional " /f
REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\OO_Defrag_Pro\OODefragPro.msi/QB" /f
REG ADD %KEY%\iAdd /V Inum /D "REGEDIT /S %SystemDrive%\APPS\OODefragPro\register.reg" /f

[WinRAR]
REM	 http://www.rarlab.com/
REM	 NOTES: Use /s or /silent.  /silent allows you to select menu options at end
REG ADD %KEY%\iAdd /VE /D "WinRAR " /f
REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\WINRAR\winrar.exe /s" /f
FLAG1=HKCU\SOFTWARE\WinRAR



#2 User is offline   oldo 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 08-May 06

Posted 04 April 2007 - 06:43 AM

needs a space between OODefragPro.msi and /QB, like:

OODefragPro.msi /QB

#3 User is offline   urie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 509
  • Joined: 30-July 03

Posted 05 April 2007 - 12:09 PM

View Postfrancis997, on Oct 7 2006, 10:21 PM, said:

hi,

I am creating an unantended xp, i am using unantendedxp to create it.
Now i'm adding my programs, and there are a few programs in it that don't work.

1. Adobe reader 7
It goed all fine, untill the first setup screen. Then it stops going unatended, and i have to click.

2. Clonedvd
The samething happens as with adobe reader, it asks me to select the language...etc...

3. OO Defrag Pro
When i try to add it to the list with programs, it gives me the error that it can't find OODefragPro in my appswitch.dat. While it is in there, and my folder has the correct name.

4. Winrar

Everithing goed ok. But when installing from runonceex tester, it shows a .cmd screen. And later i find out it has been installed, but it does'nt appear in the "remove or add" program list.

Below i place a piece of my appswitch.dat, of the 3 apps mentioned above. I hace checked the apps folders more then 3 times, and compared it with appswitch.dat

Can anyone help me?
[AdobeReader7]
REM	 http://www.ryanvm.net/msfn/
REM	 Self-extracting switchless installer		
REG ADD %KEY%\iAdd /VE /D "Adobe Reader" /f
REG ADD %KEY%\iAdd /V Inum /D "%SystemDrive%\APPS\AdobeReader7\AR7_ES" /f


[CloneDVD]
REM	 http://www.elby.de/products/clone_dvd/index.html
REM	 NOTES:CloneDVD2Silent.exe is AutoIt script For CloneDVD >http://www.msfn.org/board/index.php?showtopic=17558&hl=clonedvd
REG ADD %KEY%\iAdd /VE /D "CloneDVD 2.8.3.3" /f
REG ADD %KEY%\iAdd /V Inum /D "%SystemDrive%\APPS\Clonedvd\CloneDVDSetup.exe" /f
REG ADD %KEY%\iAdd /V Inum /D "CMD /C DEL \"%ALLUSERSPROFILE%\Desktop\CloneDVD2.lnk\"" /f
FLAG1=HKLM\SOFTWARE\Elaborate Bytes
FLAG1=HKCU\Software\Elaborate Bytes

[OODefragPro]
REM	 http://www.oo-software.com/en/products/oodefrag/pro.html
REG ADD %KEY%\iAdd /VE /D "OO Defrag Professional " /f
REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\OO_Defrag_Pro\OODefragPro.msi/QB" /f
REG ADD %KEY%\iAdd /V Inum /D "REGEDIT /S %SystemDrive%\APPS\OODefragPro\register.reg" /f

[WinRAR]
REM	 http://www.rarlab.com/
REM	 NOTES: Use /s or /silent.  /silent allows you to select menu options at end
REG ADD %KEY%\iAdd /VE /D "WinRAR " /f
REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\WINRAR\winrar.exe /s" /f
FLAG1=HKCU\SOFTWARE\WinRAR


Quote

francis997, you are posting in wrong forum post over on MaxXPsoft forum and we can help with Appswitch.dat file entries,also for CloneDVD and is it same version all these things matter also do you have the autoit script from our forum for CloneDVD do search in Appswitch section and you will find it


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