Content Type
Profiles
Forums
Events
Everything posted by PoloDude
-
access db + pictures..
PoloDude replied to holzer's topic in Web Development (HTML, Java, PHP, ASP, XML, etc.)
Wouldn't it be easier to upload the file to a folder and add a reference to your db where the file is stored? Otherwise you'll get a huge db-file ... -
I've converted some of the regTweaks, and now some of them won't work This one in particulary: reg > ; Add Device Manager To Right Click [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr] @="Apparaatbeheer" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command] @="mmc.exe %%SYSTEMDRIVE%%\\WINDOWS\\SYSTEM32\\devmgmt.msc" inf > HKLM,"SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr",,,"Device Manager" HKLM,"SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command",,,"%windir%mmc.exe %windir%\system32\devmgmt.msc" If I execute the inf with that code, I get an acces denied error when I try to use it ...
-
I copy those files during install with the $OEM$ folder, that's why there isn't a CopyFiles listing
-
It's great, gonna test it right now on my VM Just finished my unattended, so.. Thx!
-
thx! but what did you change ...
-
Great! Now a multilanguage one
-
I said lite I changed the language, but now I want to add that extra feature, but I'm not shure how to add aan extra user with admin-rights (and autologon) Can you be of any help? Thx, and gr8 progie!
-
I made an inf-file for regtweaks and adding shortcuts It does the regTweaks part but not the shortcuts just can't seem to find the problem... Anyone who can help? Grtz regTweaks.inf
-
you can always use wihu lite to change fullname, computername and workgroup, you have to use it with cmdlines.txt and it will be executed around the 13 minutes mark
-
You see it's all in german actually With what can i edit the source? is this VS.NET or something else? Grtz
-
Yep, the lite version that is Just sad that the buttons are in German, would be nice in englisch or dutch (and maybe option to add one user with administrator rights)
-
Slipstreaming Windows Media Player 10
PoloDude replied to Obliviator's topic in Unattended Windows 2000/XP/2003
You just need the wmp.inf file? Here you go ps. it's from a dutch version B) wmp.inf -
I made an 7-zip switchless installer from messenger 7, and only used the /qb property value and it didn't install anything else (just didn't test the homepage)
-
can it be that /log doesn't work ...
-
Found my problem , the setupsourcepath wasn't set correctly, that's also why I had a problem with win2000pro/srv that it gave an error on the eula. Got almost everything to work Only some problems with installing some programs from cd :s
-
wouldn't that be to complex? the program is great cause it's simple Keep it up Benjamin!
-
Nice one BenjaminKalytta just the thing I had in mind Keep up the good work!
-
Anyone an idea what the problem might be? Only with unattended installs .... Xp works fine, but windows 2000 Pro - Srv and 2003 don't Thx!
-
Anyone an idea how to run a gui-interface of cd-shell by using the autorun from a cd? Would be great if you don't boot from it And does anyone know how to force cd-shell into using azerty instead of querty? ... Thx
-
@Airmr Read on this topic or here
-
@Osmosis Jones patience is a bless
-
@BenjaminKalytta First I start wihu during the last fase of the gui-setup, then I refere to it in gui-run-once, to run wihu from cd (files are also on cd) Most of the program's run, just googleToolbar seems to be a problem and the install-files of .net Framework v2 and the beta(express)-install-files from visual studio .net 2005 They also don't run when i use the install-commands in cmd-prompt from the cd, so it isn't a problem in your program Think I'm gonna put them in a winrar-exe to extract them to the systemdrive, and then run a second command to start it from the harddisk. Sorry for bothering but thanks for the help and keep up the good work! (and think about those sections )
-
Didn't try to use C: but it all works in cmd-prompt, that's what I find so strange about it Edit: My mistake, seems I can't run that command from cd, have to figure out something else
-
I seem to have some trouble installing couple of things, it would be great if someone could help me out This is my install.ini (parts of it, full one is attached): [Google Toolbar] command.0=Software/GoogleToolbar.exe /q /d description=Google Toolbar (Zoeken, Popup-killer,...) default=0 [.Net Framework v2.0 (Beta)] command.0=Software\dotnetfx.exe /T:"%systemdrive%\Temp\Frame" /C:"setup.exe /q" description=.Net Framework v2.0 default=0 [Visual Studio.Net 2005 (Beta)] command.0=Software\VS2005\vbsetup.exe /T:"%systemdrive%\Temp\VB" /C:"setup.exe /q" command.1=Software\VS2005\vcssetup.exe /T:"%systemdrive%\Temp\VCS" /C:"setup.exe /q" command.2=Software\VS2005\wcu\vjredist.exe /T:"%systemdrive%\Temp\VJ" /C:"setup.exe /q" command.3=Software\VS2005\vjssetup.exe /T:"%systemdrive%\Temp\VJS" /C:"setup.exe /q" command.4=Software\VS2005\vwdsetup.exe /T:"%systemdrive%\Temp\VWD" /C:"setup.exe /q" description=Visual Studio.Net 2005 default=0 And the problems are: - with google toolbar, wrong syntax (?) - with .Net Framework v2.0, can't find path (works with cmd-prompt) - with visual studio 2005 (Xpress installations), can't find path either Any idea? I run wihu directly from cd. Thx! install.ini