Click here to Skip to main content
15,897,371 members

Comments by PRATIK1988 (Top 8 by date)

PRATIK1988 30-Aug-13 1:11am View    
can i do it with visual studio setup project itself because all the setup here are created using visual studio setup project or else i have to change all of them.
PRATIK1988 28-Aug-13 1:44am View    
My Boss want to play a small slide show or a video of the products of our company while the setup is being installed
PRATIK1988 28-Aug-13 1:40am View    
can you suggest me with some setup creation package that support such feature. i have downloaded Inno Setup Compiler and NSIS but dont know much about them.
PRATIK1988 27-Aug-13 1:47am View    
HEY R U DER I HAVE UPLOADED THE STACK INFO ITS NOT ALL OF IT TELL ME WHICH METHODS STACK INFO YOU NEED BECAUZE EVERY METHOD IS GIVING ME DIFFERENT STOCK INFO
PRATIK1988 24-Aug-13 5:33am View    
Deleted
hi i found out about stack trace by surfing some forums and used in my program.
i made my installer to write the stack trace in a text file using code

File.AppendAllText("D:\Stack.txt", Environment.StackTrace)

i copied this code to every method with differrent filename the stack informatoin is as follows:

Stack info in install method
at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at DBCustomAction.VbDeployInstaller.Install(IDictionary stateSaver)
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.AssemblyInstaller.Install(IDictionary savedState)
at System.Configuration.Install.ManagedInstallerClass.InstallHelper(String[] args)
at System.Configuration.Install.ManagedInstallerClass.System.Configuration.Install.IManagedInstaller.ManagedInstall(String argString, Int32 hInstall)

Stack info in AddDBTable method
at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at DBCustomAction.VbDeployInstaller.AddDBTable(String strDBName, String DBServer)
at DBCustomAction.VbDeployInstaller.Install(IDictionary stateSaver)
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.AssemblyInstaller.Install(IDictionary savedState)
at System.Configuration.Install.ManagedInstallerClass.InstallHelper(String[] args)
at System.Configuration.Install.ManagedInstallerClass.System.Configuration.Install.IManagedInstaller.ManagedInstall(String argString, Int32 hInstall)

Stack info in Execute Sql method
at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at DBCustomAction.VbDeployInstaller.ExecuteSql(String DatabaseName, String Sql, String ConnString)
at DBCustomAction.VbDeployInstaller.AddDBTable(String strDBName, String DBServer)
at DBCustomAction.VbDeployInstaller.Install(IDictionary stateSaver)
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.AssemblyInstaller.Install(IDictionary savedState)
at System.Configuration.Install.ManagedInstallerClass.InstallHelper(String[] args)
at System.Configuration.Install.ManagedInstallerClass.System.Configuration.Install.IManagedInstaller.ManagedInstall(String argString, Int32 hInstall) at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at DBCustomAction.VbDeployInstaller.ExecuteSql(String DatabaseName, String Sql, String ConnString)
at DBCustomAction.VbDeployInstaller.AddDBTable(String strDBName, String DBServer)
at DBCustomAction.VbDeployInstaller.Install(IDictionary stateSaver)
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.AssemblyInstaller.Install(IDictionary savedState)
at System.Configuration.Install.ManagedInstallerClass.InstallHelper(String[] args)
at System.Configuration.Install.ManagedInstallerClass.System.Configuration.Install.IManagedInstaller.ManagedInstall(String argString, Int32 hInstall) at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at DBCustomAction.VbDeployInstaller.ExecuteSql(String DatabaseName, String Sql, String ConnString)
at DBCustomAction.VbDeployInstaller.AddDBTable(String strDBName, String DBServer)
at DBCustomAction.VbDeployInstaller.Install(IDictionary stateSaver)
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.AssemblyInstaller.Install(IDictionary savedState)
at System.Configuration.Install.ManagedInstallerClass.InstallHelper(String[] args)
at System.Configuration.Install.ManagedInstallerClass.System.Configuration.Install.IManagedInstaller.ManagedInstall(String argString, Int32 hInstall) at Syste