Jump to content
  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type

Forums

  • General
    • General Discussion
  • WinCert Member Projects
    • Win Toolkit
    • HeiDoc.net Projects
    • Windows Post-Install Wizard (WPI)
  • WinCert.net International
    • WinCert.net Turkish
    • WinCert.net Italian
    • WinCert.net French
    • WinCert.net Spanish
    • WinCert.net Dutch
  • Microsoft Operating Systems and Software
    • Microsoft Windows
    • Microsoft Windows Server Family
    • Microsoft Office
    • Tips and Tricks
  • News, Support, Discussion
    • Software Field
    • Hardware Field
    • Networks and Security Field
    • Games Hangout
    • Scripting and Programming
  • The Design Art Forum
    • Graphics Showcase
    • Windows Customization
    • Web Design/Hosting/Administering

Calendars

  • Community Calendar

Categories

  • Win Toolkit
    • WinKit Addons
  • nLite/RVMi Addons
  • Citrix
  • Unattended Setup Files
  • Various
  • Repacks

Find results in

Find results that contain...

Date Created

  • Start

    End

Last Updated

  • Start

    End


Filter by number of...

Found 2 results

  1. Hi there, Will it be possible to create a batch file which runs after the very first login? (to do things like WGETting stuff from a FTP server on the network for example) Thanks in advance!
  2. TRSyntax posted a file in Various
    • 2,445 downloads
    • Version 1.2.0
    i posted a little batch code a while back on this thread. it was meant to step by step do as the tutorial instructed, nothing more. but as time went by and i created more and more installers i frequently found myself in need of a little extra in terms of options and possibilities. so i threw together a little more complicated batch code to take advantage of some free software to help with the job. some of what it offers: - installation or portable setup - x64 & x86 builds - manages it's own path in system PATH - two convenient entires in the extended context menu - default settings in ini file - config.txt templates in sections of ini file - predefined environment variables for config.txt templates - customized sfx modules and possibility to add as many as you'd like - upx compression of sfx modules before executable creation - 3 ways of selecting a RunProgram / ExecuteFile / AutoInstall > by passing it as a parameter to batch > by using templates and calling them with switches > by a switch that tells the batch to look for a config.txt in the target folder - either way the text in query will always be auto encoded to utf-8 - can run verbose, or silent / hidden - can create all exe binaries from all jobs to one selected folder - can create a .md5 file along with the binary - but most importantly, i.m.o; the !compile.cmd batch and configuring it to hold all your other commands, 3d-party tools, compilers etc to work in pre/post sequence of making the sfx binary. if you get used to it compiling your software and creating a simple installer is done in a jiffy suggestions, are most welcome! you can read the help file here all files + my compressed project can be found here