Jump to content

planoleg

Member
  • Posts

    44
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Posts posted by planoleg

  1. Install Options

    /LOADINF="filename"

    Instructs Setup to load the settings from the specified file after having checked the command line. This file can be prepared using the '/SAVEINF=' command as explained below.

    Don't forget to use quotes if the filename contains spaces.

    /SAVEINF="filename"

    Instructs Setup to save installation settings to the specified file.

    Don't forget to use quotes if the filename contains spaces.

    Are these commands compatible with WPI? I was able to create a file with '/SAVEINF=' command but when I try to load it it doesn't work

  2. I never had it before, but something happened and when I try to click "configuration" button, it gives me the following message:

    JavaScript Error Report

    Message: 'configList[...]. prog' is null or not an object

    Url: file:///c:documents%20and%20settings/oleg/desktop/wpi_v6.4.1/wpi/wpi.hta

    File: configwizard.js

    Function: FillInConfig()

    Line: 174

  3. Why would you use Network Magic at all? I got it too with my wireless router but I don't see the point of using it. Regarding wireless security, you can set up WEP or WAP(which is more secure) in your router configuration. To access your router configuration you need to type ip of your router in internet explorer bar. There you can choose the type of protection and set a password for your connection. Did you read the manual?

  4. There is no problem with firewall, I have a windows XP firewall and it automatically adds ports used by bitcomet into "expections" category. I'm pretty sure I have no software that could be blocking the ports.

    Dlink site for Canada is dlink.ca, however I have no idea where to find what I'm looking for and I don't think they provide this info.

  5. Yeah it does. I think I should give some more information.

    For a few years I had a Linksys ADSL modem to connect to the internet. My external IP is dynamic, so in order to postforward I first configured a static internal IP and then I used web browser (192.168.1.254) to postforward the ports. Recently I bought a router (D-Link DIR-625) to set up a wireless network at home. I also configured a static IP for my router and portforwarded through web browser (168.192.0.1). However it looks I do something wrong, because when I use bitcomet it says that my IP is blocked (yellow light). That means the port is closed, so I didn't postforward it successfully. By the way, my internet works if I only enable router through Start->Settings->Network Connections or if I only enable modem. And if I enable both of them it works as well. I think I probably do something wrong when I configure postforwarding though web browser for modem and/or router, any idea what could it be?

  6. I'm a little bit confused anout the integration of hotfixes with nLite. I use Windows Updates Downloader to download updates, but how do I find out which ones do I need to download? Also how do I know which hotfixes and updates my windows already has? (so I won't download and integrate them). For examle I have a windows xp folder on my computer and I want to make an unattended cd but I also have a folder of 363 updates (600mb) and I don't know which to integrate.

    And one last question about nLite. If I made an .iso of XP automated installation and integrated some hotfixes, but then I realize that I missed some, what do I do? I mean if after I made an iso file of XP, I download some more hotfixes in the derectory where I have windows updates, and I decide to include these new updates to my XP I built but I don't know which ones I already did include, can I integrate ALL the hotfixes that I have, would it be any different if I integrated just new hotfixes?

    Thanks for help

  7. Thanks a lot, it works fine, though I had to use %UserProfile% almost all the time or it didn't delete.

    I figure that writing RD /S /Q "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\ deletes all the folders at once. By the way, what means RD?

    I wonder why if I write these commands in WPI they don't work? I would be more convenient than having a .cmd file.

    Thanks for help again, and I would be glad still if people could post their WPI commands. I have 10 lines there, I use only 1 to install a program, I could probably write something useful in the rest of them

  8. I'm trying to figure out how to delete all the icons (shortcuts) from the desktop along with the folder created in start menu of a particular program. So I need the commands which to put in WPI in order to have shortcuts and folder in start menu deleted. I didn't find any clear answer on this forum and I have no idea how to attain my goal. If you could post your commands so I can understand what to write in WPI commandline it would be appreciated

  9. open the installer using CTRL+PGDN How, what is PGDN?

    "CMD /C DEL \"%USERPROFILE%\Desktop\Total Commander.lnk\"" /f

    "CMD /C DEL \"%USERPROFILE%\Start Menu\Programs\Total Commander\Total Commander.lnk\"" /f

    "CMD /C DEL \"%USERPROFILE%\Start Menu\Programs\Startup\Total Commander.lnk\"" /f

    "CMD /C DEL \"%USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch\Total Commander.lnk\"" /f

    I put this in command lines in WPI and then install total commander, and I have shortcuts on desktop, taskbar and in start menu, and in addition I have a folder in start meny->programs called "total commander", which has a lot of stuff there. Which commands do I have to write in order to avoid this mess and get my programs installed without useless shortcuts everywhere?

  10. Thanks for your answers, but I wouldn't go for it. I'm not sure it's worth it. Spending hours creating different files and using different programs, I really don't see it practical. Anyway, fortunately I found out that switchless installers can be executed directly from WPI.

    As for the rest, I hope that one day WPI will have an option which will allow to configure step-by-step installation of every program. So when the program gets installed silently, it gets installed the way you want it and not by default.

  11. Great!

    Okay, then how about to include more switches? For example for some programs WPI does not find a switch but it can be found here http://www.appdeploy.com or here http://www.msfn.org/board/index.php?showtopic=12657. It would be cool if you could manually include them.

    I'm also thinking if it is possible to add an option to your program so it would be able to record when program is being manually installed and then save the log. So all you have to do it to attach the log file and it will install the program in the same way you installed it. This will allow for ealisy configurable setup. Kind of like Almeza multiset. But problem with this program is that when you install a program there is not log file, so after you close the program you cannot open it again and run an installation of a particular program.

×
×
  • Create New...