a06lp Posted February 25, 2005 Posted February 25, 2005 (edited) i know it's not a huge deal, but you should add a UID for "Photo Story 3" in the default config file...otherwise we cannot open the program without fixing it.also, i am interested to know more about the 'stability' of this program:- this program is written in C++, correct?- how does it's cpu useage compare to wpi (now that you fixed the 100% cpu problem)?- there is/was a problem with wpi getting an error:a script on this page is causing Internet Explorer to run slowly. If it continues to run, your computer may become unresponsive.(i believe it had something to do with the fact that wpi used a .hta file). the fix was to import a reg key first, and then delete it after using wpi. would/could this error apply? do we need that reg key? (more info here.)I think the background pic is a good idea...but only if it doesn't create errors and such (and obviously, if we dont specify a bgimage then make it default to the current color scheme). Edited February 25, 2005 by a06lp
saitoh183 Posted February 25, 2005 Posted February 25, 2005 maybe u can make a customizable background picPlz...
a06lp Posted February 25, 2005 Posted February 25, 2005 (edited) another q:how would we run a reg file?CMD=???and if we want the reg file to run before the installation, we just put that cmd before the installation cmd? and if we want it to run after installation, we just put that reg cmd line after the installation cmd?also, how does the program determine %cdrom%? what file does it look for?[edit]also, how do we put a line break in a description (ex: I list several tweaks in a certain 'tweak' item - i want each one on a seperate line)?[edit2]found a slight bug:If a name is too long, it gets cut off. see pic below (it's supposed to say "Microsoft .NET Framework 1.1 SP1") Edited February 25, 2005 by a06lp
-I- Posted February 25, 2005 Posted February 25, 2005 3> Can this aplication be made to write lines to a install.bat file or is there any other way to get this done???? -------------------------------------------------------------------It could, but this is not something I planned. I currently run with with [guirunonce]. Why don't you like the "guirunone" option.Bryan2 REASONS WHY I PREFERE CMDLINES.TXT OVER GUIRUNONCE...1: cmdlines.txt is run when no user is loged in yet, so any regtweaks, for htkey current user would aply to anny of the users created at the later stage of the setup, this would mean, that i could let a user pick out the 'tweaks' (id rather call them safety settings) he or she wants and, leaving the rest out.. But because it still is suposed to be a somewhat unattended i would hate to bugg a user 3 times for setup questions.. > 1 time for disk setup, > About 10mins later for tweaks setup, > and an aditional 10mins later for Software Setup...But if i could make the 2nd wizzard write me a softwaresetup.bat file... i could ask the user, to (in sceen 1) pick thair tweaks, and (in screen 2) pick thair software, write the software install batch script, and run it later on in the setup, by calling it from [runonce] because most aps nead to be logged in for installing... get it????
bonedaddy Posted February 26, 2005 Posted February 26, 2005 Ok found the reason for the multi instances of CAT.....Requiredapp1app2app3app4app5Requiredapp7app8 ect...should not there be just one Required?I was copy and pasting from another program and even though I usedjust portions of the c\p it would corrupt CAT to the point of creating anotherof itself..........BD
bryanh Posted February 26, 2005 Author Posted February 26, 2005 i know it's not a huge deal, but you should add a UID for "Photo Story 3" in the default config file...otherwise we cannot open the program without fixing it.Will be corrected in the next versionalso, i am interested to know more about the 'stability' of this program:- this program is written in C++, correct?correct- how does it's cpu useage compare to wpi (now that you fixed the 100% cpu problem)?I am not sure about "compared to wpi" but on my machine the CPU is at 1% during install from WAIT- there is/was a problem with wpi getting an error:a script on this page is causing Internet Explorer to run slowly. If it continues to run, your computer may become unresponsive.(i believe it had something to do with the fact that wpi used a .hta file). the fix was to import a reg key first, and then delete it after using wpi. would/could this error apply? do we need that reg key?This "problem" will not exist in WAIT. You do not need the reg file either.I think the background pic is a good idea...but only if it doesn't create errors and such (and obviously, if we dont specify a bgimage then make it default to the current color scheme).<{POST_SNAPBACK}>I will look into a background picture.
bryanh Posted February 26, 2005 Author Posted February 26, 2005 how would we run a reg file?CMD=???CMD=regedit /s %cdrom%\apps\regfiles\file.regand if we want the reg file to run before the installation, we just put that cmd before the installation cmd? and if we want it to run after installation, we just put that reg cmd line after the installation cmd?correctalso, how does the program determine %cdrom%? what file does it look for?It looks for ALLDVD.TXT in the root directoryalso, how do we put a line break in a description (ex: I list several tweaks in a certain 'tweak' item - i want each one on a seperate line)?currently you cannot - I will add code to handle this. How about %LB% (for line break)?found a slight bug:If a name is too long, it gets cut off. see pic below (it's supposed to say "Microsoft .NET Framework 1.1 SP1")This is not a bug as much as running out of room on the screen. There is a limit to the amount of text that can be displayed for each checkbox. There is really no solution to this problem. I can only allow so much space. Suggestions?
bryanh Posted February 26, 2005 Author Posted February 26, 2005 2 REASONS WHY I PREFERE CMDLINES.TXT OVER GUIRUNONCE...Yup - I fully understand what you are saying. I have solved the problem you described as follows.1) reg /load XPTWEAKS %ALLUSERSPROFILE%\..\Default User\NTUSER.dat2) change all [HKEY_CURRENT_USER\... to [HKEY_USERS\XPTWEAKS\...3) run all your reg updates4) reg /unload XPTWEAKSThis will set the reg settings to the default user. Every new user you create will have these setting as defaults now.
bryanh Posted February 26, 2005 Author Posted February 26, 2005 And for the crash,,,, its all time I have no idea. I do not have this problem and it would seem that no one else does either. I will see if I can add some stack trace code. If so, it will create a text file if the program crashes. If you send me the file I can (hoepfully) trace where the program crashed. I will see if I can add it in the next version.By the way , whats is WI "MCF".it's MFC and that stands for "Microsoft foundation classes". It's the class library that comes with MS VC++
angadsingh007 Posted February 26, 2005 Posted February 26, 2005 U shud really think of the following :1) Theme support2) Background music (got this working in WPI too though)3) Configurable through GUI4) use XML if possible
angadsingh007 Posted February 26, 2005 Posted February 26, 2005 I get this error when I start WAIT.exe
MCT Posted February 26, 2005 Posted February 26, 2005 I get this error when I start WAIT.exe<{POST_SNAPBACK}>scroll a few pages back man, its been discussed (by me) & theres a simple solution
angadsingh007 Posted February 26, 2005 Posted February 26, 2005 Im too lazy to read I obviously had got solved the problem, by editing the ini file removing that entry.But, wanted to point out, so that the bryanh corrects it in the attached zip file
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now