Jump to content

paulus4605

Member
  • Posts

    36
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Everything posted by paulus4605

  1. @siginet yes and it just gave me the install selection for which language I wanted to install this program
  2. @Boardbabe it is a self extracting installer and this is the exe :easyphp1-8_setup.exe then it extract itself when you don't specify a different folder it will install under programfiles but that is what I want to avoid want I would like to have it under c:\data\easyphp1-8 thanks for your help and feedback Paul
  3. any Ideas would be much appreciated thanks for your feedback Paul
  4. Dears I would like to install easyphp instead at this location c:\data\easyphp1-8\ instead of c:\program files\easyphp1-8 how would I achieve this in a unattended setup? thanks for your coop and feedback Paul
  5. @ Cluberti ok I understand but when I want to be sure that windows performs a format and installs windows on a clean drive I have to use the Repartition line in unnattended? thanks again for your much appreciated help and feedback Paul
  6. Since I'm new to all this and trying to understand what is going on in here I would like to see if I understand the following correctly: to get the xpcd remove the excisting partition and perform a format on the empty partition before continuing the installation I have to add the following lines in the winnt.sif file : Under [data] I add the command line : AutoPartition=1 and under the section [unattended] Repartition=Yes and to make sure that I run the app batch I have to add in the [guirunonce] "%systemdrive%\install\app.cmd" thanks for your help and feedback Paul
  7. Ok I did get it to work but had to replace the PP command and write the full script out like %systemdrive%\Install\ and so on thanks for your help
  8. @Mhz I translated the errormessage ruffly this morning since I'm Dutch and it was still early however this is the current situation. or can I remove the PP and simply add %systemdrive%\Install\skypesetup.exe and make sure I have the skype setupfile in the c:\install directory? which of the options should work the best? thanks for your help and feedback. Paul
  9. @Shawnee I don't know if I need to add a slash since this automaticly generated by the Runoncecmd creator. so this is why I don't understand why it doesn't work in the runonce creator I did select the following : include CMDOW with program Path set to %SystemDrive%\Install\ then in description I altered the line from the data base because in here is only skype .95 beta (modified this to Skype 1.4 and safed the file as skype.cmd which contains the following script : cmdow @ /HID @Echo Off SET PP=%SystemDrive%\Install\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Programs" /f REG ADD %KEY%\000 /VE /D "skype 1.4" /f REG ADD %KEY%\000 /V 1 /D "%PP%SkypeSetup.exe /VERYSILENT /SP-" /f EXIT since the PP variable is mentioned with the slashed I don't think I have to repeat the slash at the command line or am I wrong thanks for the help and feedback Paul
  10. I'm just trying to figure out how everything is working before I start with a major installation process during setup. what I did is created just one cmd to install skype silently however when windows is starting up I get the error message that it can't find the setupskype.exe file. In order to do this I created a INSTALL folder on my c drive, en I also did this in the windows unattended setup files where I copied the setup.exe file into but this doesn't do the trick either :-( then I tried to execute this cmd and I get this error message mentioned above can someone tell me what I'm doing wrong? this is the code cmdow @ /HID @Echo Off SET PP=%SystemDrive%\Install\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installeren van Programma's" /f REG ADD %KEY%\000 /VE /D "skype 1.4" /f REG ADD %KEY%\000 /V 1 /D "%PP%SkypeSetup.exe /VERYSILENT /SP-" /f EXIT thanks for your help Paul
  11. Dears Is there a way to create an unattended disk where I can choose between a installation on my laptop( with the several specific drivers included) and my desktop (also with specific drivers) or do I have to create 2 seperate onces? thanks for your help and feedback Paul
×
×
  • Create New...