DTM.inc Posted September 20, 2004 Author Posted September 20, 2004 Funny name eh,I'll give you 10 brownie points if you can guess what it means.
XtremeMaC Posted September 20, 2004 Posted September 20, 2004 @Riggs he's already trying to install it that's the problem
DTM.inc Posted September 20, 2004 Author Posted September 20, 2004 Please Clarify for me - If I create an setup.iss file will it be only usefull to me on my computer? or will it be good for any PC I choose to install on?
prathapml Posted September 20, 2004 Posted September 20, 2004 An ISS will be good for any PC you choose to install on, and other PCs too.
DTM.inc Posted September 20, 2004 Author Posted September 20, 2004 Well, I think this might be the easiest solution to this dont you think?That might be what is meant byoveride this event (OnMsiSilentInstall()) and provide your own implementationThe .iss file might be the implementation
ganesh Posted September 24, 2004 Posted September 24, 2004 just use thisECHO Please wait...start /wait %systemdrive%\install\Applications\pm\setup\setup.exe -seCHO.make sure u have setup.iss file in the same directorythen importWindows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\PowerQuest\PartitionMagic\8.0\UserInfo]"Install Path"="C:\\Program Files\\PowerQuest\\PartitionMagic 8.0\\"@="""VersionNumber"="80""Name"="MYComp""Company"="comp""SerialNumber"="xxxxxxxxxxxxxxxxxxx""License"="LICENSE.TXT"and finallyWindows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Protexis\Licenses\540606465]"Version"="1.2""Verification"=hex:43,5f,7c,5f,c6,27,d5,46,93,2d,13,40,28,bd,a5,b8,62,a2,e1,dd,\ 27,62,84,18,7e,2f,c1,fa,84,67,41,c7,68,e4,f7,99,44,5b,8b,6a,81,b5,2a,d7,74,\ 4d,37,85,e6,6c,5a,a2"ReleaseCode"="xxxxxxxxxxxxxxxx"it works for mepeaceganesh
XtremeMaC Posted September 24, 2004 Posted September 24, 2004 thanks saved me from playing with the msi ow btw are there any noticable updates and nice features in 8.05?
scankurban Posted September 24, 2004 Posted September 24, 2004 Change or repack msi file with wise for windows installer.Install shield suck
MM_tank Posted October 13, 2004 Posted October 13, 2004 Summary:Run install with /r - setup.exe /r - its create setup.iss in windows directorycopy setup.iss to dir with pqmagicrun instalation with switch /s /f1"setup.iss"example c:\instalace\pqmagic\setup.exe /s /f1"c:\instalace\pqmagic\setup.iss"no registry or setup.ini modify needed.
skavenger Posted December 30, 2007 Posted December 30, 2007 After reading all posts in this thread.... i've found my solution. I have a folder containing the MSI-file, the setup.exe and some other files (no single setup.exe!) start SETUP.EXE /r install the App, give the serial and finish the installation copy the setup.iss-file from Windows-folder (created by the /r-parameter) to the folder that contains the setup.exe. now just start SETUP.EXE -S (setup.exe /s /f1"setup.iss" not working) its silent. yeah. Greetz from SkAvEnGeR
LeveL Posted December 30, 2007 Posted December 30, 2007 Well you probably don't have to "give the serial" on the command line, forget that... just find the serial in the registry and as an addition to the bat file... [quote]REGEDIT /S myserial.reg[/quote] Just put your registry code for the serial in a .REG file. Or if its contained in a .INI or .KEY file or whatever, xcopy that file to the directory it should be in after the silent install.
skavenger Posted December 30, 2007 Posted December 30, 2007 Nope, by creating the setup.iss-file the serial is included after finishing install. For that i not need to add any reg-file or something. The serial and owner are included in the setup.iss [code]... [{21DBBDD6-93A5-4326-9A04-C9A5C9148502}-SdRegisterUserEx-0] szName=Ein Anwender szCompany=privat szSerial=PM805EI1-xxxxxx Result=1 ...[/code] so long
LeveL Posted January 1, 2008 Posted January 1, 2008 [quote name='skavenger' post='724734' date='Dec 30 2007, 10:43 PM']Nope, by creating the setup.iss-file the serial is included after finishing install. For that i not need to add any reg-file or something. The serial and owner are included in the setup.iss [code]... [{21DBBDD6-93A5-4326-9A04-C9A5C9148502}-SdRegisterUserEx-0] szName=Ein Anwender szCompany=privat szSerial=PM805EI1-xxxxxx Result=1 ...[/code] so long[/quote] Six of one and half a dozen of the other if you had to create the extra file "setup.iss" to put the serial in.
skavenger Posted January 4, 2008 Posted January 4, 2008 [quote name='LeveL' post='725146' date='Jan 1 2008, 03:38 PM']Six of one and half a dozen of the other if you had to create the extra file "setup.iss" to put the serial in. [/quote] Sorry, can you explain, what you mean with this? I'm from germany and cannot understand english slang.
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