-
Posts
5,661 -
Joined
-
Last visited
-
Days Won
243
Content Type
Profiles
Forums
Events
Everything posted by Legolash2o
-
Report/Bump bugs: Long Weekend Coding Session.
Legolash2o replied to Legolash2o's topic in WinToolkit Solved Bugs
The coding weekend is over. Once test 7 has been approved by the testers, it will get released to the public. *1.4.1.29^FIX: FAT32 now hidden on USB Boot Prep if partition > 32GB *1.4.1.29^FIX: AIO did not cancel rebuild WIM *1.4.1.29^FIX: Remove WinToolkit_Mount properly *1.4.1.29^FIX: Detection of unmounted images *1.4.1.29^FIX: Exlusive ISO links *1.4.1.29^FIX: IE11 exe did not integrate *1.4.1.29^FIX: IE11 did not add for non-english version. *1.4.1.29^FIX: IE11 now back at priority group *1.4.1.29^FIX: AIO Creator buttons remained visible. *1.4.1.29^FIX: AIO Disk Creator couldn't add other images *1.4.1.29^FIX: RunOnce no longer runs during Windows installation. *1.4.1.29^New RunOnce installer *1.4.1.29^New theme patcher now supports Windows 8 and 8.1 *1.4.1.29^Created 'Update' tab *1.4.1.29^Added RicaNeaga update repository *1.4.1.29^Updated Imagex with Windows 8.1 version- 2 replies
-
- Bug Hunting
- Long Coding Weekend
-
(and 1 more)
Tagged with:
-
#Lets you specify the configuration of the installers#InstallDir is where your apps are located#DriverDir is which directories to scan for inf files#Reboot makes RunOnce reboot Windows after completion#ShowBrowse will show folder browse dialog if no source is detection[Config]INSTALLDIR=E:\WinToolkit_Apps2INSTALLDIR=E:\WinToolkit_Apps3INSTALLDIR=WinToolkit_AppsINSTALLDIR=Sources\AppsDRIVERDIR=Sources\Drivers2DRIVERDIR=E:\Sources\DriversREBOOT=FALSESHOWBROWSE=TRUE#Things which will always get installed. Anything after * is a switch i.e. /S /Q /Silent[Automatic]ISO-Workshop=%DVD%:\WinToolkit_Apps\ISO-Workshop2\ISO-Workshop.exe*/S#User will be asked to choose which of the following apps to install.[Manual]You can now have a install.ini file within your sources folder. When you have InstallDir added multiple times, it will scan all locations for the exe so you can have files scattered if need be. If a location doesn't have a drive specified it will scan the roots of all driver until a match is found. Drivers install pretty fast too and only install the needed ones Also, if manuals are listed and the user hasn't moved the mouse, etc.. after 10 minutes, it will continue with the windows installation with just drivers/automatics installed.
-
McRip servers are now offline. There is no link. However if you look in my signature, download the latest build for some alternatives
-
-
If there is a "Drivers" folder on the root, it will scan all *.inf, not sure how to detect if a driver is needed or not... I think dpinst detects if it is needed or not so I will use that. If it detects a sad2 script then it will run that INSTEAD (assuming I add SAD2 support). No idea what SAD2 does lol. Also if you have allowed a user to select programs and the computer has been idle for 10 minutes, it will close the RunOnce after drivers and automated software is installed.
-
Here's what I've got so far: Selection Screen If you decide to allow users to select what software they want, they will see a screen like this. Once they have selected what they want, they will go to the queue. Installation Whilst the first screen is open, the RunOnce is installing drivers and software which get installed no matter what. That way software is being installed whilst you select. Thoughts?
-
Sorry you may have to explain further. Do you have a link to said 'Burf script'? Never heard of it
-
That's already available. Just make sure your silent installers are set to 'Always Install' or whatever that checkbox says.
-
How about I just use DISM or whatever to install drivers, however if it detects 'DP_Install_Tool.cmd' in the drivers folder it will run that instead? In regard to the GUI design and layout, it's going crap so I'm going to take myself out for a nice meal to ponder it's design. At the moment I'm thinking to make it install files whilst it waits for YOU to pick your installs (if any) so it won't take as long. I could probably make it install drivers at the same time.
-
There is already a feature where you can have some software ALWAYS install and then the user selects optional installs.
-
I'm currently in the process of completely revamping the RunOnce installer. Any requests?
-
I dunno how the new installer could cause that error, I only added 5 lines of code and they where nowhere near that part of the RunOnce program. Technically the 5 lines of code are before it even starts :/
-
Glad to hear.
-
Sorted.
-
[Solved] v1.4.1.28 Internet Explorer 11
Legolash2o replied to Thiersee's topic in WinToolkit Solved Bugs
I think they have to be installed last. -
4. I've fixed EXE integration of Internet Explorer. Please try beta 3. 5. I've noticed that myself.
-
I've fixed EXE integration of Internet Explorer. Please try beta 3.
-
Now it's sorted. Going to upload beta 3 in about 5 minutes.
-
I've just replaced Universal Theme Patcher with another program which has Win8/8.1 support. It will be in Beta 3.
-
I was planning on doing it when the University approve my program for final year project.
-
Unless you're willing to upload a modified wim image just before the point you would usually try and remove Clips in the Library and DriveLocker, there's nothing I can really do. As mentioned above, other tools tend to just hack an image to bits.
-
Do you have skype or any other instant messaging, even facebook chat? This is the sorta of thing instant message would be helpful
-
Seriously, without changing the ListView to a DataGridView there's nothing much I can do.
-
[Solved] v1.4.1.28 Internet Explorer 11
Legolash2o replied to Thiersee's topic in WinToolkit Solved Bugs
Sorry your post made it sound like everything went ok. What was you expecting and what actually happened?