Lucius Snow Posted September 4, 2004 Share Posted September 4, 2004 Hello all,I'm trying to install an utility software named Pad which uses the Inno setup. Once it's installed, the program launchs. I tried a taskkill command with no success, it won't run until i close myself the program.Here is what a part of my runonce :REG ADD %KEY%\001 /VE /D "Pad" /fREG ADD %KEY%\001 /V 1 /D "regedit /s %systemdrive%\apps\pad\settings.reg" /fREG ADD %KEY%\001 /V 2 /D "%systemdrive%\apps\pad\pad.exe /VERYSILENT /SP-" /fREG ADD %KEY%\001 /V 3 /D "taskkill.exe /F /IM pad.exe" /fIs there any switch that'd prevent the software to lauch ? I haven't found one. Thank you. Link to comment Share on other sites More sharing options...
evilvoice Posted September 4, 2004 Share Posted September 4, 2004 you could edit the installer...this is what I do...i get innounp (youll have to google it), then run the command to extract from the exe...then I open the .iss and edit that with ISTool (again google), then I compile and put that in my cd...btw, the Run heading is what runs after install...you could add "skipifsilent" to anything there and it should not run as long as your using the silent switches... Link to comment Share on other sites More sharing options...
Lucius Snow Posted September 4, 2004 Author Share Posted September 4, 2004 Thanks. I couldn't extract the install though ... I got the following message :Signature detected: Inno Setup Setup Data (2.0.8) with ISX (2.0.3). This is not a supported version.Is there another tool which would work ? Link to comment Share on other sites More sharing options...
evilvoice Posted September 4, 2004 Share Posted September 4, 2004 could you give me a link to PAD? and ill test some things out till I figure out how to install it...you may be forced to use inctrl5 and then completely build the entire thing from scratch, which ive done for prolly 10 programs, because I tell ya what, these people just love to not let you edit their setup file...yahoo is a prime example...but yea, lemme know where I can download it, and maybe ill work something out...if noone posts for a while to any forums here, ill definitely get something done (cuz I get bored easily LOL) Link to comment Share on other sites More sharing options...
Lucius Snow Posted September 4, 2004 Author Share Posted September 4, 2004 Cheers evilvoice. That's very nice from you to try looking for a solution. If you don't, it doesn't matter. I'd like to have this software implementated in my unattended CD but it's not indispensable.Here is the link :http://www.hds-pad.com/However, i still run the version 3.04. I hosted the install there. Link to comment Share on other sites More sharing options...
evilvoice Posted September 7, 2004 Share Posted September 7, 2004 ok, finished, let me know where to upload...its on 3.04...if you want though, you can extract mine with innounp and change some things...like default language is english right now...and if you wanna change some settings and whatnot... Link to comment Share on other sites More sharing options...
Lucius Snow Posted September 7, 2004 Author Share Posted September 7, 2004 On my FTP please :lucius-snow.no-ip.com21uploaduploadFor the settings, i think i'll just restore mine from a reg.Thank you Link to comment Share on other sites More sharing options...
evilvoice Posted September 7, 2004 Share Posted September 7, 2004 well, extract mine with innounp...run ISTool 4, goto registry, delete all keys...click and drag your registry.reg file into the window, it should import your settings, but after drag and drop, click on script and check to make sure everything looks right (REG_BINARY messes up in drag and drop)...also check shortcuts...if you want more, add exactly like I have Pad.exe. Dont change the Setup heading...unless you want to, but I have it compressed to the max... Link to comment Share on other sites More sharing options...
Lucius Snow Posted September 7, 2004 Author Share Posted September 7, 2004 Great ! Thanks again. Link to comment Share on other sites More sharing options...
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