Silent Setup installation inside ISO setup

Discussion in 'Application Software' started by GianlukK, May 31, 2020.

  1. GianlukK

    GianlukK MDL Novice

    Joined:
    May 9, 2020
    Messages:
    7
    Likes Received:
    2
    Trophy Points:
    0
    Hello guys, i'm kinda of new with these things, so i apologize if my question might seem a bit stupid or if i'm posting on the wrong section xD.
    I wanted to know if it's possible to integrate silent setups of programs inside my Windows ISO setup,
    i knew of this program called WPIW (windows post install wizard) which can be configured to programs of your choosing silent or not, then put inside the iso and it will pop out during the windows installation and install the choosen programs. Unfortunatley the program has been discontinued and there is no support for Win 10, are there any similar tools that can help me to add these setups or maybe can it be done with MSMG Toolkit ?
    Thanks you :D
     
  2. haz367

    haz367 MDL Senior Member

    Joined:
    Jan 11, 2020
    Messages:
    325
    Likes Received:
    415
    Trophy Points:
    10
  3. GianlukK

    GianlukK MDL Novice

    Joined:
    May 9, 2020
    Messages:
    7
    Likes Received:
    2
    Trophy Points:
    0
    Thank you :D
    I have one more question though, is it possible to set the setups to install on a different drive? as i got a really small ssd of just 64 gb , and then i have a 480gb drive, so i was wondering if i can set the silent setups or use some command to get them installed on the second drive.
    Thanks
     
  4. haz367

    haz367 MDL Senior Member

    Joined:
    Jan 11, 2020
    Messages:
    325
    Likes Received:
    415
    Trophy Points:
    10
    I'm sure it's possible, can't say for sure howto...

    free bump :)
     
  5. Flipp3r

    Flipp3r MDL Expert

    Joined:
    Feb 11, 2009
    Messages:
    1,743
    Likes Received:
    772
    Trophy Points:
    60
    With an autoanattend.xml you can set your ProgramData & User profiles to a different drive (you can't upgrade to the next windows release though).
    With your apps, it's up to them if they support a custom install path. ie:
    Code:
    SmartView.exe /s /v" INSTALLDIR=D:\SmartView"
     
  6. haz367

    haz367 MDL Senior Member

    Joined:
    Jan 11, 2020
    Messages:
    325
    Likes Received:
    415
    Trophy Points:
    10
  7. KleineZiege

    KleineZiege MDL Addicted

    Joined:
    Dec 11, 2018
    Messages:
    526
    Likes Received:
    255
    Trophy Points:
    30
    does anyone know where I can download the current opera offline installer
     
  8. E_B_M

    E_B_M MDL Member

    Joined:
    Jan 16, 2012
    Messages:
    134
    Likes Received:
    72
    Trophy Points:
    10
  9. KleineZiege

    KleineZiege MDL Addicted

    Joined:
    Dec 11, 2018
    Messages:
    526
    Likes Received:
    255
    Trophy Points:
    30
    Thank you very much :)