Jump to content

DigeratiPrime

Patron
  • Posts

    3,283
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by DigeratiPrime

  1. Thanks alot! btw of course I tried search , I found someone else used a /silent switch for another inno setup. The only other thing I found related to UltraISO was a new version had been released. Im going to give this a try in a few. Thanks Again
  2. Hi does anybody know the switch to silently install UltraISO.exe? Currently I have this: REG ADD %KEY%\065 /VE /D "UltraISO v7.21 SR-2 ME" /f REG ADD %KEY%\065 /V 1 /D "REGEDIT /S %systemdrive%\install\UltraISO\regultraiso.reg" /f REG ADD %KEY%\065 /V 2 /D "%systemdrive%\install\UltraISO\setup.exe /s" /f Also if its not too much to ask, I've looked around a little, how does one build their own MSI packages? [EDIT] Also I checked Properties>Version and it says:
  3. This iss file did the trick for me, but how do I get it to Install under "Program Files" and not "Programme"? Thanks for the help.
  4. Thanks! That was easy. [EDIT] There should be a sticky with all the MSI repacks, that would be sweet.
  5. ugh, noo, dont say that. Im sure that i was told that windows setup would look for cmdlines.txt which says: [COMMANDS] "RunOnceEx.cmd" Before I go try that, what is this cmdlines.txt used for. So your saying in winnt.sif [GuiRunOnce] %systemdrive%\install\runonceex.cmd???
  6. Hi, my first Post! I invested some time to read the MSFN Unattended guide completely, and I am creating a Unattended CD. Windows Completes with no errors however no applications install, they are copied to the hard drive correctly however. Do I need both the RunOnceEx and the Batch files with all the echo and wait commands for the programs to install, does RunOnceEx just install the reg keys? I have all the MSI and EXE's in $OEM$\$1\install\*NAME* I have the cmdow in $OEM$\$$\system32 In the X:\$OEM$ Directory I have these files: Cleanup.cmd RunOnceEx.cmd cmdlines.txt RegTweaks.reg cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\001 /VE /D "Adobe Reader 6" /f REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\Adobe\AR6.exe -p"-s /v\"/qn\"" /f blahblahblah.... REG ADD %KEY%\075 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\075 /V 1 /D "REGEDIT /S %systemdrive%\regtweaks.reg" /f REG ADD %KEY%\080 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\080 /V 1 /D "%systemdrive%\cleanup.cmd" /f EXIT Is there anything immediately wrong or am I forgetting something?
×
×
  • Create New...